Файл schema.php и есть такого вида
<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>
это файл целиком и подключается он в шаблон в head
include JPATH_BASE . DS . 'templates' . DS . 'lik-astana' . DS . 'html' . DS . 'schema.php';