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: "SA Sports Massage #1",
description: "SA Sports Massage #1 in San Antonio specializes in therapeutic sports massage designed to improve athletic performance, aid injury recovery, and enhance overall mobility. Their licensed massage therapists focus on deep tissue work and targeted treatments for athletes and active individuals seeking relief from muscle tension and strain.",
url: "http://www.sasportsmassage.com/",
telephone: "+1-210-463-4568",
address: {
@type: "PostalAddress",
streetAddress: "7418 John Smith Dr suite 2225",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78229",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.507599699999997,
longitude: -98.5841639
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "159",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Massage Therapy, Athletes, active individuals, people recovering from sports injuries, fitness enthusiasts seeking performance enhancement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Deep Tissue Techniques"
}
],
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.