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: "Sunflower Day Spa",
description: "Sunflower Day Spa is a full-service day spa in Twin Falls offering massage therapy, facials, body treatments, and other relaxation services. The spa provides a peaceful retreat for clients seeking professional wellness and rejuvenation treatments in a comfortable, welcoming environment.",
telephone: "+1-208-320-2862",
address: {
@type: "PostalAddress",
streetAddress: "1286 Addison Ave E",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5628397,
longitude: -114.45820259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, stress relief seekers, spa enthusiasts, clients looking for pampering treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Day Spa Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls 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.