Issue with category slugs and amphtml
-
I’ve recently removed the category slug to show straightly the category name
From:
https://example.com/category/my-categoryTo:
https://example.com/my-categoryFirst I’ve noticed that AMP For WP fails to map this mod trying to access
https://example.com/category/my-category/amp
Which fails with a 404So essentially, what I’ve done to solve this is to switch to the ?amp mode
And now it works fine with
https://example.com/my-category?ampThe problem is that the
link rel="amphtml"
for such category is not being createdFor posts and pages it works fine
https://i.imgur.com/hDBL3mi.png
But for the category this
link rel
is not there in the HTML.What can be happening?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.