Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#3951 closed defect (bug) (fixed)

Support forum index 'views' (e.g., tag indexes, popular posts, etc) lack canonical URL tags

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: high
Component: Support Forums Keywords: seo
Cc:

Description

URLs like https://wordpress.org/support/topic-tag/cats/ should feature a canonical URL tag.

Note that the canonical URL value should include pagination when present. e.g:

-https://wordpress.org/support/topic-tag/cats/page/2/?someVar=true should have a canonical URL tag of https://wordpress.org/support/topic-tag/cats/page/2/.

-https://wordpress.org/support/plugin/network-shared-media/active/ should have a canonical URL tag of https://wordpress.org/support/plugin/network-shared-media/active/.

Change History (5)

#1 @jonoaldersonwp
6 years ago

  • Component changed from General to Support Forums
  • Priority changed from normal to low

#2 @jonoaldersonwp
6 years ago

  • Keywords seo added

#3 @joostdevalk
6 years ago

  • Priority changed from low to high

Now that we've fixed pagination, we should start fixing this as a matter of urgency.

#4 @SergeyBiryukov
6 years ago

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

#5 @SergeyBiryukov
6 years ago

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

In 8202:

Support Forums: Output rel="canonical" meta tag for topic tags and views.

Props jonoaldersonwp, SergeyBiryukov.
Fixes #3951.

Note: See TracTickets for help on using tickets.