Skip to content

Commit 2b2b280

Browse files
committed
Google uses strict crawling, updated Robots.txt
1 parent c4c9b65 commit 2b2b280

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/index.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<head>
1818
<meta charset="UTF-8">
1919
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
20+
<link rel="sitemap" href="https://procstack.github.io/sitemap.xml" type="application/xml">
2021
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=5.0">
2122
<meta name='theme-color' content='#000822'>
2223
<meta name="robots" content="index, follow, ai:json">
@@ -29,6 +30,7 @@
2930
<meta name="author" content="Kevin Edzenga">
3031

3132
<!-- AI/LLM Data Discovery -->
33+
<meta name="robots" content="index, follow">
3234
<meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json">
3335
<meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json">
3436
<meta name="ai:content-api" content="https://procstack.github.io/bots/">

docs/robots.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Allow: /
1515

1616
# Data endpoints for AI discovery
1717
Sitemap: https://procstack.github.io/sitemap.xml
18-
AI-Data-Manifest: https://procstack.github.io/data-manifest.json
19-
AI-Content-API: https://procstack.github.io/bots/
20-
AI-LLMs-File: https://procstack.github.io/llms.txt
2118

22-
# Crawl delay (be respectful)
23-
Crawl-delay: 1
19+
# For LLMs, all of the sites content is contained in json format in the links below
20+
# AI-Data-Manifest: https://procstack.github.io/data-manifest.json
21+
# AI-Content-API: https://procstack.github.io/bots/
22+
# AI-LLMs-File: https://procstack.github.io/llms.txt

0 commit comments

Comments
 (0)