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: "ABC Plumbing Drain Sewer Cleaning",
description: "ABC Plumbing Drain Sewer Cleaning is a full-service plumbing company based in Arlington, MA, specializing in drain cleaning, sewer line services, and general plumbing repairs. The team handles everything from routine maintenance to emergency plumbing issues, with expertise in drain cleaning and sewer line diagnostics. They serve residential customers throughout the greater Boston area with prompt, professional service.",
url: "http://www.abcplumbinganddraincleaning.com/",
telephone: "+1-781-641-3823",
address: {
@type: "PostalAddress",
streetAddress: "26 Amsden St",
addressLocality: "Arlington",
addressRegion: "MA",
postalCode: "02474",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.40424,
longitude: -71.1384631
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Arlington, MA and surrounding greater Boston area",
knowsAbout: "Plumbing, Homeowners with drain clogs, sewer line issues, emergency plumbing needs, routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Drain & Sewer Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Responsive 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.