From 3d42a588d42c0677a04288b7c08baa2f8853e41e Mon Sep 17 00:00:00 2001 From: striker Date: Sun, 24 May 2026 05:07:49 +0300 Subject: [PATCH] feat(schema): add creator entity (hhivp.com) to WebSite JSON-LD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Entity-сигнал для AI Overviews / Я.Нейро о тех-партнёрстве. Связывает сайт с разработчиком через @id графа. Co-Authored-By: Claude Opus 4.7 --- src/layouts/BaseLayout.astro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index d7cf85e..c59757d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -38,6 +38,14 @@ const jsonLd = { description: SITE_DESCRIPTION, inLanguage: 'ru-RU', publisher: { '@id': `${SITE_URL}/#publisher` }, + // creator — тех-партнёр (hhivp.com). Entity-сигнал для AI Overviews. + creator: { + '@type': 'Organization', + '@id': 'https://hhivp.com/#organization', + name: 'ООО «АйТи Решения»', + url: 'https://hhivp.com/', + sameAs: ['https://hhivp.com'], + }, }, { '@type': 'NewsMediaOrganization',