Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Durham Irrigation Repair",
description: "Durham Irrigation Repair specializes in irrigation system repair, maintenance, and installation for residential and commercial properties throughout Durham and the surrounding Triangle area. They provide comprehensive services including system diagnostics, seasonal startups and shutdowns, sprinkler head replacement, controller programming, and new system design and installation. Their team focuses on efficient water management and keeping irrigation systems running smoothly year-round.",
url: "http://durhamirrigationrepair.com/",
telephone: "+1-984-288-0984",
address: {
@type: "PostalAddress",
streetAddress: "2530 Meridian Pkwy 2nd @ 3rd",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9112228,
longitude: -78.8999536
},
areaServed: "Durham, NC and surrounding Triangle area",
knowsAbout: "Irrigation Systems, Homeowners with established irrigation systems, property managers needing reliable maintenance, landscapers requiring professional irrigation support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full System Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Expertise"
}
],
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.