Показать сообщение отдельно
  #12 (permalink)  
Старый 20.03.2018, 08:04
Профессор
Отправить личное сообщение для Stas1985 Посмотреть профиль Найти все сообщения от Stas1985
 
Регистрация: 05.03.2012
Сообщений: 159

то есть делать так
<script type="application/ld+json">
{
  "@context" : "http://schema.org", "@type" : "LocalBusiness", "name" : "Полиграфия - Оформление в багет",
  "telephone" : "+7 (7172) 31 00 01, 31 80 42, 39 71 90", "email" : "lik-astana@mail.ru",
  "address" : {
    "@type" : "PostalAddress",
    "streetAddress" : "ул. Бейбитшилик, 71 кв. 19 пересечение ул. Бейбитшилик (Мира) и ул. А. Молдагуловой (9 Мая), вход с проезжей части, вывеска Лик",
    "addressLocality" : "Астана", 
	"addressCountry" : "Республика Казахстан", 
	"postalCode" : "010000"
  },
  "openingHoursSpecification" : {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : {
      "@type" : "DayOfWeek",
      "name" : "понедельник - пятница с 9:00 до 19:00, обед с 13:00 до 14:00;"
   }, 
   "opens" : "9:00 до 19:00", 
   "closes" : "13:00 до 14:00"
   }, 
   "image" : "https://lik-astana.kz/images/logo-schema.jpg"
   }, 
   "url" : "https://lik-astana.kz/"  
{
  "@context": "http://schema.org", "@type": "Organization", "url": "https://lik-astana.kz", "logo": "https://lik-astana.kz/images/mabile_logo.png"
}
{
  "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement":
  [{
    "@type": "ListItem", "position": 1,
    "item": { "@id": "https://lik-astana.kz/", "name": "Главная" }
  },{
    "@type": "ListItem", "position": 2,
    "item": { "@id": "https://lik-astana.kz/o-kompanii.html", "name": "О КОМПАНИИ" }
  },{
    "@type": "ListItem", "position": 3,
    "item": {  "@id": "https://lik-astana.kz/kontakty.html", "name": "Контакты"}
    }]
}
</script>

или так
<script type="application/ld+json">
{
  "@context" : "http://schema.org", "@type" : "LocalBusiness", "name" : "Полиграфия - Оформление в багет",
  "telephone" : "+7 (7172) 31 00 01, 31 80 42, 39 71 90", "email" : "lik-astana@mail.ru",
  "address" : {
    "@type" : "PostalAddress",
    "streetAddress" : "ул. Бейбитшилик, 71 кв. 19 пересечение ул. Бейбитшилик (Мира) и ул. А. Молдагуловой (9 Мая), вход с проезжей части, вывеска Лик",
    "addressLocality" : "Астана", 
	"addressCountry" : "Республика Казахстан", 
	"postalCode" : "010000"
  },
  "openingHoursSpecification" : {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : {
      "@type" : "DayOfWeek",
      "name" : "понедельник - пятница с 9:00 до 19:00, обед с 13:00 до 14:00;"
   }, 
   "opens" : "9:00 до 19:00", 
   "closes" : "13:00 до 14:00"
   }, 
   "image" : "https://lik-astana.kz/images/logo-schema.jpg" 
   "url" : "https://lik-astana.kz/"  
}
{
  "@context": "http://schema.org", "@type": "Organization", "url": "https://lik-astana.kz", "logo": "https://lik-astana.kz/images/mabile_logo.png"
}
{
  "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement":
  [{
    "@type": "ListItem", "position": 1,
    "item": { "@id": "https://lik-astana.kz/", "name": "Главная" }
  },{
    "@type": "ListItem", "position": 2,
    "item": { "@id": "https://lik-astana.kz/o-kompanii.html", "name": "О КОМПАНИИ" }
  },{
    "@type": "ListItem", "position": 3,
    "item": {  "@id": "https://lik-astana.kz/kontakty.html", "name": "Контакты"}
    }]
}
</script>

Последний раз редактировалось Stas1985, 20.03.2018 в 08:07.
Ответить с цитированием