Opened 2 weeks ago
Last modified 3 days ago
#4142 accepted defect
Add rel=next / prev on support archives
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | seo |
Cc: |
Description (last modified by )
After we've fixed #3951 we should add rel=next / rel=prev to archives like this:
- https://wordpress.org/support/topic-tag/custom-community/page/2/
- https://wordpress.org/support/theme/sugar-and-spice/page/6/
- https://wordpress.org/support/topic-tag/display-posts-shortcode/page/3/
If we do that, Google will understand the pagination of these series and crawl and rank them more logically.
Relevant documentation:
Change History (7)
Note: See
TracTickets for help on using
tickets.
It's going to be a bit hard to add
<link> rel=prev/next
on some of the Support Forum pages, as theWP_Query
of topics isn't available until well into the<body>
render AFAICT