wordpress-seo
wordpress-seo copied to clipboard
Refactor Indexation component for clarity
This PR removes the outdated informational notice referring to the Text Link Counter and Internal Linking Analysis features that used to appear in the SEO data optimization tool.
The notice was originally introduced years ago to clarify feature replacements, but it is now obsolete and potentially confusing for users Removed the renderFirstIndexationNotice() method from packages/js/src/components/Indexation.js.
Removed the call to this.renderFirstIndexationNotice() from renderTool().
Verified that no other instances of the same notice remain (including in the first-time configuration flow).
Ensured no impact to the indexing logic or other alerts.
@yoast check the PR