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: "Spencer's Sprinklers",
description: "Spencer's Sprinklers is a locally-owned irrigation company serving the Woods Cross area and surrounding communities. They specialize in sprinkler system installation, repair, maintenance, and seasonal services to keep residential and commercial landscapes healthy and efficient. With over a decade of experience, Spencer's Sprinklers handles everything from new system design and installation to troubleshooting existing systems and winterization prep.",
url: "http://www.spencersprinklers.com/",
telephone: "+1-801-529-3511",
address: {
@type: "PostalAddress",
streetAddress: "2111 W 2135 S",
addressLocality: "Woods Cross",
addressRegion: "UT",
postalCode: "84087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.8679461,
longitude: -111.93713489999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "142",
bestRating: "5"
},
areaServed: "Woods Cross, UT and surrounding communities in the Salt Lake Valley",
knowsAbout: "Irrigation Systems, Homeowners needing system repair or maintenance, property managers with multiple sites, new construction requiring irrigation installation, anyone preparing for seasonal changes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete System Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Local Team"
}
],
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.