fix: дополнил robots.txt
This commit is contained in:
parent
dc532ca592
commit
1cbbb645fb
|
|
@ -1,9 +1,4 @@
|
||||||
# =============================================
|
# --- Yandex ---
|
||||||
# robots.txt для oakazanin.ru
|
|
||||||
# IT-блог на Hugo | /posts/ | RU
|
|
||||||
# =============================================
|
|
||||||
|
|
||||||
# --- Яндекс ---
|
|
||||||
User-agent: Yandex
|
User-agent: Yandex
|
||||||
Allow: /
|
Allow: /
|
||||||
Allow: /posts/
|
Allow: /posts/
|
||||||
|
|
@ -20,7 +15,7 @@ Disallow: /tags/
|
||||||
Disallow: /categories/
|
Disallow: /categories/
|
||||||
Disallow: /page/
|
Disallow: /page/
|
||||||
|
|
||||||
# --- AI-боты ---
|
# --- AI-bots ---
|
||||||
User-agent: GPTBot
|
User-agent: GPTBot
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
|
|
@ -33,7 +28,20 @@ Allow: /
|
||||||
User-agent: Claude-Web
|
User-agent: Claude-Web
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
# --- Все остальные боты ---
|
User-agent: ClaudeBot
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: Google-Extended
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
# --- Google AI Overview ---
|
||||||
|
User-agent: Google-Extended
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: ClaudeBot
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
# --- All other bots ---
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Allow: /posts/
|
Allow: /posts/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue