Mobile app version of vmapp.org
Login or Join
Gail5422790

: What sort of URL structure should be used to display AMP HTML vs vanilla HTML There's an existing WordPress plugin that creates AMP formats automatically by adding /amp onto the end of any

@Gail5422790

Posted in: #Amp #DuplicateContent #Seo #Url

There's an existing WordPress plugin that creates AMP formats automatically by adding /amp onto the end of any posts URL.

I'm worried about duplicating my content at multiple URLs and wondering if adding some parameter like ?v=amp would be better?

Also, if a parameter is used to render the page via AMP, how do we let Google know about these pages? Can we submit a separate AMP sitemap?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gail5422790

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

To link to your AMP version use:

<link rel="amphtml" href="/{/path/to/amp.html}">

For the backlink from AMP version to the desktop version use:

<link rel="canonical" href="http://example.com">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme