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: "Acme Plumbing Co.",
description: "Acme Plumbing Co. is a full-service plumbing company serving the Durham area with expertise in residential and commercial plumbing installation, repair, and maintenance. They handle everything from routine drain cleaning and water heater service to complex sewer line work, backed by licensed and insured technicians who offer free estimates on most jobs.",
url: "https://www.acmeplumbing.com/",
telephone: "+1-919-688-1348",
address: {
@type: "PostalAddress",
streetAddress: "4625 Industry Ln",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.939381399999995,
longitude: -78.901895
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "287",
bestRating: "5"
},
areaServed: "Durham and surrounding areas of North Carolina",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, property managers with commercial plumbing systems, homeowners planning water heater replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed and Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.