Making WordPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4076 closed defect (bug) (fixed)

Trac tickets should use canonical URL tags

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Trac Keywords: seo
Cc:

Change History (4)

This ticket was mentioned in Slack in #meta by dd32. View the logs.


6 years ago

#2 @dd32
6 years ago

  • Owner set to dd32
  • Status changed from new to accepted

#3 @dd32
6 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 8195:

Trac: Add a canonical link to Trac Tickets.

Fixes #4076.

#4 @dd32
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.