AMP
The links in the foooter on AMP pages are different from the ones I have configured. Is there a way to modify footer content for AMP pages?
On AMP pages, the default Magento footer block is displayed. To modify its content, please get to file app/code/Amasty/Amp/view/frontend/layout/amasty_amp_default.xml and refer to the following block: block ...
I've encountered some warnings in Google Search Console. How to fix?
To avoid any warnings from Google, please, make sure that the AMP HTML structure is valid, the page doesn’t contain any scripts except AMP ones and the website is accessible for Google. You can find more precise info on AMP requirements here.
What pages does the module affect?
The extension affects only the pages indexed by Google. These are Home, CMS, category, and product pages. “Functional” pages of the website, like cart or checkout, are not affected by the module as they are not indexed.
Will the module change layout on mobile? Or will my theme be the same as we are currently using?
The layout on the mobile pages will be the same, but the layout on the AMP pages will change. AMP pages are made in the way that all the hard-weight content is removed to accelerate the pages. Nevertheless, there is a Design tab in the extension ...
Is it different from your Google Page Speed Optimiser and SEO Toolkit?
The AMP module is a separate extension that focuses on improving the performance of the mobile pages. The extension is compatible with the Google Page Speed Optimizer and SEO Toolkit extensions, so there shouldn’t be any issues with using the modules ...
Does the extension detect the device and show AMP? Is there a setting?
That's correct, the AMP view is displayed for those browsing from mobile devices. There are two variants of module setup: force a customer to stay on the AMP version when browsing from a mobile, or redirect to AMP only from Google SERP. This can be ...
How can I remove /amp from the URLs?
There is no way to remove the /amp prefix from the URLs. With the /amp prefix the extension differentiates between normal and AMP versions of the pages.
How can I check if AMP is working or not?
When the extension is enabled and configured correctly, an AMP page can be reached when searching for a product in Google from a mobile device. In Search Results, you'll get a link to the AMP page with an AMP icon. When you follow the link, you'll ...
Does AMP support multiple stores? Will the module work with all our languages or we will need to translate something?
The extension processes the pages of your website and excludes the content that is not valid for AMP. After validation, this page link is sent to Google. The AMP page will be rendered in the same language as the original page.
Why aren't AMP versions generated for product listing pages?
The AMP versions are not generated for categories with display mode set to Static Block and/or anchor set to No. Make sure to have the categories anchored and have display mode Products Only or Static Block & Products. These options are available at ...
How can I access the AMP page after installation?
When the extension is enabled and configured correctly, an AMP page can be reached when searching for a product in Google from a mobile device. In Search Results, you'll get a link to the AMP page with an AMP icon. When you follow the link, you'll ...
There is no hyperlink on the product name. How to fix?
This is the intended behavior of the extension. In comparison with the usual mobile version where the picture and the text are the one block, in the AMP pages, these blocks are separate due to the peculiarities of AMP standards. Thus, in AMP pages ...
Will the module be compatible with customized product and category pages?
The extension removes all the non-valid content from the pages in order to create an AMP version, so if the customization implies some of the restricted functionality, it will be removed.