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: "Apex Chiropractic",
description: "Apex Chiropractic in Kissimmee offers comprehensive chiropractic care, physiotherapy, and massage therapy services. Their team is dedicated to treating musculoskeletal conditions and helping patients achieve pain relief and improved mobility through hands-on treatment and personalized care plans.",
telephone: "+1-407-201-4291",
address: {
@type: "PostalAddress",
streetAddress: "1900 N Central Ave",
addressLocality: "Kissimmee",
addressRegion: "FL",
postalCode: "34741",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.3084952,
longitude: -81.40825029999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Kissimmee and surrounding Central Florida communities",
knowsAbout: "Chiropractic, Individuals with back and neck pain, athletes seeking injury recovery, people with work-related musculoskeletal issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Disciplinary Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.