Skip to content

Commit 04b8b04

Browse files
Add llmsTxt metric to reports configuration (#1221)
1 parent e66fa4d commit 04b8b04

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

config/reports.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@
3939
}
4040
},
4141
"_metrics": {
42+
"llmsTxt": {
43+
"name": "llms.txt",
44+
"type": "%",
45+
"downIsBad": true,
46+
"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.",
47+
"histogram": {
48+
"enabled": false
49+
},
50+
"timeseries": {
51+
"fields": [
52+
"percent"
53+
]
54+
}
55+
},
4256
"bootupJs": {
4357
"name": "JavaScript Boot-up Time",
4458
"type": "seconds",
@@ -1109,7 +1123,8 @@
11091123
"canonical",
11101124
"hreflang",
11111125
"legible",
1112-
"linkText"
1126+
"linkText",
1127+
"llmsTxt"
11131128
],
11141129
"graphic": {
11151130
"bgcolor": "#97b5b9",

0 commit comments

Comments
 (0)