Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Gorilla Law Firm",
description: "Gorilla Law Firm is a Lubbock-based law practice offering comprehensive legal services including personal injury, workers' compensation, criminal defense, and family law. The firm handles cases on a contingency fee basis for personal injury claims, meaning clients pay nothing unless they win. With a focus on aggressive representation and client advocacy, Gorilla Law Firm serves individuals navigating complex legal matters in West Texas.",
url: "http://www.gorillalawfirm.com/",
telephone: "+1-806-744-4477",
address: {
@type: "PostalAddress",
streetAddress: "1220 Avenue K",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5837724,
longitude: -101.84823039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "159",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding West Texas communities",
knowsAbout: "Personal Injury Law, Personal injury victims, workers' compensation claimants, individuals facing criminal charges, families navigating divorce and custody matters",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Practice Expertise"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.