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: "Next level bodywork",
description: "Next Level Bodywork is a massage therapy practice in San Antonio specializing in therapeutic and sports massage services. Located on Austin Highway, they offer professional bodywork treatments designed to address muscle tension, injury recovery, and overall wellness. Their experienced therapists work with clients seeking pain relief, athletic performance support, and relaxation.",
telephone: "+1-210-237-1442",
address: {
@type: "PostalAddress",
streetAddress: "1035 Austin Hwy",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.485781,
longitude: -98.4514344
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "55",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Massage Therapy, Athletes, individuals with muscle tension or chronic pain, people recovering from injury, wellness seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Sports Massage"
},
{
@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.