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: "Tim's Sprinkler",
description: "Tim's Sprinkler is a full-service irrigation and lawn care company serving the Denver metro area from their Centennial location. They specialize in sprinkler system installation, repair, maintenance, and seasonal services including spring startups and winterization blowouts. With over a decade of local experience, Tim's Sprinkler combines reliable service with personalized attention to keep residential lawns healthy and efficiently watered year-round.",
url: "https://www.timsprinklersandlawns.com/",
telephone: "+1-303-718-9245",
address: {
@type: "PostalAddress",
streetAddress: "1550 E Panama Dr",
addressLocality: "Centennial",
addressRegion: "CO",
postalCode: "80121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6017327,
longitude: -104.9705331
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Denver metro area, including Centennial and surrounding communities",
knowsAbout: "Irrigation Systems, Homeowners with sprinkler systems needing repairs, seasonal maintenance, or new installations; property managers maintaining multiple residences",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Service Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.