Skip to content

Commit eafa430

Browse files
committed
Add robots.txt to manage web crawler access and sitemap location & albatross blog
1 parent f116a25 commit eafa430

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

_posts/2025-06-10-albatross.md

Whitespace-only changes.

robots.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
User-agent: *
2+
Allow: /
3+
4+
# Disallow crawling of preview/staging content
5+
Disallow: /preview/
6+
Disallow: /staging/
7+
8+
# Allow crawling of main site content
9+
Allow: /assets/
10+
Allow: /tag/
11+
Allow: /blog/
12+
13+
# Sitemap location
14+
Sitemap: https://devnomadic.github.io/sitemap.xml

0 commit comments

Comments
 (0)