Popis
Raechal SEO Connector links your WordPress site to the Raechal SEO platform, enabling automated and AI-powered SEO management at scale.
What This Plugin Does
- Registers SEO meta fields (title, description, keywords, OG tags, canonical, robots, schema) that are fully accessible via the WordPress REST API
- Renders those meta tags in your site’s
<head>section — works as a standalone lightweight SEO solution - Provides bulk-update and fast-audit REST API endpoints for efficient large-scale SEO management
- Works alongside existing SEO plugins — when both are present, Raechal fields take priority
- Does NOT phone home, track users, or load external scripts — your SaaS connects TO your site, not the other way around
Who Is This For
- SEO agencies managing multiple client WordPress sites
- Site owners using the Raechal SEO platform for AI-powered SEO automation
- Developers building custom SEO workflows via the WordPress REST API
How It Works
- Install and activate this plugin
- Generate an Application Password in your WordPress user profile
- Connect your site from your Raechal dashboard using your site URL and Application Password
- The Raechal platform reads your content, analyzes SEO, and pushes optimized meta data back through the REST API
REST API Endpoints
GET /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 posts
SEO Meta Fields
All 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)
External Service
This plugin is designed to work with the Raechal SEO platform (https://raechal.ai).
- Service purpose: Automated SEO analysis and optimization for WordPress sites
- Data flow: The Raechal platform connects TO your site via authenticated REST API requests using your Application Password. This plugin does not send any data to external servers.
- Terms of Service: https://raechal.ai/terms
- Privacy Policy: https://raechal.ai/privacy
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.
Instalace
- Upload the
raechal-seo-connectorfolder to/wp-content/plugins/, or install directly from the WordPress Plugin Directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- To connect with the Raechal platform, generate an Application Password: go to Users Your Profile Application Passwords enter a name click Add New
- Copy the generated password into your Raechal dashboard along with your site URL
Minimum Requirements
- WordPress 5.6 or later
- PHP 7.4 or later
Nejčastější dotazy
-
Do I need Yoast, RankMath, or another SEO plugin?
-
No. This plugin handles all SEO meta tags independently. If you have Yoast or RankMath installed alongside this plugin, Raechal’s values will take priority when set, ensuring no duplicate or conflicting tags.
-
Is this plugin free?
-
Yes. The connector plugin is completely free and always will be. The Raechal SEO platform (which connects to your site through this plugin) offers both free and paid plans.
-
Does this plugin slow down my site?
-
No. It adds only lightweight meta tags in the
<head>and REST API endpoints that activate only when called by an authenticated request. No external scripts, stylesheets, or assets are loaded. -
What data does this plugin send to external servers?
-
None. This plugin does not phone home, track usage, or send any data externally. The Raechal platform connects to your site’s REST API using credentials you provide — you control the connection entirely.
-
Can I use the REST API endpoints with tools other than Raechal?
-
Yes. The meta fields and endpoints are standard WordPress REST API and work with any tool — n8n, Zapier, Make, custom scripts, or any HTTP client.
-
What happens if I deactivate the plugin?
-
Your SEO meta data remains in the database (stored as post meta). The meta tags will stop rendering in your site’s
<head>until the plugin is reactivated. No data is deleted on deactivation.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Raechal SEO Connector je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Raechal SEO Connector” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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
