Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#4151 closed defect (bug) (fixed)

Non existing plugin tags should return 404

Reported by: joostdevalk's profile joostdevalk Owned by: otto42's profile Otto42
Milestone: Priority: normal
Component: Plugin Directory Keywords: seo
Cc:

Description

Non existing tags in the plugin directory return a 200 status code, instead of a 404. Examples that Google is trying to index:

https://wordpress.org/plugins/tags/buddypress-directory/
https://wordpress.org/plugins/tags/active-plugins/
https://wordpress.org/plugins/tags/digg-it/
https://wordpress.org/plugins/tags/free-carousel/

etc.

Presumably these all have existed at some point, and were removed from a plugin, causing them not to exist anymore. Please make sure they return a 404.

Change History (2)

#1 @Otto42
6 years ago

Makes sense.

#2 @Otto42
6 years ago

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

In 8204:

Plugins: Send a 404 when there is nothing to be displayed in an archive, like a tags listing that isn't being used anymore. Fixes #4151.

Note: See TracTickets for help on using tickets.