Skip to content

Scoring Overview

Every scan produces two scores and a stance classification. The two scores are independent - a site can score high on both. For example, a site may block most AI agents via a well-structured robots.txt (high blocking score) while also having excellent structured data for the agents it does allow (high open score). The UI lets the user toggle between modes.

Outputs

OutputRangeMeaning
Open score0–100How well the site serves AI crawlers
Blocking score0–100How effectively the site blocks AI crawlers
StanceOPEN / MIXED / BLOCKING / UNKNOWNDerived from robots.txt agent rules

Check statuses

Each individual check resolves to one of five statuses:

StatusMeaningCounts toward score?
passCriterion fully metYes - full point
warnPartially met or best-practice gapYes - half point
failCriterion not metYes - zero points
infoInformational only; absence is not a problemNo
skipCould not be evaluatedNo

Stance classification

Stance is derived from the ratio of blocked to total known AI agents found in robots.txt:

StanceCondition
BLOCKING≥ 75% of known agents are blocked
OPEN≤ 25% of known agents are blocked
MIXEDBetween 25% and 75% blocked
UNKNOWNNo agent-specific rules found at all