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',