# Robots.txt - Yasar Makina # www.yasarmak.com.tr # Tüm botlara izin ver User-agent: * # İzin verilen alanlar Allow: / Allow: /assets/ Allow: /data/translations/ Allow: /*.css Allow: /*.js Allow: /*.jpg Allow: /*.png Allow: /*.webp Allow: /*.pdf # Yasaklı alanlar Disallow: /admin/ Disallow: /includes/ Disallow: /mysql_data/ Disallow: /old/ Disallow: /uploads/job-applications/ Disallow: /api/ Disallow: /data/bot_responses.json Disallow: /data/seo_settings.json Disallow: *.php$ # Arama sonuçları sayfaları (query parameters) Disallow: /*?* # Sitemap'ler (Google'a bildiriyor) Sitemap: https://www.yasarmak.com.tr/sitemap.php Sitemap: https://www.yasarmak.com.tr/sitemap-tr.php Sitemap: https://www.yasarmak.com.tr/sitemap-en.php Sitemap: https://www.yasarmak.com.tr/sitemap-de.php Sitemap: https://www.yasarmak.com.tr/sitemap-ar.php # Google Bot için özel kurallar User-agent: Googlebot Allow: / Disallow: /admin/ Disallow: /api/ # Bing Bot için özel kurallar User-agent: Bingbot Allow: / Disallow: /admin/ Disallow: /api/ # Crawl delay (saniye) - sunucu yükünü azaltmak için Crawl-delay: 1 # Host tanımı (www yönlendirmesi için) Host: https://www.yasarmak.com.tr