Get Site SEO Audit is a WordPress ability from SiteSEO – SEO Simplified — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get Site SEO Audit
Read-onlyGet a site-wide SEO health snapshot covering the homepage, sitemap status, custom robots rules, and public post types.
Requires the SiteSEO plugin on WordPress 6.9+ for the Abilities API (abilities are registered only when the wp_register_ability() function exists). Each ability is additionally gated by the caller holding the matching WordPress capability — edit_posts for the post abilities, or manage_options for settings, audit, and sitemap abilities.
What it does
This ability returns a site-wide SEO health snapshot: whether the XML sitemap is enabled and its index URL, how many custom robots.txt rules are configured, the list of public post types on the site, and the homepage URL. It takes no input. This gives an AI assistant a single-call overview of the site's overall SEO health, useful for a quick status check before diving into any one area in more detail.
See it in action
You ask your AI assistant
"Give me a site-wide SEO health check — sitemap status, custom robots rules, and which post types are public."
Returns
An object with sitemap_enabled (boolean), sitemap_index_url (string or null), custom_robots_rules_count (integer), public_post_types (array of strings), and homepage_url (string).
Permission
The current user must have the WordPress 'manage_options' capability.
More SiteSEO – SEO Simplified abilities
Get Homepage SEO Audit
Get an SEO snapshot of the homepage, including title, meta description, robots flags, social meta and cached score.
Get Post SEO Data
Retrieve the SEO snapshot for a single post: title, meta description, focus keyphrase, robots flags, canonical URL and social meta.
Get Sitemap Status
Check whether the SiteSEO XML sitemap is enabled and get its index URL.
Get SiteSEO Settings
Read the full SiteSEO settings tree.
List Posts by SEO Score
List posts with their cached SEO content-analysis score.
List Posts Missing SEO Data
Find posts where the title, meta description, or focus keyphrase hasn't been set.