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: "San Antonio Irrigation",
description: "San Antonio Irrigation is a locally-owned irrigation specialist serving the San Antonio area since establishment. They provide comprehensive irrigation services including system design, installation, repair, and maintenance for residential and commercial properties. Their expertise in landscape irrigation solutions helps property owners maintain healthy outdoor spaces efficiently.",
url: "http://www.sanantonioirrigation.com/",
telephone: "+1-210-279-3467",
address: {
@type: "PostalAddress",
streetAddress: "1525 S Brazos St",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4109177,
longitude: -98.5156446
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with landscape irrigation needs, Commercial property managers, Maintenance-focused property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.