# Beautymap (mybeautymap.ru) > RU: Публичный каталог мастеров красоты по городам: специализации, районы, цены и отзывы, публичные карточки мастеров. **Beautymap** is a Russian-language consumer catalog for finding beauty-industry masters: browse by city, specialization, and district; each public profile shows services, pricing context, and reviews. Data is served from the mybeautymap.ru API; this site is the public catalog UI. ## Canonical site Production: https://mybeautymap.ru (deployments may use another origin via `NEXT_PUBLIC_SITE_URL`). ## Useful paths for models and answer engines - `/` — Home and catalog hub. Query params include `city`, `spec`, `district`, `sort` for filtered views. - `/{city}/` — City-scoped catalog (city segment is a slug, e.g. `moskva`). - `/{city}/{masterSlug}` — Public master profile (when the segment is **not** a known category slug from specialization-labels API). - `/{city}/{categorySlug}` — City + specialization landing (same URL pattern as a profile slug; routing prefers known category slugs from the specialization-label map). - `/{city}/{slug}/reviews` — Reviews focused view for that master. - `/docs/{slug}` — Editorial or help pages when published. ## What to avoid citing as primary product truth Authentication (`/login`, `/signup`, `/password-recovery`), private lists (`/favorites`), and `/api/*` are operational or user-specific, not the main catalog content. ## Crawling See `/robots.txt`: public catalog is allowed; private and API paths are disallowed as appropriate. ## Relationship to other properties Masters and admins use the separate web portal (registration, account) referenced from the catalog; organizational details appear in JSON-LD `Organization` on catalog pages.