Files
gb-investigation/site/s1-00 — Карта сайта.md
Ivan Liashkevich ef38a90059 Add new pages for sustainability, contacts, technical requirements, glossary, and related content
- Created a sustainability page with detailed eco-friendly practices and certifications.
- Added a contacts page featuring multiple communication channels and company details.
- Introduced a comprehensive technical requirements document covering Core Web Vitals and SEO best practices.
- Developed a glossary of terms related to performance, SEO, technical development, and marketing.
2026-02-19 23:07:51 +02:00

60 lines
3.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
tags:
- сайт
- структура
- sitemap
created: 2026-02-16
---
# 🗺️ Карта сайта — Производитель фасадной плитки и кирпича
> [!info] TL;DR
> 14 страниц, оптимизированных под E-E-A-T, Core Web Vitals и тренды 2026 (AI-поиск, AR-визуализация, WebGPU). Структура основана на анализе конкурентов (Feldhaus Klinker, Cerrad, Ströher, Wienerberger, King Klinker).
## Sitemap
```
/ (Главная)
├── /catalog/ → [[02 — Каталог]]
│ ├── /catalog/fasadnaya-plitka/
│ │ └── /catalog/fasadnaya-plitka/{product-slug}/ → [[03 — Карточка товара]]
│ ├── /catalog/oblitsovochnyy-kirpich/
│ ├── /catalog/klinkernyy-kirpich/
│ ├── /catalog/termopaneli/
│ └── /catalog/aksessuary/
├── /projects/ → [[08 — Галерея проектов]]
├── /configurator/ → [[09 — Конфигуратор фасада]]
├── /calculator/ → [[10 — Калькулятор расхода]]
├── /about/ → [[04 — О компании]]
├── /dealers/ → [[05 — Представительства]]
├── /for-architects/ → [[06 — Для архитекторов]]
├── /for-builders/ → [[07 — Для строителей]]
├── /samples/ (форма заказа образцов)
├── /blog/ → [[11 — Блог]]
├── /sustainability/ → [[13 — Экологичность]]
├── /faq/ → [[12 — FAQ]]
├── /contacts/ → [[14 — Контакты]]
├── /privacy-policy/
└── /sitemap.xml
```
## Навигация по файлам
| Страница | Файл | URL |
|---|---|---|
| Главная | [[01 — Главная]] | `/` |
| Каталог | [[02 — Каталог]] | `/catalog/` |
| Карточка товара | [[03 — Карточка товара]] | `/catalog/{cat}/{slug}/` |
| О компании | [[04 — О компании]] | `/about/` |
| Представительства | [[05 — Представительства]] | `/dealers/` |
| Для архитекторов | [[06 — Для архитекторов]] | `/for-architects/` |
| Для строителей | [[07 — Для строителей]] | `/for-builders/` |
| Галерея проектов | [[08 — Галерея проектов]] | `/projects/` |
| Конфигуратор | [[09 — Конфигуратор фасада]] | `/configurator/` |
| Калькулятор | [[10 — Калькулятор расхода]] | `/calculator/` |
| Блог | [[11 — Блог]] | `/blog/` |
| FAQ | [[12 — FAQ]] | `/faq/` |
| Экологичность | [[13 — Экологичность]] | `/sustainability/` |
| Контакты | [[14 — Контакты]] | `/contacts/` |
| Тех. требования | [[15 — Технические требования]] | — |