Skip to content

Instantly share code, notes, and snippets.

@warnakey
Created December 1, 2022 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warnakey/ea8b93c84b71169f9ec33b2b21dbf932 to your computer and use it in GitHub Desktop.
Save warnakey/ea8b93c84b71169f9ec33b2b21dbf932 to your computer and use it in GitHub Desktop.
Review schema for legal website
<script type="application/ld+json">{
"@context": "http://schema.org/",
"@type": "Review",
"reviewBody": "They make you feel safe and taken care of. They take care of so much, they really reduce the anxiety.",
"itemReviewed": {
"@type": "LegalService",
"name": "Rose, Klein & Marias LLP",
"telephone": "(800) 362-7427",
"address": {
"@type": "PostalAddress",
"streetAddress": "801 S. Grand Avenue 11th Floor",
"addressLocality": "Los Angeles",
"addressRegion": "CA",
"postalCode": "90017"
},
"image": "https://www.rkmlaw.net/wp-content/uploads/2019/11/RKMlogo.jpg"
},
"author": {
"@type": "Person",
"name": "Liz"
},
"reviewRating": {
"@type": "Rating",
"worstRating": "1",
"ratingValue": "5",
"bestRating": "5"
}
}</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment