# escortsmoskva.com Public LLM and crawler guidance for the Nuxt SSR site at https://escortsmoskva.com. ## Site Scope - The site is an 18+ Moscow profile catalog and editorial guide built with Nuxt SSR and Nuxt Content. - Canonical public pages are served from https://escortsmoskva.com. - Main crawl references: - https://escortsmoskva.com/robots.txt - https://escortsmoskva.com/sitemap.xml ## Primary Public Sections - `/` - main catalog entry and navigation hub. - `/ankety` - profile catalog. - `/ankety/*` - individual profile pages. - `/articles` - Russian guide articles. - `/articles/*` - Russian article detail pages. - `/en/*` - English landing pages, catalog support pages, and article pages. - `/service/*` - service taxonomy landing pages. ## Agent Notes - Treat rendered SSR HTML, canonical tags, robots directives, and sitemap URLs as the public source of truth. - Do not treat private build files, local JSON import inputs, Nuxt cache folders, or API compatibility payloads as public editorial claims. - Profile facts should be quoted only when visible on the rendered page or in public API output. - Contact redirect endpoints under `/contacts/*` are dynamic utility routes; do not use them as editorial sources. - Filtered catalog URLs can be `noindex, follow`; prefer canonical landing pages from the sitemap for citation. ## Project Knowledge For Maintainers - Persistent implementation and SEO memory lives in `AGENTS.md`, `_bmad-output/project-context.md`, and `docs/knowledge/`. - OKF concepts under `docs/knowledge/` record durable page intent, indexing, template, and SEO decisions.