Blogger makes it easy to write articles or posts, upload images, videos, text highlighting, format paragraphs according to blog/web owner p...
Blogger makes it easy to write articles or posts, upload images, videos, text highlighting, format paragraphs according to blog/web owner preferences. The WYSIWYG editor built in with Blogger dashboard UI is very much straight forward.
Problems exists when incorporating Accelerated Mobile Pages AMP HTML components which is required to use to validate an AMP powered page in Google's search results.
Blogger users gets off guard when various attributes is also assigned automatically by Blogger editor interface once saving or publishing a post. Adding to the frustration, what if you already have hundreds of posts published & to integrate AMP pages requires to update each & every page for validation :( .
Continue
Publish Blogger Posts with Valid AMP Page
Problems exists when incorporating Accelerated Mobile Pages AMP HTML components which is required to use to validate an AMP powered page in Google's search results.
Blogger templates with AMP Integration
Current releases of custom Blogger templates with AMP integration require users to edit each post HTML & add/replace manually attributes/tags which is not permitted for an AMP HTML. Here is an example:-- In post pages, the use of attribute
styleto be removed - The attribute
nameto be removed. - The
<img/>tag must be replace with<amp-img/> - The
<iframe/>tag must be replaced with<amp-iframe/> - The
<video/>tag must be replaced with<amp-video/> - Javascript external codes or snippets to be removed.
- Add a
<noscript/>tags to wrap images so it can be fetched your Blog feed. - And so on...
Blogger users gets off guard when various attributes is also assigned automatically by Blogger editor interface once saving or publishing a post. Adding to the frustration, what if you already have hundreds of posts published & to integrate AMP pages requires to update each & every page for validation :( .
Continue

COMMENTS