Full JSON-LD authoring: new json_ld meta field (validated raw JSON) renders structured data, taking precedence over the schema_type builder.
When a dedicated SEO plugin (Yoast, Rank Math, AIOSEO, SEOPress) is active, the connector now DEFERS head rendering to it (no more duplicate canonical/OG/JSON-LD) and instead overrides its SEO title + meta description via that plugin’s filters.
og:type now derives from schema_type (Product -> product).
Security: JSON-LD output is now escaped against script-tag breakout (JSON_HEX_TAG | JSON_HEX_AMP).
1.0.0
Initial release
SEO meta field registration (title, description, keyword, canonical, OG, robots, schema)
Head tag rendering: meta description, Open Graph, Twitter Card, canonical, robots, JSON-LD schema
REST API endpoints: health check, site info, bulk update, audit
Yoast/RankMath compatibility: Raechal values override when set
Title tag override via pre_get_document_title and document_title_parts filters