Created
December 1, 2022 19:31
-
-
Save warnakey/6c309c25988add7876ab64cb84c1d06c to your computer and use it in GitHub Desktop.
Legal Service schema example for lawyer 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": "http://www.schema.org", | |
"@type": "LegalService", | |
"name": "The Dominguez Firm", | |
"telephone": "(800) 818-1818", | |
"priceRange": "$$$", | |
"url": "https://dominguezfirm.com", | |
"sameAs": [ | |
"https://twitter.com/DominguezFirm", | |
"https://www.youtube.com/channel/UCCusz8Mmx6ay1LKUyqXbmNw", | |
"https://www.facebook.com/TheDominguezFirm/", | |
"https://www.linkedin.com/company/the-dominguez-firm-inc", | |
"https://www.yelp.com/biz/the-dominguez-firm-los-angeles-2?osq=dominguez+firm", | |
"https://www.instagram.com/thedominguezfirm/", | |
"https://goo.gl/maps/m4TjJHxj1z92", | |
"https://www.bbb.org/us/ca/los-angeles/profile/lawyers/the-dominguez-firm-1216-13001860", | |
"https://www.hg.org/attorney/the-dominguez-firm/101610", | |
"https://lawyers.uslegal.com/attorney/the-dominguez-firm-36800367/", | |
"https://pview.findlaw.com/lawfirm/the-dominguez-firm/ca/los-angeles/MTQ0MzI5M18x/PP", | |
"https://profiles.superlawyers.com/california-southern/los-angeles/lawfirm/the-dominguez-firm/8d3360b9-faa2-49e9-803f-8e94b010eed9.html" | |
], | |
"logo": "https://dominguezfirm.com/wp-content/uploads/2019/02/logo_new.jpg", | |
"image": "https://dominguezfirm.com/wp-content/uploads/2019/04/new_slider_home_page.png", | |
"description": "Award-winning personal injury attorneys have recovered over $500 Million for the injured. Call for a Free Consultation. You pay nothing unless you win!", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "3250 Wilshire Blvd. #2200", | |
"addressLocality": "Los Angeles", | |
"addressRegion": "CA", | |
"postalCode": "90010", | |
"addressCountry": "USA" | |
}, | |
"geo": { | |
"@type": "GeoCoordinates", | |
"latitude": "34.061086", | |
"longitude": "-118.2955038" | |
}, | |
"hasMap": "https://g.page/accident-lawyers?gm", | |
"openingHoursSpecification": [{ | |
"@type": "OpeningHoursSpecification", | |
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"], | |
"opens": "00:00", | |
"closes": "23:59" | |
}], | |
"contactPoint": { | |
"@type": "ContactPoint", | |
"telephone": "(213) 388-7788", | |
"contactType": "Customer Support" | |
}, | |
"areaServed": "California", | |
"email": "[email protected]", | |
"founder": { | |
"@type": "Person", | |
"name": "Juan Dominguez", | |
"sameAs": [ | |
"https://en.wikipedia.org/wiki/Juan_Dominguez_(lawyer)", | |
"https://www.linkedin.com/in/juan-dominguez-8b0028147/", | |
"https://www.avvo.com/attorneys/90005-ca-juan-dominguez-136905.html", | |
"https://lawyers.justia.com/lawyer/juan-jose-dominguez-98565", | |
"https://pview.findlaw.com/lawyer/juan-j-dominguez/ca/los-angeles/MjgyMDQwNl8x/PP" | |
], | |
"hasCredential": { | |
"@type": "EducationalOccupationalCredential", | |
"name": "California Bar Association", | |
"url": "http://members.calbar.ca.gov/fal/Licensee/Detail/131538", | |
"credentialCategory": { | |
"@type": "DefinedTerm", | |
"@id": "http://purl.org/ctdl/terms/Certification", | |
"name": "Certification", | |
"inDefinedTermSet": { | |
"@type": "DefinedTermSet", | |
"@id": "http://purl.org/ctdl/terms/", | |
"name": "Credential Transparency Description Language" | |
} | |
} | |
} | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment