feat(footer): visible credit с маркой hhivp вместо длинного юр.лица
All checks were successful
deploy / deploy (push) Successful in 52s

Заменил «Сайт разработан и сопровождается… ООО АйТи Решения»
на компактный credit-блок: SVG-mark «h» 18px + «Разработка — hhivp.com».
SVG локально (public/hhivp-mark.svg), без cross-origin. hhivp.com
лучше для SEO direct match и memorability — юр.лицо остаётся в
Schema JSON-LD (invisible) для AI/Google.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dmitry Gusev
2026-05-24 06:35:50 +03:00
parent 382bfc4544
commit 682be4247f
3 changed files with 24 additions and 2 deletions

4
public/hhivp-mark.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="hhivp">
<rect width="32" height="32" rx="7" fill="currentColor"/>
<text x="16" y="24" font-family="-apple-system,BlinkMacSystemFont,Inter,Roboto,Arial,sans-serif" font-size="22" font-weight="700" text-anchor="middle" fill="#fff" letter-spacing="-1">h</text>
</svg>

After

Width:  |  Height:  |  Size: 352 B