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: "Providence Plumbing and Restoration",
description: "Providence Plumbing and Restoration is a full-service plumbing company serving the Concord area with expertise in residential and commercial plumbing repairs, installations, and emergency services. They handle everything from routine maintenance and drain cleaning to water heater installation, sewer line work, and water damage restoration. The team is licensed, insured, and committed to providing prompt, professional service with transparent pricing.",
url: "http://www.provplumbing.com/",
telephone: "+1-704-292-6270",
address: {
@type: "PostalAddress",
streetAddress: "741 Wilshire Ave SW Ste 1",
addressLocality: "Concord",
addressRegion: "NC",
postalCode: "28027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3765141,
longitude: -80.5972812
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "359",
bestRating: "5"
},
areaServed: "Concord, NC and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, Residential property managers, Businesses requiring reliable plumbing maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Water Damage Restoration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.