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: "Local Plumbing Company - PlumbingBO",
description: "PlumbingBO is a local, licensed plumbing company serving New York with 24/7 emergency services for residential and commercial clients. They offer comprehensive plumbing solutions including drain cleaning, water heater installation and repair, sewer line service, pipe repair and replacement, and routine maintenance. Their team of certified, experienced plumbers is committed to transparent pricing, same-day service, and customer satisfaction on every job.",
url: "https://plumbingbo.com/",
telephone: "+1-315-228-9299",
address: {
@type: "PostalAddress",
streetAddress: "153 7th Ave",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10011",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.741658,
longitude: -73.997079
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "New York, NY and surrounding areas",
knowsAbout: "Plumbing, Homeowners with urgent plumbing emergencies, residential customers needing routine maintenance or repairs, small businesses requiring commercial plumbing services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Menu"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Experienced Team"
}
],
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.