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: "Rusty Rose Spa",
description: "Rusty Rose Spa is an independent wellness destination in Twin Falls offering both massage therapy and skincare services. They specialize in relaxation and rejuvenation treatments designed to help clients unwind and restore their bodies and skin. With personalized attention to each client's needs, Rusty Rose combines therapeutic massage with professional skincare to create a comprehensive spa experience.",
url: "https://www.rustyroseskincarebodywork.com/",
telephone: "+1-208-940-2739",
address: {
@type: "PostalAddress",
streetAddress: "563 Fillmore St",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.571588500000004,
longitude: -114.4655914
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals seeking stress relief, individuals with skin concerns, wellness enthusiasts, anyone looking for a complete spa experience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Massage & Skincare"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.