The AMP Project is an open-source initiative aiming to make the web better for all. The project enables the creation of websites and ads that are consistently fast, beautiful and high-performing across devices and distribution platforms.
Questions tagged [google-amp]
101 questions
0
votes
1 answer
Wordpress - AMP validator FAIL - NextGen Gallery
I’m using Google AMP for my press site.
But I had many validation error.
I found on the internet, it’s maybe one plugin which can cause this error, so I had checked all my plugins and finally I discovered that it’s NextGen gallery which break my…

Kévin HURON
- 60
- 1
- 10
-1
votes
1 answer
Exchange HTML in for AMP Pages
Is there a way to change HTML in AMP Pages? Example:
Make every ... to ...
Or even better, change specific Shortcodes in Wordpress to ...?

Krystian
- 887
- 5
- 21
- 52
-1
votes
2 answers
Overriding style without !important in plain CSS
I am designing a Google-AMP based webpage. There are some limitations of Google-AMP that css !important property can't be used.
In Google-AMP, a built-in style is using !important property as follows:
amp-sidebar {
max-width: 80vw!important;
}
In…

Mutafaf
- 126
- 3
- 13
-1
votes
1 answer
AMP Form - submit-success message not displaying, but error displays fine
I've created a simple amp-form, using php to send results by email. The form works, including the submit-error message, which displays properly. However, on successful submit, the submit-success message never displays. I'm completely puzzled.…

benjamin
- 1
- 3
-1
votes
1 answer
AMP Experiment fails to switch on
Anyone experienced an issue where amp x takes a while to switch on? Running this on chrome dev tools returns false:
AMP.isExperimentOn()
At times, I've found that running on an incognito tab works but not always

akabiru
- 9
- 1
-1
votes
1 answer
Using amp-analytics - no vendor : get http error 404 when try to send data to my page
I am trying to implement amp-analytics - no vendor for Google AMP pages, for the pageview. I send the metrics to a page using URL parameters to define what I want to track, and this URL works with no…

user5702319
- 9
- 5
-1
votes
1 answer
How can I make my AMP redundant?
*I have made a static HTML page using the AMP boilerplate which contains details of a fruit product say apple, so my URL looks like
www.xyz.com/apple
The page contains a simple and some data with src relevant to apple.(product in…

Анураг Пракаш
- 677
- 7
- 9
-1
votes
2 answers
AMP pages for API base system
We are trying to move our pages to Google AMP for better mobile and SEO experience. Problem is our system is API base totally. We are using nodejs along with react as of now.
Since in AMP you cannot use javascript to make ajax API calls, is there…

Ankur Aggarwal
- 2,993
- 5
- 30
- 56
-1
votes
1 answer
404: That's an error in Google AMP Cache
I cannot understand why I got 404: That's an error even Powered by AMP ⚡ HTML – Version 1456440290687.
Hello, AMPs

PPShein
- 13,309
- 42
- 142
- 227
-3
votes
3 answers
if is amp change internal links to amp version (WordPress)
We use WordPress and would like to link amp to amp if the linked page has an amp version. We have amp structured like that: test.de/test/amp
Unfortunately this code in my functions.php isnt applying to links hard-coded inside of the post content.…

Krystian
- 887
- 5
- 21
- 52
-3
votes
2 answers
AMP tap event Change the contents of the value attribute
Hello!
I'm using amp-bind method. I track the click of a button. I call the modal window. With this all okay. Next, I want to change the contents of the input value attribute. Take the value from the button that triggered the event.
My…

Alexandr Kazakov
- 682
- 1
- 7
- 15