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: "The Pipe Doctor Plumbing & Drain Cleaning Services",
description: "The Pipe Doctor Plumbing & Drain Cleaning Services is a full-service plumbing company serving Alexandria, VA and the surrounding area. They specialize in drain cleaning, water heater installation and repair, sewer line service, and emergency plumbing repairs. The team is licensed, insured, and offers free estimates and financing options to make plumbing services accessible.",
url: "https://www.thepipedoctorplumbing.com/service-area/alexandria-va/",
telephone: "+1-703-997-5462",
address: {
@type: "PostalAddress",
streetAddress: "4508 Apple Tree Dr",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22310",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.783172799999996,
longitude: -77.110828
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "698",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "Plumbing, Homeowners needing emergency repairs, residents with recurring drain issues, property owners seeking water heater replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Financing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
}
],
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.