# ============================================================== # robots.txt — CV Juna Tehnik Bersama # Service AC Surabaya | https://aqiqahsurabaya.my.id # Dibuat otomatis oleh robots.php # ============================================================== # -------------------------------------------------------------- # Aturan umum: berlaku untuk semua crawler # -------------------------------------------------------------- User-agent: * # Folder/file sensitif — larang diindeks Disallow: /api/ Disallow: /admin/ Disallow: /config/ Disallow: /includes/ Disallow: /logs/ Disallow: /tmp/ Disallow: /cache/ Disallow: /vendor/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /.env # Larang akses langsung ke file PHP mentah # (kecuali yang di-Allow di bawah) Disallow: /*.php # Izinkan halaman PHP publik yang penting Allow: /index.php Allow: /sitemap.php Allow: /faq.php Allow: /artikel.php # Hindari duplikasi konten dari query string Disallow: /*? # Izinkan root tetap dapat diakses Allow: / # Delay crawl agar server tidak terbebani Crawl-delay: 1 # -------------------------------------------------------------- # Googlebot — lebih longgar, izinkan semua halaman publik # -------------------------------------------------------------- User-agent: Googlebot Allow: / Disallow: /api/ Disallow: /admin/ Disallow: /config/ Disallow: /includes/ Disallow: /logs/ Disallow: /tmp/ Disallow: /cache/ Disallow: /vendor/ Disallow: /*.php Allow: /index.php Allow: /sitemap.php Allow: /faq.php Allow: /artikel.php # -------------------------------------------------------------- # Bingbot — izinkan semua halaman publik # -------------------------------------------------------------- User-agent: Bingbot Allow: / Disallow: /api/ Disallow: /admin/ Disallow: /config/ Disallow: /includes/ Disallow: /logs/ Disallow: /tmp/ Disallow: /cache/ Disallow: /vendor/ Disallow: /*.php Allow: /index.php Allow: /sitemap.php Allow: /faq.php Allow: /artikel.php # -------------------------------------------------------------- # Bot scraper & SEO tool pihak ketiga — blokir penuh # (menghabiskan bandwidth tanpa manfaat SEO) # -------------------------------------------------------------- User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: PetalBot Disallow: / User-agent: BLEXBot Disallow: / User-agent: DataForSeoBot Disallow: / User-agent: Bytespider Disallow: / User-agent: GPTBot Disallow: / User-agent: CCBot Disallow: / User-agent: ClaudeBot Disallow: / # -------------------------------------------------------------- # Lokasi Sitemap # -------------------------------------------------------------- Sitemap: https://aqiqahsurabaya.my.id/sitemap.php