Created
December 1, 2022 19:30
-
-
Save warnakey/6de67209e4619e73305ef47e73939095 to your computer and use it in GitHub Desktop.
Attorney schema for legal website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Attorney", | |
"name": "Rose, Klein & Marias LLP", | |
"alternateName": " Rose, Klein & Marias", | |
"description": "Los Angeles personal injury attorneys", | |
"url" : "https://www.rkmlaw.com", | |
"logo" : "https://www.rkmlaw.com/wp-content/uploads/2019/11/RKMlogo.jpg", | |
"image" : "https://www.rkmlaw.com/wp-content/uploads/2019/11/att-riffel.jpg", | |
"telephone": " (213) 784-2801", | |
"priceRange": " Free Consultation", | |
"openingHours" : "Mo,Tu,We,Th,Fr 08:30-17:00", | |
"hasMap": "https://goo.gl/maps/K1KAkivkRjz21gyE7", | |
"address": | |
{ | |
"@type": "PostalAddress", | |
"streetAddress": "801 S. Grand Avenue 11th Floor", | |
"addressLocality": "Los Angeles", | |
"addressRegion": "CA", | |
"postalCode": "90017", | |
"addressCountry": "USA" | |
}, | |
"sameAs":[ | |
"https://www.instagram.com/rkmlaw/", | |
"https://www.linkedin.com/company/rose-klein-&-marias-llp/", | |
"https://twitter.com/RKMLaw", | |
"https://www.facebook.com/rkmlaw" | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment