Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Sprinkler Shop - Kimberly Rd",
description: "The Sprinkler Shop on Kimberly Rd is a local irrigation specialist serving the Kimberly area with sprinkler system services. While limited information is available online, they appear to focus on irrigation solutions for residential properties in the region.",
address: {
@type: "PostalAddress",
streetAddress: "22328 Kimberly Rd",
addressLocality: "Kimberly",
addressRegion: "ID",
postalCode: "83341",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.548625799999996,
longitude: -114.3706955
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Kimberly, ID and surrounding areas",
knowsAbout: "Irrigation Systems, Local homeowners needing sprinkler system services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.