With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
AMP (Accelerated Mobile Pages), are a stripped down form of HTML designed to be lightweight and serve mobile content much faster than regular pages. Search engines favour AMP pages when searching on a mobile device, as these pages load quicker than the full site.
Install version 8.x-2.1 of the Accelerated Mobile Pages (AMP) module and version 8.x-1.1 of the AMP theme.
We recommend using composer as it will install all dependencies and libraries needed, run the following composer commands to install the module and theme at the correct version.
composer require 'drupal/amp:2.1'
composer require 'drupal/amptheme:1.1'
AMP installs a newer, incompatible version of the Masterminds HTML5 library, so version 2.3.0 of this should be installed:
composer require masterminds/html5:~2.3.0
Once the module and theme are downloaded, enable the module through the UI or using drush.
drush, but don't set as default.Appearance > Settings > AMP sub-theme and scroll to the Acquia Cohesion section.Generate templates only checkbox. This setting prevents Site Studio from generating styles for this theme.Save configuration.Enable the AMP view mode on your content types you want to configure for AMP:
Structure > Content types > Basic page > Manage displayCustom display settings and open the accordionCheck the AMP view mode
Save.To configure and setup AMP:
Configuration > Content authoring > AMP configurationSet your custom AMP theme
Set Power User: Run the whole HTML page through the AMP library
	This will run the whole HTML page through the AMP library and convert HTML tags to AMP compliant ones.
Save configuration.On the AMP configuration page click Test that AMP is configured properly.
The test page should look like the below:
Navigate to a page and add the following parameters to the URL: ?amp&debug#development=1
For example: http://www.mywebsite.com/about-us?amp&debug#development=1
This will display the AMP version of the page and provide debug information within your browsers console.
If this content did not answer your questions, try searching or contacting our support team for further assistance.