Добавить пререндер, партнёров, реквизиты, SEO-улучшения

- SSR-пререндер через Vite + react-dom/server (entry-server.jsx, scripts/prerender.mjs)
- Секция партнёров: RU-CENTER, REG.RU, МТВ, КОНТУР
- Реквизиты компании в футере (ИНН, ОГРН, банк)
- Копирайт с 2011 года
- Логотип увеличен (h-8→h-12 навбар, h-7→h-10 футер)
- favicon.ico пересобран с 16×16, 32×32, 48×48 из logo.png
- og:image и twitter:image переключены на .png
- apple-touch-icon.png и og-image.png сгенерированы через sharp
- SSR-safe: localStorage и window.location проверяются на typeof

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 05:24:01 +03:00
parent 0804264d3b
commit 3cb42a4466
16 changed files with 729 additions and 11 deletions

View File

@@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#1d4ed8" />
<!-- Preload critical fonts -->
<link rel="preload" as="font" type="font/woff2" crossorigin href="/assets/manrope-cyrillic-700-normal-2ad647b9.woff2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary -->
@@ -23,7 +28,7 @@
<meta property="og:site_name" content="Сисадмингрупп" />
<meta property="og:title" content="Сисадмингрупп — IT-решения для бизнеса" />
<meta property="og:description" content="IT-аутсорсинг, кибербезопасность и техническая поддержка для бизнеса в Пушкино и Московской области. Поддержка 24/7, время реакции от 15 минут." />
<meta property="og:image" content="https://sag24.ru/og-image.svg" />
<meta property="og:image" content="https://sag24.ru/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="ru_RU" />
@@ -33,7 +38,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Сисадмингрупп — IT-решения для бизнеса" />
<meta name="twitter:description" content="IT-аутсорсинг, кибербезопасность и техническая поддержка в Пушкино." />
<meta name="twitter:image" content="https://sag24.ru/og-image.svg" />
<meta name="twitter:image" content="https://sag24.ru/og-image.png" />
<!-- IndexNow -->
<meta name="indexnow-key" content="40c65b722891b81d944f2c3fea6cab95" />