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: "The League Sports Rehab",
description: "The League Sports Rehab is a sports medicine and rehabilitation clinic in San Diego specializing in chiropractic care, massage therapy, and injury recovery for athletes and active individuals. Their team combines chiropractic adjustments, therapeutic massage, and evidence-based rehabilitation protocols to address sports injuries, chronic pain, and movement dysfunction. They focus on getting patients back to their sport or active lifestyle through personalized treatment plans.",
url: "http://www.theleaguerehab.com/",
telephone: "+1-858-452-8888",
address: {
@type: "PostalAddress",
streetAddress: "9449 Balboa Ave #312",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8215195,
longitude: -117.12638340000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "43",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Chiropractic, Athletes, active individuals recovering from sports injuries, chronic pain sufferers, weekend warriors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Rehabilitation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Care Team"
}
],
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.