Mitch SEO
Mitch SEO is a small companion plugin for customers of getmitch.ai. It does two things:
- Registers three post-meta keys (
_mitch_seo_title,_mitch_seo_metadesc, _mitch_jsonld) for the WordPress REST API so Mitch can write approved SEO fixes to your pages. WordPress silently ignores writes to unregistered meta, so this registration is required. - Renders those values through your active SEO plugin’s own output (Yoast, Rank Math, All in One SEO, SEOPress) – or standalone if you have no SEO plugin. It never overwrites your SEO plugin’s own fields, so any change Mitch makes is fully reversible from the Mitch dashboard.
Mitch SEO requires a getmitch.ai account. To sign up, go to https://www.getmitch.ai and create your account, then connect your site from the dashboard.
All REST access requires an authenticated user (WordPress Application Password) with permission to edit the post. No endpoint is public.
External services
This plugin is a companion to the getmitch.ai SEO service. It does not connect to any external service on its own – it only responds to authenticated REST API requests made by your own getmitch.ai account.
What is sent, and when: when you approve an SEO fix in your getmitch.ai dashboard, getmitch.ai’s servers send a single authenticated REST API request to your own WordPress site (using the WordPress Application Password you created when connecting) to read or write that page’s title, meta description, and JSON-LD structured data. No other data is read or transmitted, and no request happens unless you have connected your site and approved a specific fix.
This plugin itself never initiates an outbound request to getmitch.ai or any
other server – it only exposes an authenticated wp-json/mitch/v1/status
endpoint and REST-writable post meta, both of which require a logged-in
WordPress user capable of editing the relevant post.
Terms of Service: https://getmitch.ai/terms Privacy Policy: https://getmitch.ai/privacy
