This workflow puts your authority metrics on watch. The agent confirms monitoring eligibility, summarizes DR, TrueDR, traffic, and referring-domain movement, and exports evidence when a dashboard or client report needs it. You only hear about the changes that need a decision.
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 Monitor Authority Metrics 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
Check eligibility
Run
vdr sites:monitor --dailyto confirm owner-scoped monitoring eligibility. - 02
Track movement
Run
vdr trackto summarize whether authority is improving. - 03
Export
Run
vdr sites:exportwhen the evidence feeds a dashboard, script, or report. - 04
Explain
Run
vdr explainto turn the latest movement into a plain-English operating note.
Commands inside Monitor Authority Metrics
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. Confirm owner-scoped monitoring eligibilityvdr sites:monitor yourwebsite.com --daily # 2. Summarize whether authority is improvingvdr track yourwebsite.com # 3. Export evidence for dashboards or client reportingvdr sites:export yourwebsite.com # 4. Explain the latest movement in plain Englishvdr explain yourwebsite.com