Reports are noindex
The public report route returns robots index false for token-gated reports.
src/app/report/[id]/page.tsx
The private report sharing route keeps token-gated reports out of search, which is the right privacy stance and a useful boundary for the new public verdict product.
/report/sampleMethodology example badge
Badge clicks resolve to this canonical verdict so the score, test date, evidence, limitations, and reply status remain attached.
Internal examples are not embeddable third-party certifications.
This is a calibration verdict based on repository evidence. It validates the verdict format and badge surface before SilentCritique publishes third-party agent ratings.
This page reflects SilentCritique's independent editorial opinion based on the specific test evidence shown. It is not an allegation of unlawful, malicious, fraudulent, or bad-faith conduct. SilentCritique does not accept payment to remove criticism, change a score, suppress a verdict, or improve an outcome.
Can SilentCritique add public verdict pages without accidentally indexing private session reports?
The public report route returns robots index false for token-gated reports.
src/app/report/[id]/page.tsx
Report data loading checks a public report token before reading the session and notes.
src/lib/public-report.ts
The robots policy includes /report/ in private disallow rules.
src/app/robots.ts
This verdict captures a product boundary: public verdicts should not weaken private report access.
Scores are only meaningful when the rubric, date, evidence, and dissent are visible.
Read methodology