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: "Michelle's Massage & Spa",
description: "Michelle's Massage & Spa is a full-service massage and spa facility in Phoenix offering therapeutic massages, relaxation treatments, and wellness services. Owner Michelle provides personalized care focused on relieving tension, improving mobility, and promoting overall well-being through professional massage techniques. The spa specializes in creating a calming environment where clients can rejuvenate and address their physical and mental health needs.",
url: "https://michellesforever.com/",
telephone: "+1-602-466-2928",
address: {
@type: "PostalAddress",
streetAddress: "3375 E Shea Blvd #2",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85028",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5817549,
longitude: -112.0084514
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Massage Therapy, Working professionals seeking stress relief, individuals with muscle tension or pain, wellness-focused clients, those new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-operated by Michelle"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "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.