mod: улучшения для видимости ИИ
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
{# Favicons #}<link rel="shortcut icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}"/>
|
{# 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' %}"/>
|
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}"/>
|
||||||
{# Technical Meta #}<meta http-equiv="Last-Modified" content="{% block Last4Meta %}{% endblock %}"/>
|
{# 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' %}"/>
|
{# CSS #}<link rel="stylesheet" href="{% static 'css/dicquo.css' %}"/>
|
||||||
<noscript><style>body { opacity: 1; }</style></noscript>{# Показать все если JS не поддерживатся #}
|
<noscript><style>body { opacity: 1; }</style></noscript>{# Показать все если JS не поддерживатся #}
|
||||||
{% block ExtraHead %}{# Если нужно что=то добавить в `<head>` #}{% endblock %}
|
{% block ExtraHead %}{# Если нужно что=то добавить в `<head>` #}{% endblock %}
|
||||||
|
|||||||
@@ -1,26 +1,14 @@
|
|||||||
# DicQuo
|
# DicQuo
|
||||||
User-Agent: *
|
User-Agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Disallow: /admin/
|
|
||||||
Disallow: /*?tag=
|
Disallow: /*?tag=
|
||||||
Disallow: /*?
|
Disallow: /*?
|
||||||
|
|
||||||
# Optimize for Yandex
|
# Optimize for Yandex
|
||||||
Clean-param: tag /
|
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
|
Host: dq.cube2.ru
|
||||||
Sitemap: https://dq.cube2.ru/sitemap.xml
|
Sitemap: https://dq.cube2.ru/sitemap.xml
|
||||||
|
|
||||||
|
# Ссылка на файл для ИИ-моделей
|
||||||
|
Link: /llms.txt
|
||||||
Reference in New Issue
Block a user