Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#4088 closed defect (bug) (fixed)

Plugins with "not tested with the latest WP releases" banner should be noindexed

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

Closed plugins already have noindex meta tag, since [6118].

As suggested by @joostdevalk, plugins with the "hasn’t been tested with the latest 3 major releases of WordPress" banner should be noindexed as well. See the Slack discussion in #meta.

Change History (4)

#1 @SergeyBiryukov
6 years ago

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

#2 @SergeyBiryukov
6 years ago

In 8114:

Plugin Directory: Consolidate noindex tag output in Template::output_meta().

See #4088.

#3 @SergeyBiryukov
6 years ago

In 8115:

Plugin Directory: Introduce Template::is_plugin_outdated() to check if the plugin was tested with the latest 3 major releases of WordPress.

See #4088.

#4 @SergeyBiryukov
6 years ago

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

In 8116:

Plugin Directory: Add noindex meta tag for plugins not tested with the latest 3 major releases of WordPress.

Props joostdevalk.
Fixes #4088.

Note: See TracTickets for help on using tickets.