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: "Vitality",
description: "Vitality is a wellness spa in Seattle's Queen Anne neighborhood offering massage therapy, facials, body treatments, and holistic health services. Their team of licensed therapists and estheticians focuses on personalized wellness experiences designed to reduce stress, improve circulation, and promote overall relaxation and rejuvenation.",
url: "https://vitalityqueenanne.com/",
telephone: "+1-206-622-5300",
address: {
@type: "PostalAddress",
streetAddress: "1905 Queen Anne Ave N",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.636249899999996,
longitude: -122.3573469
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "72",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, stressed individuals seeking relaxation, people prioritizing self-care and wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Queen Anne Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Wellness 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.