01 · Brief the agent
Copy one prompt. Keep the full context.
Paste this into Claude, Codex, Cursor, ChatGPT, or another coding agent. It already includes the domain, the evidence to inspect, the expected output, and the approval boundary. If this is your first run, complete the one-time setup first; your agent can handle those commands too.
02 · Review the run
Know what happens before you paste.
The agent follows this sequence and reports the evidence in plain English. Any step that sends, uploads, or changes something waits for your explicit approval.
- 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 and enforces a 12h cooldown. - 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.
03 · Inspect the commands
Nothing hidden behind the prompt.
These are the commands the prompt asks the agent to run. Copy the whole chain or execute it yourself. Read-only analysis runs immediately; consequential actions keep their approval gate.
# 1. Latest stored index audit for your sitevdr sites:gsc-audit yourwebsite.com # 2. Run a fresh audit (12h cooldown, budgeted URL inspections)vdr sites:gsc-audit yourwebsite.com --run # 3. Cross-check authority while you fix indexingvdr analyze yourwebsite.comNext job
