Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "George V. Garcia, Attorney at Law",
description: "George V. Garcia, Attorney at Law, is a legal practice based in Laredo serving clients with estate planning, family law, and general legal consultation. With local expertise and personalized service, Mr. Garcia works directly with clients to address their specific legal needs and protect their interests.",
telephone: "+1-956-725-4242",
address: {
@type: "PostalAddress",
streetAddress: "1119 Park St",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.516907999999997,
longitude: -99.507243
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Estate Planning & Wills, Estate planning clients, families needing legal guidance, Laredo residents seeking local legal representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Legal Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Consultation"
}
],
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.