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: "Resolve Therapeutics",
description: "Resolve Therapeutics is a massage therapy practice in Colorado Springs offering therapeutic massage services designed to address pain, injury, and tension. The practice focuses on evidence-based techniques to help clients achieve physical wellness and recovery. They serve both clients seeking relief from specific injuries and those interested in preventative wellness care.",
url: "http://resolve-therapeutics.com/",
telephone: "+1-719-505-3893",
address: {
@type: "PostalAddress",
streetAddress: "1422 N Hancock Ave Suite 4S",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.85326,
longitude: -104.80390249999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Massage Therapy, Injury recovery patients, athletes, individuals with chronic pain, those seeking therapeutic rehabilitation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Therapeutic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Recovery-Oriented"
}
],
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.