Review snippet for a locksmith in json

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Locksmith",
  "name": "ABC Locksmith",
  "telephone": "123-456-7890",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "Anytown",
    "addressRegion": "CA",
    "postalCode": "12345",
    "addressCountry": "US"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.5",
    "reviewCount": "10"
  },
  "image": "https://example.com/images/locksmith.jpg",
  "review": [{
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "John Doe"
      },
      "datePublished": "2022-01-01",
      "description": "ABC Locksmith was able to unlock my car quickly and efficiently. The locksmith was friendly and professional. I highly recommend this locksmith.",
      "name": "Great service",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "John Doe"
      },
      "datePublished": "2022-02-01",
      "description": "I called ABC Locksmith to change the locks on my house. The locksmith arrived on time and completed the job quickly. I am very satisfied with the service.",
      "name": "Excellent locksmith",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4
      }
    }
  ]
}
</script>

 

Related Articles

- All From ChatGPT
PLG_GSPEECH_SPEECH_BLOCK_TITLE