- Neues Portfolio-Projekt: Recrobot (KI-gestütztes Recruiting Tool) - Portfolio-Projekt: Website mit KI hinzugefügt - Blog-Beitrag "Automatisierte Ad Creatives" entfernt - Gradient-Overlay von Portfolio-Karten entfernt - Projekt-Ordner für Cover-Bilder erstellt - Übersetzungen für alle drei Sprachen (DE, EN, SR) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
# Allow all crawlers
|
|
User-agent: *
|
|
Allow: /
|
|
Crawl-delay: 1
|
|
|
|
# Disallow admin or sensitive paths if any
|
|
Disallow: /admin
|
|
Disallow: /api/
|
|
Disallow: /.env
|
|
|
|
# Sitemap location
|
|
Sitemap: https://damjan-savic.com/sitemap.xml
|
|
|
|
# Language specific sitemaps
|
|
Sitemap: https://damjan-savic.com/sitemap-de.xml
|
|
Sitemap: https://damjan-savic.com/sitemap-en.xml
|
|
Sitemap: https://damjan-savic.com/sitemap-sr.xml
|