Tech Signals
What it does
A dedicated page that aggregates, in a single view, the technical signals detected by the audit: robots.txt status, JSON-LD schema completeness, llms.txt presence, sitemap, average latency, HTTPS coverage. Replaces the old "technical" tab of the citations page.
When to use it
- As a post-audit technical health check, before working on content.
- To measure the effect of a technical fix (re-run audit + compare signals).
- In an agency setting, as the "vital signs" to share with the client.
Required inputs
audit_id(required): the reference audit.
Example output
{
"robots_status": "ok",
"blocked_ai_bots": [],
"schema_coverage": 0.78,
"llms_txt_present": false,
"sitemap_present": true,
"https_coverage": 1.0
}