Answer the question
In order to leave comments, you need to log in
How to add schema markup to the body of the site, so as not to swear?
The theme is this.
I want to insert the following script in the body:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": "Автомобили с пробегом в Калининграде от официальных дилеров.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Калининград",
"addressRegion": "RU",
"postalCode": "238311",
"streetAddress": "Московский проспект, 270"
},
"image": "https://ottokar39.ru/img/logo.svg",
"email": "[email protected]",
"telephone": ["+7 (401) 256-77-77", "+7 (401) 272-23-15"],
"priceRange": "100000 - 1600000",
"url": "https://ottokar39.ru/",
"paymentAccepted": [ "cash", "credit card", "invoice" ],
"openingHours":["Mo 9:00-20:00","Tu 9:00-20:00","We 9:00-20:00","Th 9:00-20:00","Fr 9:00-20:00","Sa 9:00-20:00","Su 9:00-20:00"],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Monday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Tuesday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Wednesday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Thursday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Friday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Saturday",
"opens": "9:00:00",
"closes": "20:00:00"
}
, {
"@type": "OpeningHoursSpecification",
"dayOfWeek": "http:/schema.org/Sunday",
"opens": "9:00:00",
"closes": "20:00:00"
}
]
}
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question