mod: улучшения для видимости ИИ
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
{# Favicons #}<link rel="shortcut icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}"/>
|
||||
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}"/>
|
||||
{# Technical Meta #}<meta http-equiv="Last-Modified" content="{% block Last4Meta %}{% endblock %}"/>
|
||||
{# Для ИИ #}<link rel="help" type="text/markdown" href="/llms.txt"/>
|
||||
{# CSS #}<link rel="stylesheet" href="{% static 'css/dicquo.css' %}"/>
|
||||
<noscript><style>body { opacity: 1; }</style></noscript>{# Показать все если JS не поддерживатся #}
|
||||
{% block ExtraHead %}{# Если нужно что=то добавить в `<head>` #}{% endblock %}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user