audit_schema
Audit structured data (JSON-LD) for a project's latest crawl: coverage and the spread of schema.org @type names, plus pages with none. Run crawl_site…
Cost: 5 credits.
audit_schema reviews the structured data on the pages captured by your project's most recent crawl_site run. It is synchronous and returns its findings immediately. Run crawl_site first — with no crawl on record the tool says so and charges nothing.
What it does
Reports on the JSON-LD found across the site:
- Coverage — how many pages carry JSON-LD structured data and how many have none.
- Type spread — a site-wide count of the schema.org
@typenames in use (Organization,WebSite,Article,Product, and so on). - Gaps — the URLs of pages with no structured data at all.
Detection is JSON-LD only — microdata and RDFa are not read — and only the @type names are analyzed. The crawler never stores the JSON-LD body, so this is a coverage and type-spread report, not per-field validation.
Example
Ask your MCP client in plain language:
Run a structured-data audit for my example.com project.
Input
| Field | Type | Required | Description |
|---|---|---|---|
project_id | string (uuid) | Yes | The project to audit (from setup_project / list_projects). |
Returns
The JSON-LD coverage counts, the site-wide @type spread, and the list of pages with no structured data.
audit_tech
Audit technical SEO for a project's latest crawl: HTTP status spread, redirects, skipped URLs by reason, and robots (noindex) conflicts. Run crawl_site…
research_keywords
Look up Google search volume, CPC, and competition for up to 100 keywords. Synchronous — returns a table immediately. Live keyword data is off during…