# 2CarRent — robots.txt # https://2carrent.com # ── Search engine ทั่วไป (Google, Bing ฯลฯ) ── User-agent: * Allow: / # sitemap แบบ dynamic อยู่ใต้ /api/ ซึ่งถูก Disallow — ต้องเปิดทางเฉพาะ path นี้ # (กติกา robots: rule ที่ path ยาวกว่าชนะ) Allow: /api/sitemap Disallow: /admin # หน้าแชท AI — ต้องล็อกอินก่อนใช้ ไม่มีเนื้อหาสาธารณะ (กัน thin content) Disallow: /chat # ลิงก์แชร์ใบจองให้ลูกค้า (/booking/?exp=&sig=) — ข้อมูลส่วนตัวของผู้จอง มี noindex # ที่หน้านั้นเองอยู่แล้ว แต่กันไว้อีกชั้นไม่ให้ bot เก็บ/ตามลิงก์นี้เลย Disallow: /booking Disallow: /api/ # ── AI / Answer engine crawlers (AEO) — อนุญาตให้เก็บข้อมูลเพื่อให้ถูกนำไปอ้างอิงใน AI Search ── # ประกาศ User-agent หลายตัวต่อกัน = ใช้กฎชุดเดียวกันด้านล่าง (กันหน้า admin/api เหมือน bot ทั่วไป) # หมายเหตุ: ถ้าไม่ประกาศ บอทเหล่านี้ก็เข้าได้ตาม * อยู่แล้ว — ประกาศชัดเพื่อความตั้งใจ + ปลดล็อก opt-out tokens User-agent: GPTBot User-agent: OAI-SearchBot User-agent: ChatGPT-User User-agent: ClaudeBot User-agent: Claude-Web User-agent: anthropic-ai User-agent: PerplexityBot User-agent: Perplexity-User User-agent: Google-Extended User-agent: Applebot User-agent: Applebot-Extended User-agent: Amazonbot User-agent: Meta-ExternalAgent User-agent: CCBot Allow: / Allow: /api/sitemap Disallow: /admin Disallow: /chat Disallow: /booking Disallow: /api/ # ── ไฟล์สรุปเว็บสำหรับ AI (llms.txt convention) — ไม่ใช่ XML sitemap จึงประกาศเป็น comment ── # LLM-Content: https://2carrent.com/llms.txt # Sitemap (sitemap index — ชี้ต่อไปยัง /api/sitemap) Sitemap: https://2carrent.com/sitemap.xml