Get Homepage 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 Homepage SEO Audit
Read-onlyGet an SEO snapshot of the homepage, including title, meta description, robots flags, social meta and cached score.
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 an SEO snapshot of the site's homepage: its URL, title, meta description, robots meta string, and a content-analysis score when one is cached. It takes no input. Handing this to an AI assistant lets it check the homepage's on-page SEO state in a single call, useful for a quick health check before recommending any changes.
See it in action
You ask your AI assistant
"Show me the homepage SEO audit — title, description, robots settings and score."
Returns
An object with url, title (string or null), description (string or null), seo_score (string or null), and robots (a string of the combined robots meta directives).
Permission
The current user must have the WordPress 'manage_options' capability.
More SiteSEO – SEO Simplified abilities
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 Site SEO Audit
Get a site-wide SEO health snapshot covering the homepage, sitemap status, custom robots rules, and public post types.
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.