#4076 closed defect (bug) (fixed)
Trac tickets should use canonical URL tags
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | seo |
Cc: |
Description
E.g., https://core.trac.wordpress.org/ticket/44532?cversion=1&cnum_hist=7 should have a canonical URL value of https://core.trac.wordpress.org/ticket/44532
E.g., https://meta.trac.wordpress.org/ticket/3593 should have a canonical URL value of https://meta.trac.wordpress.org/ticket/3593
Change History (4)
This ticket was mentioned in Slack in #meta by dd32. View the logs.
6 years ago
#4
@
6 years ago
Looks like this is active and slowly rolling out (Trac template caches and all):
$ curl 'https://meta.trac.wordpress.org/ticket/41' -s | grep link | grep canonical <link rel="canonical" href="https://meta.trac.wordpress.org/ticket/41" /> $ curl 'https://meta.trac.wordpress.org/ticket/41?foobar=wow' -s | grep link | grep canonical <link rel="canonical" href="https://meta.trac.wordpress.org/ticket/41" />
Note: See
TracTickets for help on using
tickets.
In 8195: