Skip to content

Commit 845021f

Browse files
committed
add robots.txt
1 parent 3b69869 commit 845021f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

scripts/generate_sitemap_rss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def collect_static_pages() -> List[StaticEntry]:
268268
Path("search.html"),
269269
Path("en/index.html"),
270270
Path("en/tags.html"),
271+
Path("robots.txt"),
271272
]
272273
entries: List[StaticEntry] = []
273274
for rel_path in static_files:

sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<loc>https://ppippi-dev.github.io/en/tags.html</loc>
2121
<lastmod>2025-06-17T22:41:28+09:00</lastmod>
2222
</url>
23+
<url>
24+
<loc>https://ppippi-dev.github.io/robots.txt</loc>
25+
<lastmod>2025-09-18T13:09:42.202104+00:00</lastmod>
26+
</url>
2327
<url>
2428
<loc>https://ppippi-dev.github.io/2025/09/15/mcp-one-page/</loc>
2529
<lastmod>2025-09-18T00:15:16+09:00</lastmod>

0 commit comments

Comments
 (0)