DEV TOOLBOX · SCHEMA MARKUP · NO SIGNUP
> schemapreview

Dental clinic — LocalBusiness

A small medical practice as a LocalBusiness. Use a more specific subtype (Dentist) in production.

TYPE
02 — PROPERTIES
Address*
Opening hours+
#1
#2
#3
#4
#5
Geo coordinates+
Aggregate rating+
03 — PREVIEW
Google preview · approximate
Clinica Dental Madrid Centro
4.9★★★★(142)
📍 Calle Gran Via 50, Madrid
Open · Closes 9 PM
+34 91 123 4567
Website
VALIDATION
✓ Eligible for rich result0 required missing · 2 recommended missing
  • imageConsider adding Image URL — recommended.docs ↗
  • priceRangeConsider adding Price range (e.g. "€€") — recommended.docs ↗
04 — COPY
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Clinica Dental Madrid Centro",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Calle Gran Via 50",
    "addressLocality": "Madrid",
    "addressRegion": "Madrid",
    "postalCode": "28013",
    "addressCountry": "ES"
  },
  "telephone": "+34 91 123 4567",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Monday",
      "opens": "09:00",
      "closes": "19:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Tuesday",
      "opens": "09:00",
      "closes": "19:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Wednesday",
      "opens": "09:00",
      "closes": "19:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Thursday",
      "opens": "09:00",
      "closes": "19:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Friday",
      "opens": "09:00",
      "closes": "17:00"
    }
  ],
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.4168,
    "longitude": -3.7038
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.9,
    "reviewCount": 142
  },
  "url": "https://clinicamadrid.example.com"
}
</script>