Analysis Toolswordpress_check_structured_data
Analysis Tools

wordpress_check_structured_data

Check schema markup and structured data (JSON-LD, microdata) for AI parsing.

wordpress_check_structured_data

Check schema markup and structured data (JSON-LD, microdata) for AI parsing.

Parameters

ParameterTypeRequiredDescription
pageIdnumberYesWordPress page ID to analyze

Response

{
  "success": true,
  "has_json_ld": true,
  "types": [
    "Organization",
    "WebSite"
  ],
  "issues": [
    {
      "severity": "low",
      "message": "Missing FAQPage schema",
      "fix": "Add FAQPage JSON-LD if the page includes FAQs"
    }
  ]
}

Example Prompts

  • "Check structured data on my homepage"
  • "Does page 42 have valid schema?"
  • "Do we have JSON-LD on the services page?"

Notes

  • Read-only tool - doesn’t modify content
  • Best paired with an SEO plugin (Yoast/RankMath) or theme-level schema
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025