Y
Y
Yuriy2017-05-30 12:26:13
Google
Yuriy, 2017-05-30 12:26:13

How to correctly fill in microdata google.ru yandex.ru for several regions?

How to correctly fill in microdata for several regions? Different cities have different phone numbers...
Now google like this:

{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "https://site.ru",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Gagarina prospekt",
    "addressLocality": "Moscow",
    "addressRegion": "MSK",
    "postalCode": "123456",
    "addressCountry": "RU"
  },
  "logo": "https://site.ru/images/logo.png",
   "sameAs": [
    "https://www.facebook.com/",
    "https://twitter.com/",
    "https://plus.google.com/"
  ],
  "contactPoint": [{
    "@type": "ContactPoint",
    "telephone": "+7 (800) 000-00-00",
    "contactType": "customer service",
    "contactOption": "TollFree",
    "areaServed": "RU",
    "availableLanguage": "Russian"
  }]
}

those. basic information, but how to add other phone numbers in other cities and other addresses, respectively?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question