From ad47da52bc9700d4024ffbada90df08c48fde808 Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:34:33 +0100 Subject: [PATCH] Add llmsTxt metric to reports configuration --- config/reports.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/config/reports.json b/config/reports.json index a105c2c6..f9669b99 100644 --- a/config/reports.json +++ b/config/reports.json @@ -39,6 +39,20 @@ } }, "_metrics": { + "llmsTxt": { + "name": "llms.txt", + "type": "%", + "downIsBad": true, + "description": "The percent of pages with a `llms.txt` file. The `llms.txt` file is a proposed standard that allows large language models (LLMs) to understand a website's content and structure, which can improve the quality of search results and enable new use cases like chatbots and virtual assistants.", + "histogram": { + "enabled": false + }, + "timeseries": { + "fields": [ + "percent" + ] + } + }, "bootupJs": { "name": "JavaScript Boot-up Time", "type": "seconds", @@ -1109,7 +1123,8 @@ "canonical", "hreflang", "legible", - "linkText" + "linkText", + "llmsTxt" ], "graphic": { "bgcolor": "#97b5b9",