Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "King of Drains TX",
description: "King of Drains TX is a San Antonio-based plumbing company specializing in drain cleaning, sewer line repair, and general plumbing services. They offer emergency service availability and use camera inspection technology to diagnose issues accurately before repair. The team provides free estimates and financing options to make necessary plumbing work accessible to homeowners.",
url: "http://kingofdrainstx.com/",
telephone: "+1-210-390-6688",
address: {
@type: "PostalAddress",
streetAddress: "10221 Desert Sands St",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.5340244,
longitude: -98.4932719
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners with drain clogs, homeowners with sewer line problems, property managers needing emergency plumbing service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Financing"
}
],
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.