Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Austin Irrigation Services, L.L.C.",
description: "Austin Irrigation Services, L.L.C. is a locally-owned irrigation company serving the greater Seattle area from their Woodinville location. They specialize in irrigation system design, installation, repair, and maintenance for residential properties. With over a decade of experience, they provide comprehensive services to keep landscapes watered efficiently throughout the growing season.",
telephone: "+1-425-481-9270",
address: {
@type: "PostalAddress",
streetAddress: "23704 51st Ave SE",
addressLocality: "Woodinville",
addressRegion: "WA",
postalCode: "98072",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.782483,
longitude: -122.1648293
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Woodinville, Seattle area, and surrounding communities",
knowsAbout: "Irrigation Systems, Homeowners needing new irrigation installation, existing system repairs, landscape watering maintenance",
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.