Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AMP pages discoverable #715

Open
SantosGuillamot opened this issue Feb 9, 2021 · 0 comments
Open

Make AMP pages discoverable #715

SantosGuillamot opened this issue Feb 9, 2021 · 0 comments
Labels
Projects

Comments

@SantosGuillamot
Copy link
Member

This is needed for AMP feature. For full context please check out the final Implementation proposal.


AMP pages need a <link rel="amphtml"> element, like this:

<link rel="amphtml" href="https://domain.com/some-post/amp/" />

And HTML pages need a <link rel="canonical"> element, like this:

<link rel="canonical" href="https://domain.com/some-post/" />

Right now, it can be added manually to the theme, but we should solve it from the @frontity/amp package.

@SantosGuillamot SantosGuillamot added this to To do in AMP feature via automation Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
AMP feature
  
To do
Development

No branches or pull requests

1 participant