Skip to content

Commit 7a5453c

Browse files
robots
1 parent e0f7f21 commit 7a5453c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ baseurl: "/Higgins-Unity-Framework"
1818
# ─── SEO & Social ────────────────────────────────────────────────────────────
1919
plugins:
2020
- jekyll-seo-tag
21+
- jekyll-sitemap
2122

2223
# Open Graph / Twitter Card metadata
2324
tagline: "Compositional structure as an open-loop monitoring signal"
@@ -41,13 +42,17 @@ kramdown:
4142
input: GFM
4243

4344
# Exclude non-site files from Jekyll build
45+
# Markdown (.md) files in science/ and drafts/ ARE included — they appear in the sitemap
4446
exclude:
4547
- build_context.py
4648
- HUF_SESSION_LOADER.txt
4749
- "*.json"
4850
- "*.py"
4951
- "*.xlsx"
5052
- "*.pptx"
53+
- "*.docx"
54+
- "*.pdf"
55+
- "*.png"
5156
- dormant/
5257
- data/
5358
- tools/

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://peterhiggins19.github.io/Higgins-Unity-Framework/sitemap.xml

0 commit comments

Comments
 (0)