accelerated mobile pages complance in new core
Suggestions
according to this
https://www.ampproject.org/docs/reference/spec.html
it appears to me that it would require an additional page be created, with
<html ⚡> or <html amp>
in addition it has to have a conical url linking to the original version of the page
so yea, it is definately not as simple as template changes
in addition it requires special loading parameters
images above the fold inlined, ads only loading when the user will actualy see them, certain tags need to be stripped
some javascripts would need to be stripped
it would have to have a link perhaps in the menu to the accelerated version of the site
luckily css and all thats acceptible, however how things are loaded to minuimize requests to decrease the time before things are accessible, to resize the images to the viewport, and specify sizes in a way that how everything should be displayed can be calculated before rendering begins
i can make an attempt at making my site amp compliant
but it really appears that they expect seperate amp compliant pages from the rest of the site