feat: страница /kontakty/, robots.txt, ai.txt, llms.txt, sitemap.txt
- /kontakty/ — email, Telegram, ВКонтакте + сетка игровых форумов - Меню обновлено: добавлен пункт «Контакты» - public/robots.txt — статика, разрешено всё; Host для Yandex; перечислены AI-краулеры (GPTBot, ClaudeBot, Google-Extended, CCBot, PerplexityBot, anthropic-ai); ссылки на оба sitemap (XML + TXT) - public/ai.txt — Train/Cite/Quote: yes, контактная почта - public/llms.txt — структура llmstxt.org с описанием проекта, ключевыми страницами, форумами, RSS-фидами, контактами - src/pages/sitemap.txt.ts — endpoint, генерит plain-text список 66 URL (главная + статика + страницы + посты + категории)
This commit is contained in:
13
public/ai.txt
Normal file
13
public/ai.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# AI / LLM training and crawling directives for anotherreflections.ru
|
||||
# Format: see https://github.com/AnthonyJSquires/ai.txt-spec
|
||||
|
||||
User-Agent: *
|
||||
Allow: /
|
||||
|
||||
# Permission for AI use of public site content
|
||||
Train: yes
|
||||
Cite: yes
|
||||
Quote: yes
|
||||
|
||||
# Contact for questions, takedown requests, partnerships
|
||||
Contact: info@anotherreflections.ru
|
||||
41
public/llms.txt
Normal file
41
public/llms.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
# Иные Отражения
|
||||
|
||||
> Ролевой проект «Иные Отражения» — независимое сообщество текстовых ролевых игр по мотивам современной фантастики. Восемь игровых вселенных, главные — Дозоры (С. Лукьяненко), Амбер (Р. Желязны), Киндрет (А. Пехов). Онлайн с 2006 года.
|
||||
|
||||
## Что это
|
||||
|
||||
Сайт-портал проекта: новости администрации (50+ публикаций с 2009 года), карточки игровых миров со ссылками на форумы, страницы «О нас» и контактов. Игра идёт на отдельных форумах, портал — точка входа.
|
||||
|
||||
## Ключевые страницы
|
||||
|
||||
- [Главная — лента новостей](https://anotherreflections.ru/)
|
||||
- [О нас](https://anotherreflections.ru/o-nas/)
|
||||
- [Миры — 8 игровых вселенных](https://anotherreflections.ru/miry/)
|
||||
- [Наши друзья](https://anotherreflections.ru/nashi-druzya/)
|
||||
- [Контакты](https://anotherreflections.ru/kontakty/)
|
||||
|
||||
## Игровые форумы
|
||||
|
||||
- [Главный форум](https://forum.anotherreflections.ru/) — общая площадка
|
||||
- [Сумерки Дозоров](https://sumerki.anotherreflections.ru/) — Дозоры (С. Лукьяненко)
|
||||
- [Амбер](https://amber.anotherreflections.ru/) — Янтарное Королевство (Р. Желязны)
|
||||
- [Киндрет](https://kindret.anotherreflections.ru/) — Кровные братья (А. Пехов)
|
||||
- [Ренессанс](https://renessans.anotherreflections.ru/) — историческая фантастика с допущениями мира Сумрака
|
||||
- [Над бездной](https://bezdna.anotherreflections.ru/) — тёмная мистика (в разработке)
|
||||
- [Глубина](https://deep.anotherreflections.ru/) — Дозоры · Глубина (в разработке)
|
||||
- [Warhammer 40k](https://warhammer40k.anotherreflections.ru/) — Сорок первое тысячелетие
|
||||
|
||||
## RSS-фиды
|
||||
|
||||
- [Общий фид](https://anotherreflections.ru/feed.xml) — все новости портала
|
||||
- Фиды по категориям: `https://anotherreflections.ru/category/<slug>/feed.xml`
|
||||
|
||||
## Контакты
|
||||
|
||||
- Электронная почта: info@anotherreflections.ru
|
||||
- Telegram: https://t.me/anotherreflections
|
||||
- ВКонтакте: https://vk.com/anotherreflections
|
||||
|
||||
## Использование
|
||||
|
||||
Контент создан администрацией и участниками проекта. Цитирование и обучение моделей разрешено (см. ai.txt). По вопросам сотрудничества — на электронную почту.
|
||||
34
public/robots.txt
Normal file
34
public/robots.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
# robots.txt for anotherreflections.ru
|
||||
# Static site (Astro), no admin area, no parametric URLs.
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
User-agent: Yandex
|
||||
Allow: /
|
||||
Host: https://anotherreflections.ru
|
||||
|
||||
# AI/LLM crawlers — индексировать разрешено,
|
||||
# для уточнения политики обучения см. ai.txt
|
||||
User-agent: GPTBot
|
||||
Allow: /
|
||||
|
||||
User-agent: ClaudeBot
|
||||
Allow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Allow: /
|
||||
|
||||
User-agent: CCBot
|
||||
Allow: /
|
||||
|
||||
User-agent: PerplexityBot
|
||||
Allow: /
|
||||
|
||||
User-agent: anthropic-ai
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://anotherreflections.ru/sitemap-index.xml
|
||||
Sitemap: https://anotherreflections.ru/sitemap.txt
|
||||
|
||||
Crawl-delay: 2
|
||||
Reference in New Issue
Block a user