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 domain, 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
vdr sites: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 commands behind the prompt. Run the chain yourself if you'd rather skip the agent; the ones that send anything still stop for your approval.
# 1. Latest stored index audit for your sitevdr sites:gsc-audit yourwebsite.com # 2. Run a fresh audit (budgeted URL inspections)vdr sites:gsc-audit yourwebsite.com --run # 3. Cross-check authority while you fix indexingvdr analyze yourwebsite.com