What does Run a Google Index Audit and Find Skipped Pages do?
See which pages Google indexes. The agent reads Search Console, explains each skipped page, and ranks the fixes. You approve each change.
This is the sequence the agent follows. It reads data on its own. You approve each send or change.
- 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 Run a Google Index Audit and Find Skipped Pages
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" }