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: "GibsonFirm",
description: "Gibson Firm is a law practice based in Lubbock serving clients throughout the region. The firm provides legal services across multiple practice areas to help individuals and businesses navigate complex legal matters. Their experienced team works to deliver practical solutions tailored to client needs.",
url: "http://www.gibsonfirm.com/",
telephone: "+1-806-763-2020",
address: {
@type: "PostalAddress",
streetAddress: "1320 Avenue Q",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5828205,
longitude: -101.8554614
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Lubbock, Texas and surrounding areas",
knowsAbout: "Family Law, Individuals and businesses seeking legal counsel in Lubbock",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lubbock Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Practice Firm"
}
],
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.