I have this page https://www.timbuktutravel.com/safari/malawi-travel which uses some AMP tags but in the source code points at https://www.timbuktutravel.com/safari/malawi-travel.amp as the amp version of the with the following meta tags:
<link rel="canonical" href="https://www.timbuktutravel.com/safari/malawi-travel">
<link rel="amphtml" href="https://www.timbuktutravel.com/safari/malawi-travel.amp">
In my Google search console the https://www.timbuktutravel.com/safari/malawi-travel page and other pages like it show up as failing AMP validation. Is there any way to stop this from happening? That page uses some amp technology but there it points at a fully compliant AMP page.
Ideally these pages shouldn't show up in the AMP section of the Google search console. Only their specific AMP versions should be there
Thanks for any ideas
https://www.timbuktutravel.com/safari/malawi-travel contains:
<html amp= lang="en" amp-version="1496360274808" ...
so you are declaring that as an AMP page.
I would advise to make this canonical page as a page with no AMP (remove amp
from <html amp
and all the AMP components you are using) and then keep the AMP one and the linking you already have.