
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Your Business Name",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 High Street",
"addressLocality": "London",
"postalCode": "SW1A 1AA",
"addressCountry": "GB"
},
"telephone": "+44-20-1234-5678"
}
<script type="application/ld+json"> tags. This script block can be placed in either the <head> or <body> section of your HTML document, though the head section is generally preferred for organisational clarity.<head> section of your page
{
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "127",
"bestRating": "5",
"worstRating": "1"
}
{
"@type": "Review",
"author": "Jane Smith",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"reviewBody": "Excellent service..."
}
