Is Agentic now tailors its audit by site type
By Steven Van ·
A new meta tag lets a page set its default Is Agentic report view among four site types, without affecting the score.
Is Agentic, the site-readiness checker from Vercel Labs, now splits its reports into four site-type views: Docs & content, Business, App, and Commerce. The Commerce view highlights payment and checkout standards like x402, UCP, and ACP, while the App view highlights API discovery, authentication, error handling, and SDK support.
The score stays the same in every view, and switching views on an existing report doesn't require a rescan, only the highlighted checks change. To set which view a page's report opens to by default, add a single meta tag, is-agentic-site-type, to the page's head, with a value of content, business, app, or store. The tag only picks the default view: it doesn't add points or change the score. If a page has no tag, Is Agentic infers a type and shows which one it chose. Details are in the documentation.