Opened 5 years ago
Closed 5 years ago
#5113 closed defect (bug) (reported-upstream)
5FF Pledges template omits canonical URL tags
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | General | Keywords: | seo |
Cc: |
Description
The Five for the Future "Pledges" template at https://wordpress.org/five-for-the-future/pledges/ lacks a canonical URL tag.
One should be implemented, with the following conditions:
- Sort/filter parameters should be ignored
- Pagination components should be included when present.
- Search results should be omitted
E.g:
https://wordpress.org/five-for-the-future/pledges/page/2/?order=alphabetical becomes https://wordpress.org/five-for-the-future/pledges/page/2/
https://wordpress.org/five-for-the-future/pledges/?order=alphabetical becomes https://wordpress.org/five-for-the-future/pledges/
https://wordpress.org/five-for-the-future/?s=yoast should omit the tag.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Reported upstream @ https://github.com/WordPress/five-for-the-future/issues/142