Making WordPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#4076 closed defect (bug) (fixed)

Trac tickets should use canonical URL tags

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

Description

Change History (4)

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


8 years ago

#2 @dd32
8 years ago

  • Owner set to dd32
  • Status newaccepted

#3 @dd32
8 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 8195:

Trac: Add a canonical link to Trac Tickets.

Fixes #4076.

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