Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion config/reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1109,7 +1123,8 @@
"canonical",
"hreflang",
"legible",
"linkText"
"linkText",
"llmsTxt"
],
"graphic": {
"bgcolor": "#97b5b9",
Expand Down
Loading