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: "Full Stack Plumbing and Well - Chapel Hill",
description: "Full Stack Plumbing and Well is a full-service plumbing company serving Chapel Hill and surrounding areas. They handle residential plumbing repairs, installations, water heater service, drain cleaning, well pump service, and sewer line work. With a strong focus on customer service and quality workmanship, they're equipped to tackle both routine maintenance and emergency plumbing issues.",
url: "https://fullstackplumbing.com/",
telephone: "+1-984-234-9218",
address: {
@type: "PostalAddress",
streetAddress: "8 White Oak Trail",
addressLocality: "Chapel Hill",
addressRegion: "NC",
postalCode: "27516",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.844142999999995,
longitude: -79.1175228
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "367",
bestRating: "5"
},
areaServed: "Chapel Hill, NC and surrounding communities",
knowsAbout: "Plumbing, Homeowners needing routine plumbing maintenance, emergency repair services, well system care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Well and Septic Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Range of 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.