Hacker News new | ask | show | jobs
by patrickfl 3845 days ago
Just curious, I've been through the documentation a few times. Is there any kind of special sitemap we are going to have to do for each page. For instance lets say we have:

http://www.example.com/normal-page.html

and AMP enabled:

htpp://www.example.com/normal-page.html?ampenabled=1

I realize a lot of people are going to do this with dynamic URLs or plugins, will Google just crawl these on their own?

Also does anyone have any ideas for menus in AMP pages? SO far all the solutions I've seen don't have menus. I'd hate to see all this extra traffic and no way for visitors to browse other pages.

1 comments

AMP versions have their own meta tag.

<link rel="amphtml" href="AMP-URL">

It's not very well documented.