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: "A1 Lawn Sprinklers, LLC",
description: "A1 Lawn Sprinklers, LLC is a local irrigation specialist serving the Adams, WI area with lawn sprinkler system design, installation, and maintenance. The company handles sprinkler setup, repairs, and seasonal services to keep residential and commercial irrigation systems running efficiently throughout the year.",
telephone: "+1-608-844-0756",
address: {
@type: "PostalAddress",
streetAddress: "105 N Elm St",
addressLocality: "Adams",
addressRegion: "WI",
postalCode: "53910",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.9580512,
longitude: -89.82301629999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Adams, WI and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners and property managers needing irrigation system installation, spring startup service, and ongoing maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Coverage"
}
],
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.