Session 2026-04-21: SEO, Wiki-Anreicherung, Training, Lober
SEO & Crawler:
- robots.txt, llms.txt, sitemap.xml (508 Seiten bei Google)
- SSR-Seiten: /info, /wiki/rassen, /wiki/rasse/{slug}, /knigge
- Open Graph, JSON-LD, Breadcrumbs in index.html
Navigation:
- Training unter "Mein Hund", Wissen collapsible
- Welcome-Seite und Landing-Page auf 5-Gruppen-Struktur
Wiki:
- KI-Anreicherung (Claude API): beschreibung, vorkommen_de, Steckbrief
- "So einen hab ich" / Züchter-Verzeichnis
- Scheduler: 50 Rassen beim Start, 20/Nacht
Training:
- Session-Logging (Erfolgsquote, Stimmung, Zufriedenheit)
- Virtueller KI-Trainer (6h-Cache)
- Trainingskalender (Habit-Tracker)
- Top-Training → automatischer Tagebucheintrag
- Gamification ohne Druck: Badges, Streak, Stats
Fortschritts-Lober:
- Jeden Montag 09:00: Claude schreibt Lob-Text pro Hund
- Push + Karte im Tagebuch
Monitoring:
- 4× täglich Status-Mail mit Scheduler-Status + Wiki-Fortschritt
This commit is contained in:
parent
65d1cf6c7f
commit
180de32e57
22 changed files with 4351 additions and 189 deletions
32
backend/static/robots.txt
Normal file
32
backend/static/robots.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Allow: /info
|
||||
Allow: /hund/
|
||||
Allow: /api/wiki/rassen
|
||||
Allow: /api/wiki/rassen/
|
||||
Allow: /api/events
|
||||
Allow: /api/knigge/articles
|
||||
Allow: /api/movies/list
|
||||
Allow: /api/forum/
|
||||
Allow: /api/lost
|
||||
Allow: /api/poison
|
||||
Allow: /api/stats
|
||||
Disallow: /api/auth/
|
||||
Disallow: /api/admin/
|
||||
Disallow: /api/dogs/
|
||||
Disallow: /api/diary/
|
||||
Disallow: /api/health/
|
||||
Disallow: /api/chat/
|
||||
Disallow: /api/friends/
|
||||
Disallow: /api/push/
|
||||
Disallow: /api/widget/
|
||||
Disallow: /api/notifications/
|
||||
Disallow: /api/alerts/
|
||||
Disallow: /api/ki/
|
||||
Disallow: /api/import/
|
||||
Disallow: /api/sitting-access/
|
||||
Disallow: /ausweis/
|
||||
Disallow: /teilen/
|
||||
Disallow: /media/
|
||||
|
||||
Sitemap: https://banyaro.app/sitemap.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue