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: "Hot Stone Therapy & Massage",
description: "Hot Stone Therapy & Massage, located in Madison, offers therapeutic massage services designed to relieve tension and promote relaxation. Specializing in hot stone massage therapy, this massage practice provides a soothing treatment experience that combines traditional massage techniques with heated stone therapy to enhance muscle relaxation and improve circulation.",
url: "https://www.natashas-massage.com/",
telephone: "+1-608-438-7920",
address: {
@type: "PostalAddress",
streetAddress: "5317 Old Middleton Rd Apartment F",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0738419,
longitude: -89.47123529999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking relaxation, those with muscle tension, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hot Stone Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Therapeutic Focus"
}
],
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.