Skip to content

Add AMP renderer #1713

@pkarw

Description

@pkarw
  • **What is the motivation / use case for changing the behavior or adding new
    AMP version of the site can bring lot of improvements to the eCommerce SEO discover ability and performance.

However, there is no external JS allowed in AMplified pages. So probably we need to add the alternative renderer to generate just the AMP product and category pages and then distribute the traffic to existing VS pages

Regarding the docs:
In order for Google (and other technologies supporting the AMP Project) to detect the AMP version of your article, you will need to modify the original version of the article page. The original article page must include the following tag, essentially a canonical tag for AMP pages:

link rel="amphtml" href="http://www.example.com/blog-post/amp/"

This is how Wordpress official AMP plugin works

  • Acceptance criteria
  • when there is a query parameter ?amp=1 we should use different index.html template and render the plain amp html version of the Product and Category pages

Metadata

Metadata

Assignees

Labels

feature requestRequests for new features. Please be as specific as possible and provide proposal API if it you can

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions