Skip to content

Conversation

@anubisthejackle
Copy link
Contributor

@anubisthejackle anubisthejackle commented Oct 30, 2025

Summary

Fixes #143

This PR introduces a new feature called yoast_performance_enhancements which aims to improve the performance of Yoast SEO and Yoast SEO Premium by disabling the Yoast SEO Indexables feature and the Premium Prominent Words functionality. The feature is implemented as a new class (Yoast_Performance_Enhancements) and is registered within the plugin's feature list to be initialized at boot.

Notes for reviewers

  • The new feature is fully documented in the README.md.
  • The changelog has been updated to reflect this addition.

Other Information

  • I updated the README.md file for any new/updated features.
  • I updated the CHANGELOG.md file for any new/updated features.

Changelog entries

Added

  • Introduced the yoast_performance_enhancements feature, which disables Yoast SEO Indexables and Yoast SEO Premium Prominent Words to improve performance.

Changed

Deprecated

Removed

Fixed

Security

@anubisthejackle anubisthejackle added enhancement New feature or request php Requires understanding PHP labels Oct 30, 2025
@anubisthejackle anubisthejackle marked this pull request as ready for review October 31, 2025 15:34
@anubisthejackle anubisthejackle requested a review from a team as a code owner October 31, 2025 15:34
Copy link
Member

@srtfisher srtfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should cut a release

@anubisthejackle anubisthejackle merged commit 13660ea into main Oct 31, 2025
7 checks passed
@anubisthejackle anubisthejackle deleted the feature/issue-143/disable-yoast-indexables-performance branch October 31, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request php Requires understanding PHP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Disable Yoast Indexables functionality

3 participants