Skip to main content
← Back to changelogs overview

Yoast SEO 19.11

Yoast SEO 19.11 is out now. We're optimizing the Yoast SEO plugin to use fewer resources. This helps make your site faster and more efficient. In this release, we're doing this by streamlining your database. Find out more about what's new in Yoast SEO 19.11 in our release post!

Enhancements

  • Adds a WP-CLI command to clean up unused data from our custom database tables: wp yoast cleanup.
  • Performs a cleanup of indexables when a public post type (or taxonomy) becomes non-public.
  • Notifies users to run the SEO optimization when a non-public post type (or taxonomy) becomes public.

Bugfixes

  • Fixes a bug where a fatal error would be thrown when the SEO optimization was run after a post type had been manually excluded via a filter.
  • Fixes a bug where an entry would be added to our indexables table when saving, updating, or accessing a post (or term) for a non-public post type (or taxonomy).
  • Fixes a bug where duplicate indexable records would be created for the same object.
  • Fixes a bug where indexables for users would not get removed when a user did not have any publicly viewable posts anymore.
  • Fixes a bug where indexables for users would not get removed when author archives were disabled.
  • Fixes a bug where indexables would be created for users when author archives were disabled.
  • Fixes a bug where indexables would be created for users who did not have any publicly viewable posts.

Other

  • Introduces the wpseo_indexable_excluded_taxonomies filter, to allow manually excluding taxonomies from being indexed.