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: "Drain Express Inc",
description: "Drain Express Inc is a Charlotte-based plumbing company specializing in drain cleaning, water heater services, and sewer line repairs. They serve residential and commercial clients throughout the Charlotte area with prompt, professional service and upfront pricing.",
url: "https://drainexpressnc.com/",
telephone: "+1-704-393-1055",
address: {
@type: "PostalAddress",
streetAddress: "9131 Wilkinson Blvd",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2412297,
longitude: -80.9949604
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Plumbing, Homeowners with clogged drains, water heater issues, sewer problems; Small business owners needing reliable plumbing maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Drain Cleaning Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transparent Pricing"
}
],
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.