Raechal SEO Connector links your WordPress site to the Raechal SEO platform, enabling automated and AI-powered SEO management at scale.
<head> section — works as a standalone lightweight SEO solutionGET /wp-json/raechal-seo/v1/health — Verify plugin installation and connectionGET /wp-json/raechal-seo/v1/site-info — Retrieve site metadata for onboardingGET /wp-json/raechal-seo/v1/audit — Fast SEO audit with all meta fields attachedPOST /wp-json/raechal-seo/v1/bulk-update — Batch update SEO data for multiple postsAll fields are readable and writable via the standard WordPress REST API (/wp-json/wp/v2/posts/{id} and /wp-json/wp/v2/pages/{id}) through the meta object:
_raechal_seo_title — SEO meta title (overrides <title> tag)_raechal_seo_description — Meta description_raechal_seo_focus_keyword — Primary focus keyword_raechal_seo_canonical_url — Canonical URL override_raechal_seo_og_title — Open Graph title_raechal_seo_og_description — Open Graph description_raechal_seo_og_image — Open Graph image URL_raechal_seo_robots — Robots directive (e.g. noindex,nofollow)_raechal_seo_schema_type — Schema.org type (e.g. Article, Product)This plugin is designed to work with the Raechal SEO platform (https://raechal.ai).
The plugin functions fully without the Raechal platform — you can use the REST API endpoints and meta fields with any tool, script, or automation platform.