I don’t see that AMP is enabled for your homepage. Either you need to toggle “AMP Enabled” for the page you have set as the front page, or you need to enable AMP for the “Page” post type, or you need to enable AMP for the homepage template. You can find this under AMP settings in the admin.
Once enabled, you will see in the page source of the homepage:
<link rel="amphtml" href="https://skdreamer.com/?amp">
The AMP version of the homepage will be found at https://skdreamer.com/?amp not with /amp/
hi @westonruter ,
I have a similar issue with AMP pagination.
I’ve used a previous AMP plugin.
Google Search Console is reporting an redirect error in this URL:
https://entreganobrasil.com.br/blog/amp/page/2/
Check the screenshot:
https://i.ibb.co/fnBY8xp/download.jpg
What could be the solution for this one?
@vynnus AMP is not available on non-singular post/page URLs when using the “AMP Legacy” Reader theme. If you want to have AMP available for URLs like https://entreganobrasil.com.br/blog/page/2/ then you need to either switch from the AMP Legacy theme in Reader mode to another Reader theme like Twenty Twenty, or you need to switch to Transitional mode or Standard mode, but these depend on your active theme being AMP-compatible.
Once you’ve done this, then there will be an amphtml
link on that above URL that looks like https://entreganobrasil.com.br/blog/page/2/?amp
—
Otherwise, we’ll be redirecting such /amp/
requests when they 404 in the next version of the plugin: https://github.com/ampproject/amp-wp/issues/2062
Here’s a mini plugin you can use to add those redirects in the meantime: https://gist.github.com/westonruter/6b7d3b168711ee03c4ee29b68c3719b2
-
This reply was modified 4 years, 4 months ago by Weston Ruter.
-
This reply was modified 4 years, 4 months ago by Weston Ruter.
thank you very much @westonruter
I appreciate your explication and help!