elementor / elementor/wp2static
Support for AMP pages
Open
enhancement
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
One of my themes generates AMP pages for Wordpress, either at ?amp or /amp, but currently these aren't crawled.
I believe the correct AMP URL as recognised by Google is _without_ the trailing slash, so this might be challenging. But in the short-term, I could work with crawling `?amp` and having this indexed as `/amp/index.html`.
For the CloudFront->S3 part I can put a function in front of the request and rewrite it to return a valid response for ?amp.
🙏
Contributor guide
Assessment
This issue has not been assessed yet.