Analysis Toolswordpress_check_seo_issues
Analysis Tools

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

ParameterTypeRequiredDescription
pageIdnumberYesWordPress page ID to analyze

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"
  ]
}

Example Prompts

  • "Check SEO issues on my homepage"
  • "Quick SEO check for page 42"
  • "What SEO problems does the contact page have?"

Notes

  • Read-only tool - doesn’t modify content
  • Use wordpress_analyze_seo when you need full metrics and scoring
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025