feat(schema): add creator entity (hhivp.com) to WebSite JSON-LD
All checks were successful
deploy / deploy (push) Successful in 1m0s
All checks were successful
deploy / deploy (push) Successful in 1m0s
Entity-сигнал для AI Overviews / Я.Нейро о тех-партнёрстве. Связывает сайт с разработчиком через @id графа. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user