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: "Cougar Irrigation, LLC",
description: "Cougar Irrigation, LLC is an Austin-based irrigation contractor specializing in custom system design, installation, repair, and maintenance. The company conducts on-site surveys to assess soil conditions, landscaping features, and shade patterns before designing cost-effective systems tailored to each property's specific needs and future growth potential. They offer new system installation, repair services, and ongoing maintenance through their CougarCare program.",
url: "http://www.cougarirrigation.com/",
telephone: "+1-512-769-2351",
address: {
@type: "PostalAddress",
streetAddress: "1101 W 34th St #226",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.303052899999997,
longitude: -97.7460521
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Austin and surrounding areas, TX",
knowsAbout: "Irrigation Systems, Homeowners needing new irrigation installation, residential properties requiring system repairs or upgrades, landscape-conscious Austin residents seeking efficient water management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Site Surveys"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cost-Effective Design"
}
],
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.