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: "Stillness Within Massage Therapy",
description: "Stillness Within Massage Therapy is an independent massage practice in Colorado Springs offering therapeutic massage services to help clients relax, recover, and improve their overall wellness. The business specializes in creating a calm, welcoming environment where clients can experience relief from tension and stress through personalized massage treatments.",
url: "https://stillness-within-massage.com/",
address: {
@type: "PostalAddress",
streetAddress: "1771 S 8th St",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80905",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8062216,
longitude: -104.83942830000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, those recovering from physical tension, wellness-focused clients, busy professionals needing relaxation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Wellness Space"
}
],
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.