diff --git a/dicquo/templates/base.html b/dicquo/templates/base.html index 8184fd2..63be3cc 100644 --- a/dicquo/templates/base.html +++ b/dicquo/templates/base.html @@ -19,6 +19,7 @@ {# Favicons #} {# Technical Meta #} + {# Для ИИ #} {# CSS #} {# Показать все если JS не поддерживатся #} {% block ExtraHead %}{# Если нужно что=то добавить в `` #}{% endblock %} diff --git a/public/robots.txt b/public/robots.txt index b95652a..bb5041f 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,26 +1,14 @@ # DicQuo User-Agent: * Allow: / -Disallow: /admin/ Disallow: /*?tag= Disallow: /*? # Optimize for Yandex Clean-param: tag / -# AI and LLM bots settings -# OpenAI GPT -# User-agent: GPTBot -# Disallow: - -# Common Crawl (used by many AI models) -# User-agent: CCBot -# Disallow: - -# Google Bard/Gemini -# User-agent: Google-Extended -# Disallow: - Host: dq.cube2.ru Sitemap: https://dq.cube2.ru/sitemap.xml +# Ссылка на файл для ИИ-моделей +Link: /llms.txt \ No newline at end of file