GOMAX automatically avoids duplicate structured data: when a schema-emitting SEO plugin is active, GOMAX stops emitting the same JSON-LD types and keeps only what the SEO plugin does not provide.
What it is
Two plugins each printing an Article or Organization block on the same page creates duplicate - and sometimes conflicting - structured data (for example two different authors). Search engines and AI answer engines can then get confused about your content. GOMAX detects a schema-emitting SEO plugin (Yoast, Rank Math, AIOSEO, SEOPress) and steps back for the types that plugin already covers, while still adding complementary types it does not (such as FAQ).
How it works
On every page, if one of those SEO plugins is active, GOMAX filters its own stored JSON-LD at render time: it drops Article, WebPage, Organization, WebSite, Breadcrumb, Person and image objects (which Yoast and friends already output) and keeps the rest, like FAQ. Nothing is deleted from your data - only the rendered output is trimmed - so if you ever disable the SEO plugin, the full GOMAX schema returns automatically. The result: exactly one Article block per post, with the correct author, and no conflicts.
How to use it
Nothing to do - it is automatic. If you want to confirm, view a post's source and check there is a single Article block with your author, plus your FAQ block where present.
Frequently asked questions
Will I lose my FAQ rich results?
No. GOMAX keeps the complementary types (like FAQPage) that Yoast's free tier does not emit - it only stands aside for the types the SEO plugin already covers.
What if I switch off Yoast later?
GOMAX detects that and automatically starts emitting the full schema again. Your stored data was never changed.
Which SEO plugins are recognised?
Yoast SEO, Rank Math, All in One SEO (AIOSEO) and SEOPress.
Top comments (0)