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: "Irrigation Solutions",
description: "Irrigation Solutions is an Aurora-based irrigation company specializing in system design, installation, and maintenance for residential and commercial properties. They provide comprehensive irrigation services including new system installation, repairs, seasonal maintenance, and smart controller upgrades to help customers optimize water efficiency and landscape health.",
url: "https://www.irrigationsolutions.co/blank-2",
telephone: "+1-720-325-6458",
address: {
@type: "PostalAddress",
streetAddress: "1619 Iola St",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80010",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7423961,
longitude: -104.86492419999999
},
areaServed: "Aurora, CO and surrounding Denver metro areas",
knowsAbout: "Irrigation Systems, Homeowners with established landscapes, commercial property managers, customers seeking water-efficient irrigation upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Irrigation Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Smart Controller Solutions"
}
],
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.