Making WordPress.org

Opened 4 years ago

Closed 3 months ago

#5398 closed defect (bug) (fixed)

Paginated hosting tests should be noindex'd

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: low
Component: Make (Get Involved) / P2 Keywords: seo has-patch
Cc:

Description

URLs like https://make.wordpress.org/hosting/test-results/?rpage=1525 return a paginated subset of hosting test results.

Requests like these - excluding the series root at https://make.wordpress.org/hosting/test-results/ - should output a meta robots tag with a noindex, follow directive.

Change History (2)

This ticket was mentioned in PR #123 on WordPress/wordpress.org by @tellyworth.


13 months ago
#1

  • Keywords has-patch added

Fixes https://meta.trac.wordpress.org/ticket/5398

This adds noindex on any p2 pages with a rpage= query string, where rpage > 1. That probably only affects the hosting page, but even if it affects something else that might be a good thing.

#2 @dd32
3 months ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 13072:

Make: noindex the paginated hosting test results.

Props tellyworth, jonoaldersonwp.
Fixes #5398.
Closes https://github.com/WordPress/wordpress.org/pull/123.

Note: See TracTickets for help on using tickets.