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: "All Star Irrigation",
description: "All Star Irrigation is a local Oklahoma City irrigation contractor specializing in system installation, repair, and maintenance for residential and commercial properties. With over a decade of experience serving the Oklahoma City area, they offer comprehensive irrigation solutions including new system design and installation, seasonal startup and winterization services, and ongoing maintenance to keep landscapes healthy year-round.",
telephone: "+1-405-837-1110",
address: {
@type: "PostalAddress",
streetAddress: "5413 NW 116th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73162",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.587997,
longitude: -97.615578
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners with established landscaping, Commercial property managers, Customers needing seasonal maintenance and winterization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Experience"
}
],
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.