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: "The Lubbock Masterful Drainage Cleaners and Plumbers",
description: "The Lubbock Masterful Drainage Cleaners and Plumbers is a full-service plumbing company based in Lubbock, TX, specializing in drain cleaning and plumbing repairs. They handle residential and commercial plumbing needs, from clogged drains to general plumbing maintenance and installation work.",
telephone: "+1-806-230-2907",
address: {
@type: "PostalAddress",
streetAddress: "3305 E 15th Pl",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79403",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5816169,
longitude: -101.8005104
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners with clogged drains, residential plumbing repairs, commercial properties needing plumbing maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Drain Cleaning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lubbock Service"
}
],
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.