Dumb SEO Questions

(Entry was posted by Thames Valley Discos on this post in the Dumb SEO Questions community on Facebook, 02/08/2016).

AMP page to the non-AMP page


If you have both AMP and non-AMP versions of your pages, include the following links:

Could someone help clarify the following please?
On any non-AMP page, reference the AMP version of the page to let Google and other platforms know about it:

https://www.example.com/url/to/amp-version.html" />

On the AMP page, add the following text to reference its non-AMP canonical version:

https://www.example.com/url/to/regular-html-version.html" />
see here
https://support.google.com/webmasters/answer/6340290#validation
Does this mean i can create another main page identical ( content wise)  to my normal html page and not have it show as duplicate content?
This question begins at 00:10:23 into the clip. Did this video clip play correctly? Watch this question on YouTube commencing at 00:10:23
Video would not load
I see YouTube error message
I see static
Video clip did not start at this question

YOUR ANSWERS

Selected answers from the Dumb SEO Questions Facebook & G+ community.

  • Thames Valley Discos:  ;
    If you have both AMP and non-AMP versions of your pages, include the following links:

    Could someone help clarify the following please?
    On any non-AMP page, reference the AMP version of the page to let Google and other platforms know about it:

    <link rel="amphtml" href="https://www.example.com/url/to/amp-version.html" />

    On the AMP page, add the following text to reference its non-AMP canonical version:

    <link rel="canonical" href="https://www.example.com/url/to/regular-html-version.html" />
    see here
    https://support.google.com/webmasters/answer/6340290#validation
    Does this mean i can create another main page identical ( content wise)  ;to my normal html page and not have it show as duplicate content?
  • Suraj Gadage: +Thames Valley Discos ;Your approach is right.  ;You need to create an identical AMP HTML page of  ;the page you want to and add information about the AMP page to the non-AMP page and vice versa, in the form of <link> tags in the <head>.

    Ex- <link rel="amphtml" href="https://www.example.com/url/to/amp/document.html">

    Let's say you only want to have one page and that page is an AMP page, you must still add the canonical link to it, which will then simply point to itself. ;

    Ex- <link rel="canonical" href="https://www.example.com/url/to/full/document.html">

    Visit ampproject.org to get more information on this.  ;
  • Thames Valley Discos: Ok thanks, basically let crawlers know the real page is your original html5 one
  • Suraj Gadage: +Thames Valley Discos ;Yes. Let crawler know the real page.
  • Thames Valley Discos: +Suraj Gadage ; can you index separately, won't Googlebot just use the AMP page as prefered Mobile page and normal for desktop? ;
  • Suraj Gadage: +Thames Valley Discos ;You are right. You can't index them separately.

View original question in the Dumb SEO Questions community on Facebook, 02/08/2016).