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: "Irrigation Works",
description: "Irrigation Works is a full-service irrigation company serving the Knoxville area, specializing in the design, installation, and maintenance of residential and commercial irrigation systems. They provide comprehensive solutions including new system installation, seasonal startup and winterization services, and ongoing repair and maintenance to keep landscapes properly watered year-round.",
url: "http://irrigationworks.com/",
telephone: "+1-865-212-4200",
address: {
@type: "PostalAddress",
streetAddress: "5412 Greencrest Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0523897,
longitude: -83.90703789999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with established landscapes, Property managers, Businesses with outdoor irrigation needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete System Design & Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Maintenance Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Repair & Troubleshooting"
}
],
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.