Hello,
I receive on google search console this error regarding the AMP version:
Referenced AMP URL is not an AMP
Please see the next picture for better understend. Any ideea what can be the problem there?
https://imgur.com/eySfgzR
Hello !
Please make sure that you have followed our AMP tutorial as you can see here: https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you !
Hello and thanks for reply!
So, yes i have folow all the step and i have selected all the option on AMP setting:
https://imgur.com/deHNiud
On the URL test for https://www.firme365.ro/?amp i receive this error:
Pagina AMP nu este validă
Paginile AMP nevalide nu vor avea funcțiile specifice paginilor AMP în rezultatele de căutare Google
Hello,
I just make it and i confimr you that i receive the same error.
If it’s need i can send you the wp-admin data jst to check also.
Many regards
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hy alphaola,
The problem was in HTACCES file.
Just remove all from there and try again
Many regards.
Hy,
No No,
1: Make a back of your .htacces file
2: Remove the content from there,
3: Add then one by one group from the content to se exact who put the probem
Example of the group:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I hope you understend me..:(