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: "Urgent Care Chiropractic Pain Center",
description: "Urgent Care Chiropractic Pain Center in Port St. Lucie offers comprehensive chiropractic care and massage therapy to address acute and chronic pain. The clinic combines spinal adjustments with therapeutic massage services, functioning as a walk-in urgent care facility for patients seeking immediate relief without an appointment. They specialize in treating musculoskeletal conditions and provide accessible care for those experiencing sudden injuries or ongoing discomfort.",
url: "http://www.urgentcarechiro.com/",
telephone: "+1-772-343-8511",
address: {
@type: "PostalAddress",
streetAddress: "464 SW Port St Lucie Blvd",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34953",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.2715652,
longitude: -80.3597836
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Port St. Lucie, FL and surrounding areas",
knowsAbout: "Chiropractic, People with acute injuries, patients seeking immediate pain relief without appointments, individuals with chronic musculoskeletal pain",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-In Urgent Care Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Chiropractic & Massage Services"
}
],
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.