# Vidanjör Web Sitesi - Robots.txt # Arama motoru botları için yönlendirme kuralları # Tüm botlara izin ver User-agent: * Allow: / # Admin paneli koru Disallow: /admin/ # Sistem ve config dosyalarını koru Disallow: /config.php Disallow: /.htaccess Disallow: /test-*.php Disallow: /YENİ-ÖZELLİKLER-README.md # Veritabanı ve hassas klasörler Disallow: /includes/ Disallow: /vendor/ # Tarayıcı cache ve geçici dosyalar Disallow: /*.sql$ Disallow: /*.log$ # Arama motoru crawl hızı (saniye başına istek) Crawl-delay: 1 # XML Sitemap konumu (Dinamik) Sitemap: https://sincanvidanjor.com/robots.php/sitemap.xml