Prompt
This workflow audits what Google actually indexes on your site. The agent pulls your Search Console coverage through the VerifiedDR CLI, explains every skipped page in plain English, and ranks concrete fixes by expected indexing impact. Nothing changes without your approval.
Paste this into Claude, Codex, Cursor, ChatGPT, or another coding agent. The website, the expected output, and the approval boundary are already written in. First run? Complete the one-time setup; your agent can handle that too.
What does Get Skipped Pages Indexed do?
This is the sequence the agent works through. Read-only steps run on their own; anything that sends or changes something stops and waits for you.
- 01
Fetch coverage
Run
get_gsc_auditfor the latest stored audit of your connected property. - 02
Refresh if stale
Run
--runfor a fresh audit; the server budgets URL inspections per run. - 03
Diagnose
Translate sitemap errors, soft 404s, robots blocks, and not-indexed pages into plain-English causes.
- 04
Fix list
Rank concrete fixes (content depth, internal links, redirects, canonicals) by indexing impact for approval.
Commands inside Get Skipped Pages Indexed
The exact MCP tool calls behind the prompt. Your agent runs these against the verifieddr server; the ones that send anything still stop for your approval.
# 1. Latest stored index audit for your siteget_gsc_audit { site: "yourwebsite.com" } # 2. Run a fresh audit (budgeted URL inspections)run_gsc_audit { site: "yourwebsite.com" } # 3. Cross-check authority while you fix indexinglookup_site { site: "yourwebsite.com" }