Do I Have To Maintain Two Versions Of Website When I Want To Use Amped Version On Mobile?
Consider that I have a website with some subpages that I want to accelerate on mobile using AMP. Do I have to maintain two versions of this subpages one with AMP e.g. using amp-img
Solution 1:
Yes, note that some of the features of non-AMP HTML won't run on AMP pages like 3rd party Javascript. So on your AMP pages, you'll be doing validations. You also need to know how to link your non-AMP to your AMP pages.
Solution 2:
Yes, this is what has been happening so far for most of the AMP pages, but this is not a strictly requirement. There are some websites, like https://ampbyexample.com/ which do not have the equivalent not AMP version.
Find some more context here
Post a Comment for "Do I Have To Maintain Two Versions Of Website When I Want To Use Amped Version On Mobile?"