How do I fix AMP issues in Google Webmaster Tools?

Asked 25-Jan-2022
Viewed 324 times

1 Answer


2

Validate your HTML with the AMP validator.
This is an excellent debugging method that is frequently ignored, yet it usually solves any problems with minimal effort and resources. Simply visit the page in your browser and add the extension '#development=1' after the URL.
This would show https://example.com/#development=1 as an example.Next, open the Chrome DevTools console and make sure that mobile device mode emulation is turned on. You can check for validation problems and make the necessary corrections from here.
How do I fix AMP issues in Google Webmaster Tools?
Examine the error reports.
If you're still having trouble figuring out who's to blame, view an error report by going to 'Search Appearance' and hitting 'Accelerated Mobile Pages.' This provides a fast overview of your website before focusing on any specific faults. You can then proceed to correct them one by one, which usually only involves a few tweaks to the templates or any other plugins in use.