Opened 5 years ago
Closed 4 years ago
#4564 closed defect (bug) (reported-upstream)
Paginated states of the WordCamp homepage should 301 to the site root
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | WordCamp Site & Plugins | Keywords: | seo |
Cc: |
Description
E.g., https://central.wordcamp.org/page/5/ should 301 to https://central.wordcamp.org/
Change History (6)
#2
follow-up:
↓ 4
@
5 years ago
The canonical on this page seems to be confusing things further - it is pointing to the current page without the "/page/" segment. So e.g. the canonical on https://central.wordcamp.org/page/5/ is https://central.wordcamp.org/5/.
Due to WordPress's redirect guessing, https://central.wordcamp.org/5/ is redirecting the the "5-reasons-you-should-attend-wordcamp-nyc" post, due the the presence of the "5" in the page title.
I don't know if this is likely to be making matters worse from an SEO perspective?
#4
in reply to:
↑ 2
@
5 years ago
Replying to bradleyt:
The canonical on this page seems to be confusing things further - it is pointing to the current page without the "/page/" segment. So e.g. the canonical on https://central.wordcamp.org/page/5/ is https://central.wordcamp.org/5/.
Due to WordPress's redirect guessing, https://central.wordcamp.org/5/ is redirecting the the "5-reasons-you-should-attend-wordcamp-nyc" post, due the the presence of the "5" in the page title.
I don't know if this is likely to be making matters worse from an SEO perspective?
I have opened a core ticket to address the faulty canonical URL which is being produced on central.wordcamp.org: #wp49220
This ticket was mentioned in Slack in #meta-wordcamp by coreymckrill. View the logs.
4 years ago
#6
@
4 years ago
- Resolution set to reported-upstream
- Status changed from new to closed
This ticket has been moved to GitHub https://github.com/WordPress/wordcamp.org/issues/664
That looks like the normal Core behavior when the homepage is setup to display a page. Seems like this should be a Core ticket instead?