#4822 closed enhancement (reported-upstream)
Add canonical to 5ftf pages
Reported by: | joostdevalk | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | SEO |
Cc: |
Description
Right now, these three are different pages to Google and other search engines:
- https://wordpress.org/five-for-the-future/pledges/
- https://wordpress.org/five-for-the-future/pledges/?order=alphabetical
- https://wordpress.org/five-for-the-future/pledges/?order=hours
Whereas in reality they don't differ that much at all. So let's add a canonical to that page, like so:
<link rel="canonical" href="https://wordpress.org/five-for-the-future/pledges/" />
Independent of which sort order is used.
Change History (4)
#2
@
5 years ago
@iandunn is this going to move to meta.svn on a primary basis, or will additional development continue on github for now?
Note: See
TracTickets for help on using
tickets.
For reference, because we haven't added this stuff fully to meta yet: https://github.com/WordPress/five-for-the-future is where this code currently lives.