42 lines
722 B
Plaintext
42 lines
722 B
Plaintext
# robots.txt — ดีล พลัส เทค
|
|
# https://dealplustech.co.th
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
Disallow: /404
|
|
|
|
# AI crawlers — เปิดให้อ่าน (ช่วย GEO)
|
|
User-agent: GPTBot
|
|
Allow: /
|
|
|
|
User-agent: Google-Extended
|
|
Allow: /
|
|
|
|
User-agent: PerplexityBot
|
|
Allow: /
|
|
|
|
User-agent: anthropic-ai
|
|
Allow: /
|
|
|
|
User-agent: ClaudeBot
|
|
Allow: /
|
|
|
|
User-agent: Claude-Web
|
|
Allow: /
|
|
|
|
# Bad bots — block common scrapers that don't respect crawl-delay
|
|
User-agent: AhrefsBot
|
|
Disallow: /
|
|
|
|
User-agent: SemrushBot
|
|
Disallow: /
|
|
|
|
User-agent: MJ12bot
|
|
Disallow: /
|
|
|
|
# Host (Yandex/Bing-style, also helps some other crawlers)
|
|
Host: https://dealplustech.co.th
|
|
|
|
# Sitemap
|
|
Sitemap: https://dealplustech.co.th/sitemap-index.xml
|