Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Garcia Plumbing-Drain Cleaning",
description: "Garcia Plumbing-Drain Cleaning is a local plumbing service in Alice, TX specializing in drain cleaning and general plumbing repairs. The business serves residential and commercial customers with reliable, professional plumbing solutions and same-day service availability.",
telephone: "+1-361-664-0436",
address: {
@type: "PostalAddress",
streetAddress: "1016 Anderson Dr",
addressLocality: "Alice",
addressRegion: "TX",
postalCode: "78332",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7595858,
longitude: -98.0656978
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Alice, TX and surrounding South Texas communities",
knowsAbout: "Plumbing, Homeowners needing drain cleaning, Residential plumbing repairs, Small businesses requiring plumbing services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Drain Cleaning Specialist"
}
],
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.