Add new pages for FAQ, Sustainability, Contacts, Technical Requirements, Glossary, and related content

- Created FAQ page with structured questions and answers for customer support.
- Added Sustainability page detailing eco-friendly practices and certifications.
- Introduced Contacts page with comprehensive contact information and forms.
- Established Technical Requirements page outlining SEO and performance standards.
- Compiled a Glossary of terms related to performance, SEO, and construction materials.
This commit is contained in:
2026-02-18 00:04:25 +02:00
parent 0e3a6b61a8
commit e395b2ab84
39 changed files with 2950 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
---
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 — Технические требования]] | — |