Skip to content

Instantly share code, notes, and snippets.

@warnakey
Created December 1, 2022 19:30
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/6de67209e4619e73305ef47e73939095 to your computer and use it in GitHub Desktop.
Save warnakey/6de67209e4619e73305ef47e73939095 to your computer and use it in GitHub Desktop.
Attorney schema for legal website
<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