Setting up Organization Schema Markup for a Website
Organization Schema helps Google understand who owns the site and can affect how it appears in the Knowledge Panel and local search results.
Organization Markup
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TechnoStore LLC",
"alternateName": "TechnoShop",
"url": "https://technoshop.ru",
"logo": {
"@type": "ImageObject",
"url": "https://technoshop.ru/images/logo.png",
"width": 200,
"height": 60
},
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+7-800-000-00-00",
"contactType": "customer service",
"contactOption": "TollFree",
"availableLanguage": "Russian",
"areaServed": "RU"
}],
"address": {
"@type": "PostalAddress",
"streetAddress": "Tverskaya St., 1",
"addressLocality": "Moscow",
"postalCode": "125009",
"addressCountry": "RU"
},
"sameAs": [
"https://vk.com/technoshop",
"https://t.me/technoshop",
"https://instagram.com/technoshop_ru"
]
}
For LocalBusiness (Physical Location)
{
"@context": "https://schema.org",
"@type": "Store",
"name": "TechnoStore on Arbat",
"openingHours": ["Mo-Fr 10:00-21:00", "Sa-Su 11:00-20:00"],
"hasMap": "https://yandex.ru/maps/-/CCU...",
"geo": { "@type": "GeoCoordinates", "latitude": 55.7499, "longitude": 37.5928 }
}
Installation timeline: a few hours.







