Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rain Now Inc",
description: "Rain Now Inc is a general contractor and service provider based in Waunakee, Wisconsin, serving the Madison-area community. Though limited online information is available, they operate as a full-service establishment offering contracting and maintenance solutions to local residential and commercial clients.",
telephone: "+1-608-850-7246",
address: {
@type: "PostalAddress",
streetAddress: "6728 WI-113",
addressLocality: "Waunakee",
addressRegion: "WI",
postalCode: "53597",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.2250364,
longitude: -89.4609933
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Waunakee and surrounding Madison area, Wisconsin",
knowsAbout: "Handyman Services, Local homeowners and businesses seeking general contracting services in the Waunakee area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Waunakee 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.