wordpress_check_seo_issues
Quick SEO issue check with prioritized recommendations.
wordpress_check_seo_issues
Check for common SEO issues and get quick recommendations.
Parameters
1 parameter, 1 required.
| Name | Type | Required | What it is |
|---|---|---|---|
page_id | number | yes | Page ID to analyze |
Example call
The smallest valid call, with the required parameters only:
{
"name": "wordpress_check_seo_issues",
"arguments": {
"page_id": 123
}
}
Response
{
"success": true,
"issues": [
{
"severity": "high",
"message": "Missing meta description",
"fix": "Add a 120-160 character meta description"
}
],
"next_steps": [
"Fix high severity issues first",
"Re-run after updates"
]
}
What it changes
Nothing. It only reads, so there is nothing to approve and nothing to undo.
When it fails
The failures seen most often on real sites in the last 30 days, most common first:
rest_no_route: The WordPress site has no such endpoint. Almost always an old plugin version, or a security plugin blocking the REST API. Update Respira for WordPress on the site and try again.
How long it takes
A typical call takes about 1.8 seconds. 19 in 20 finish within 3.4 seconds. Measured on real sites over the last week, so it includes the site's own hosting.
Availability
Works on any WordPress site, whichever page builder it uses. Available since Respira 1.0.0.
Notes
- Read-only tool - doesn’t modify content
- Use
wordpress_analyze_seowhen you need full metrics and scoring
Example Prompts
- "Check SEO issues on my homepage"
- "Quick SEO check for page 42"
- "What SEO problems does the contact page have?"
Related Tools
- wordpress_analyze_seo - Full SEO analysis
- wordpress_analyze_readability - Improve clarity and structure
Was this page helpful?