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?

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 class="Magento\Framework\View\Element\Html\Links" name="footer_links"
      • Related Articles

      • How to modify the footer?

        The site footer that you can see on the storefront consists of the default Magento footer links and the ones added by the Jet Theme extension. Due to that, only several sections of the footer are fully customizable via our module. The first available ...
      • 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 to add the Cookie Setting link to a website's footer?

        By default, the Cookie Settings link is added to the footer automatically as soon as the module is installed. However, themes, customizations, etc. may affect this and prevent the link from appearing automatically. To manually add the Cookie Settings ...
      • 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 ...
      • How can I configure the content of the Home Page?

        By default, if you are installing the Jet theme without any sample data, all the custom CMS blocks from the Jet theme will be disabled. To enable custom Jet theme blocks, you have to do it manually, by enabling each particular block one by one. To do ...