52 questions
0
votes
0
answers
32
views
Next.js amp and non-amp pages route
I have a question. I made a website and I want to add AMP functionality to this website. While normal pages (page.tsx) are loaded on PCs, I want a separate page for AMP (for example, pageamp.tsx) to ...
0
votes
0
answers
98
views
Facing "Linked AMP version is not available to Google" Error in AMP Page Test
I have a website but there are a few errors inside the AMP tab in the Google Search Console. When we test the homepage in the AMP test, it says "Linked AMP version is not available to Google"...
0
votes
0
answers
13
views
How to make Image downloadable in AMP pages
I'm facing issue while createing a image download button in AMP page, is anyone know how we can do so?
I'm Trying to create image download link but i'm unavail to do so, if anyone know how can we do ...
3
votes
0
answers
50
views
Fix for AMP Error caused by the Imply script tag in nextjs App
Tag found outside the document head which is only allowed as a direct child of the document head.
Error:
Invalid attribute: data-amp-bind
Fix:
Ensure that you are using only allowed attributes for AMP ...
0
votes
0
answers
46
views
how to use image lazyload on AMP blog using amp-script? I've tried it but the image still won't appear even though my amp is valid 100% full green
how to use image lazyload on AMP blog using amp-script? I've tried it but the image still won't appear even though my amp is valid 100% full green, do you have any suggestions for this problem? My ...
0
votes
0
answers
64
views
Googe AMP pages are showing error in Google Page Speed Insight
We are getting couple of errors from Google AMP pages on Pagespeed Insight
Values assigned to role="" are not valid ARIA roles.
[aria-hidden="true"] elements contain focusable ...
0
votes
1
answer
75
views
The tag 'iframe' may only appear as a descendant of tag 'noscript'. Did you mean 'amp-iframe' : NextJs
We have facing issue on AMP error, please me
error The tag 'iframe' may only appear as a descendant of tag 'noscript'. Did you mean 'amp-iframe
Custom JavaScript is not allowed in AMP.
export const ...
0
votes
0
answers
37
views
change AMP without changin main domain
I'm currently focused on SEO. While I've achieved ranking success with certain keywords, governmental website blocks in my country have posed challenges. This necessitates domain changes and URL ...
0
votes
0
answers
30
views
Orphan pages amp version
I am performing a redirection of my normal version php pages to amp version when accessed by mobile devices, now the problem is that when performing an analysis with the SEO tool ahrefs it shows me ...
0
votes
0
answers
22
views
Does AMP Project support Google One-tap for AMP pages
after Third Party cookie disabled feature, how we intrgrate one tap google Sign in in AMP pages
i tried to embed One tap sign in via amp-iframe methodology, but this code is not working, Can any hemp ...
0
votes
0
answers
85
views
After Chrome third-party cookie deprecation, can i implement one TAP Login in my AMP pages with consideration with FedCM
Can I implement one TAP Login in my AMP pages with consideration with FedCM. If yes then I want full integration doc and method to implement One tap login in my amp page with FedCM intregation.
...
0
votes
0
answers
94
views
Why AMP show me error in search console to google
thanks for you time..
Im here cause I need your help.
Im using AMP plugin and always Im seeing same error at search console
Only “style” tags with “amp-boilerplate” and “amp-custom” are allowed, and ...
0
votes
0
answers
48
views
Parse Javascript variable value to JSON object
I need help printing javascript variable into a JSON object with its value which it has fetched. Please check my code:
<script type="text/javascript" data-ampdevmode="">
...
0
votes
0
answers
9
views
email amp not showing fields conditionally
below is my email template, i want to send emails to people from my website and render the questions one after another. when user answers one question then next question is displayed . i have ...
0
votes
1
answer
26
views
how can i conditionally show questions in amp email
I have a react app in which i want to send form to users . I want to show the input field after user selects answer to previous question.
<!DOCTYPE html>
<html ⚡4email>
<...