<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": [
"LocalBusiness",
"..."
],
"inLanguage": "ru",
"name": "...",
"url": "...",
"@id": "...",
"description": "...",
"logo": {
"@type": "ImageObject",
"url": "...",
"contentUrl": "..."
},
"telephone": "...",
"email": "...",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "...",
"contactType": "customer support",
"availableLanguage": "Russian"
}
],
"address": {
"@type": "PostalAddress",
"streetAddress": "...",
"addressCountry": "RU",
"addressLocality": "...",
"addressRegion": "...",
"postalCode": "..."
},
"knowsAbout": [
{
"@type": "Thing",
"name": "Оптовая продажа коробок"
},
{
"@type": "Thing",
"name": "Производство гофрокартона"
},
{
"@type": "Thing",
"name": "Упаковочные решения"
},
{
"@type": "Thing",
"name": "Картонная тара"
},
{
"@type": "Thing",
"name": "Складская упаковка"
},
{
"@type": "Thing",
"name": "Логистическая упаковка"
}
],
"sameAs": [
"https://t.me/...",
"https://vk.com/...",
"https://yandex.com/maps/org/.../.../"
],
"geo": {
"@type": "GeoCoordinates",
"latitude": ...,
"longitude": ...
},
"areaServed": {
"@type": "Country",
"name": "Россия"
}
}
</script>