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: "Golden Sports Massage, Ltd",
description: "Golden Sports Massage, Ltd is a specialized massage therapy clinic in Golden, Colorado, offering sports massage, deep tissue work, and therapeutic treatments for injury recovery and athletic performance. The clinic focuses on helping athletes, active individuals, and those with musculoskeletal pain through evidence-based massage techniques. They provide personalized care designed to address specific injuries and movement limitations.",
url: "https://goldensportsmassage.com/",
telephone: "+1-303-859-6632",
address: {
@type: "PostalAddress",
streetAddress: "410 9th St",
addressLocality: "Golden",
addressRegion: "CO",
postalCode: "80401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.760528199999996,
longitude: -105.2205604
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Golden and surrounding northern Denver metro areas",
knowsAbout: "Massage Therapy, Athletes, injury recovery patients, active individuals, people with chronic musculoskeletal pain",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Injury Specialization"
},
{
@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.