Skip to content

Scope duplicate title & description checks to the current site#615

Merged
duncanmcclean merged 4 commits into
7.xfrom
report-title-and-description-rules
Jun 19, 2026
Merged

Scope duplicate title & description checks to the current site#615
duncanmcclean merged 4 commits into
7.xfrom
report-title-and-description-rules

Conversation

@duncanmcclean

Copy link
Copy Markdown
Member

This pull request fixes an issue where SEO Pro would flag duplicate titles and descriptions across sites in a multi-site.

This was happening because the UniqueTitleTag and UniqueMetaDescription rules compared each page's title/description against every page in the report, regardless of which site it belonged to.

Since localized entries inherit their origin's title and description, the same content served on different sites (e.g. / and /ga/) collided and was reported as duplicate. This is a false positive, as these are hreflang alternates that Google treats as the same page rather than duplicates.

This PR fixes it by scoping the uniqueness comparison to pages on the same site.

Fixes #213

@duncanmcclean duncanmcclean merged commit 0d8c774 into 7.x Jun 19, 2026
17 checks passed
@duncanmcclean duncanmcclean deleted the report-title-and-description-rules branch June 19, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exclude site from report only

1 participant