Skip to main content
← Back to changelogs overview

Yoast SEO 11.2

Enhancements

  • Introduces a fallback to the first image in the content for the schema output when no featured image has been set.
  • Adds a wpseo_schema_person_social_profiles filter to allow filtering in/out extra social profiles to show.
  • Adds a wpseo_schema_needs_ filter that allows filtering graph pieces in or out.
  • Adds a wpseo_sitemap_post_statuses filter to add posts with custom post statuses to the sitemap. Props to stodorovic and tolnem.
  • Adds a custom overlay color to the snippet preview modal.
  • Adds the correct focus style to the Configuration Wizard navigation buttons.
  • Props to @ramiy for making translating the plugin easier by merging near identical strings.

Bugfixes

  • Fixes a bug where the URL to Pinterest's claim page was incorrect. Props @ramiy.
  • Fixes a bug where notifications about incompatibility would be thrown for inactive add-ons.
  • Fixes a bug where URLs with a non-Yoast SEO related xsl query string parameter would result in a blank page. Props @stodorovic and @yiska.

Other

  • Removes the add_opengraph_namespace filter because the OGP.me HTML namespace is not used anymore.
  • Decouples the sitemap debug information from the general WP_DEBUG development flag and introduces the YOAST_SEO_DEBUG_SITEMAPS flag to better control this functionality.