Replies: 0
Hi,
with the previous version the url /amp/ and /amp were automatically redirected to /?amp
with this version the url /amp/ remains /amp/ and /amp is redirected to /amp/ which is not an amp page but simply the standard url with the addition of /amp/.
example
mysite.org/test/amp/ is the same non-amp page as mysite.org/test/
mysite.org/test/?amp/ is the actual amp page.
basically every non-amp page now has two identical urls
mysite.org/test/
mysite.org/test/amp/
This is not ideal from a seo perspective.
The question is: why is there no longer the following redirection?
mysite.org/test/amp/ redirected to mysite.org/test/?amp
Thanks