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: "Plumbing Solutions",
description: "Plumbing Solutions is a full-service plumbing company serving the Boston metro area for over 20 years, specializing in repair, remodeling, and maintenance work for both residential and commercial clients. Their services include general plumbing repairs, drain cleaning with high-speed rooter and jetting equipment, water leak detection and repair, heating and gas piping (boilers, steam heat, hot water heat, radiant heat, and gas appliance installation), and sewer line services. They offer 24/7 emergency service and free estimates for existing customers, using camera inspection technology (Drain Vision) to quickly diagnose problems and minimize costs.",
url: "https://www.plumbing-solutions-inc.com/",
telephone: "+1-781-326-6004",
address: {
@type: "PostalAddress",
streetAddress: "5 Business St",
addressLocality: "Dedham",
addressRegion: "MA",
postalCode: "02026",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.243542999999995,
longitude: -71.15437
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1179",
bestRating: "5"
},
areaServed: "South Suburban and Metro West Boston, MA",
knowsAbout: "Plumbing, Homeowners needing emergency repairs, Businesses with plumbing or heating systems, Customers seeking drain cleaning and sewer line services, Property owners requiring routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "20+ Years of Experience"
}
],
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.