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: "Spine & Sport Chiropractic Clinic",
description: "Spine & Sport Chiropractic Clinic in Tampa specializes in chiropractic care for athletes and active individuals seeking pain relief and performance optimization. The clinic offers spinal adjustments, corrective care plans, and sports-focused treatment to help patients recover from injuries and maintain peak physical condition. With a focus on evidence-based care and personalized treatment, they serve both competitive athletes and everyday patients looking to improve their spinal health and mobility.",
url: "http://spineandsportchiropractic.com/",
telephone: "+1-813-973-9800",
address: {
@type: "PostalAddress",
streetAddress: "307 N Howard Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33606",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.947583299999998,
longitude: -82.4828026
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "Chiropractic, Athletes, active individuals, people with sports-related injuries, patients seeking non-invasive pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
}
],
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.