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: "Lake Norman Irrigation",
description: "Lake Norman Irrigation is a landscaping and sprinkler system company serving Cornelius and surrounding areas. They specialize in designing, installing, and maintaining lawn and garden sprinkler systems for both residential and commercial properties. The team takes a personalized approach, listening carefully to customer needs to deliver customized irrigation solutions that exceed expectations.",
url: "http://www.lakenormanirrigation.com/",
telephone: "+1-704-892-1815",
address: {
@type: "PostalAddress",
streetAddress: "21434 John Pines Dr",
addressLocality: "Cornelius",
addressRegion: "NC",
postalCode: "28031",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.493436599999995,
longitude: -80.87851069999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Cornelius, NC and surrounding Lake Norman area",
knowsAbout: "Irrigation Systems, Homeowners seeking custom sprinkler systems, Commercial property managers, Landscaping projects requiring irrigation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Irrigation Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial 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.