← All recipes
Auditintermediate~45 seconds

Audit pages for structured data errors and missing schema opportunities

Find which of your high-impression pages have structured data errors, and which ones could benefit from FAQ or HowTo schema but don't have it.

The prompt

Copy this and paste it into Claude, Cursor, or any AI client connected to your GenieSeo MCP URL.

prompt
For my main Search Console property, run a structured data audit:

1. Use get_search_analytics to retrieve the top 30 pages by impressions over the last 28 days. Record each page's total impressions, clicks, and average position.

2. Run inspect_url_enhanced on each of those 30 pages. For each page, report:
   - Any structured data errors or warnings detected
   - The structured data types currently present (Article, FAQPage, HowTo, Product, etc.)
   - Note any page with errors as SCHEMA_ERROR

3. For pages that do NOT currently have FAQ schema:
   - Pull their top 5 queries from Search Console (last 28 days)
   - Flag the page as FAQ_CANDIDATE if any of its top queries start with: Who, What, Why, When, How, Is, Are, Can
   For pages that do NOT currently have HowTo schema:
   - Flag the page as HOWTO_CANDIDATE if any of its top queries contain the phrase "how to"

Output a Markdown table with columns: page URL, impressions, structured data types present, errors (yes/no), FAQ candidate (yes/no), HowTo candidate (yes/no). Add a section below listing only the error pages and the candidate pages with their triggering queries.

When to use it

Before any Google Core Update or when rich-result click rates are dropping. Structured data errors cost featured snippets silently.

What you get back

  • Top 30 pages by impressions (last 28 days) with any structured data errors from URL Inspection flagged per page.
  • Pages without FAQ schema whose top queries start with question words (Who/What/Why/When/How/Is/Are/Can) — flagged as FAQ schema candidates.
  • Pages without HowTo schema whose top queries contain 'how to' — flagged as HowTo schema candidates.

How this runs

GenieSeo doesn't execute prompts — your AI client does. Make sure your MCP URL is connected to Claude, Cursor, Codex, or Antigravity. New here? Read the 60-second setup guide.

Tags

  • structured-data
  • schema
  • rich-results
  • technical

Frequently asked questions

How do I run the "Audit pages for structured data errors and missing schema opportunities" prompt?+

Sign up for GenieSeo, connect Google OAuth, paste your MCP URL into Claude or Cursor, then copy the prompt from this page into a new chat. The model will call the relevant Search Console or GA4 tools automatically.

Does this recipe change my Google data?+

No. This recipe only uses read-only Search Console and GA4 scopes. It will not submit sitemaps or modify properties unless you use a separate write-enabled recipe.

What is a GenieSeo recipe?+

A recipe is a copy-paste prompt you run inside Claude, Cursor, or Codex after connecting your GenieSeo MCP URL. It tells the model which Search Console or GA4 tools to call and how to format the answer.

Do I need GenieSeo connected before using a recipe?+

Yes. Sign up at GenieSeo, approve Google OAuth, paste your personal MCP URL into your AI client, then paste the recipe prompt. Without MCP, the model cannot reach live Google data.