html-source.htmlRich results · 0 errors
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "LocalBusiness",
"@id": "https://muster-firma.de#business",
"name": "Muster Firma",
"url": "https://muster-firma.de",
"telephone": "+49 89 12345678",
"priceRange": "$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "Musterstraße 12",
"postalCode": "80331",
"addressLocality": "München",
"addressRegion": "Bayern",
"addressCountry": "DE"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "247",
"bestRating": "5"
}
}
]
}
</script>