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: "Bexar",
description: "Bexar Irrigation is a full-service irrigation company serving the San Antonio area with custom system design, installation, repair, and maintenance. They specialize in drip irrigation systems and smart controller technology to help residential and commercial properties conserve water while maintaining healthy landscapes. With expertise in both new installations and system upgrades, Bexar Irrigation delivers reliable solutions tailored to local climate and soil conditions.",
url: "https://bexarirrigation.com/",
telephone: "+1-210-412-0462",
address: {
@type: "PostalAddress",
streetAddress: "2263 N PanAm Expy",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.439268000000002,
longitude: -98.4583342
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "30",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners seeking water-efficient irrigation, commercial property managers, customers upgrading to smart watering systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Drip Irrigation Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Smart Controller Integration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom System 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.