Skip to content

Commit e6f199d

Browse files
chlabclaude
andcommitted
Correct stale conventions in AGENTS.md and README
The site is no longer noindex (removed in 3b93e86); only branding.html is excluded. Videos use preload="auto", not "none". Fix AGENDTS.md typo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent be61068 commit e6f199d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ docs/
4040
- Colors: white `#ffffff`, purple `#221c35`, red `#e6443b`
4141
- Font: Open Sans (self-hosted, no Google Fonts CDN)
4242
- Images below the fold use `loading="lazy"`. Service icons and the header logo do not.
43-
- Videos use `preload="none"` and are played/paused via a scroll listener in JS.
44-
- The site is currently set to `noindex` (meta tag + robots.txt). See README for the go-live checklist.
43+
- Videos use `preload="auto"` and are played/paused via a scroll listener in JS.
44+
- The site is indexed by search engines. Only `branding.html` is excluded (meta `noindex` + `Disallow` in `robots.txt`) since it's unlisted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Static website for [schaltstelle.ch](https://schaltstelle.ch).
44

5-
The site lives in `docs/` because GitHub Pages only supports serving from `/` (root) or `/docs`. This keeps repo-level files like `AGENDTS.md` and `README.md` out of the public URL.
5+
The site lives in `docs/` because GitHub Pages only supports serving from `/` (root) or `/docs`. This keeps repo-level files like `AGENTS.md` and `README.md` out of the public URL.
66

77
## Structure
88

0 commit comments

Comments
 (0)