Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Gulfport Chiropractic",
description: "Gulfport Chiropractic provides comprehensive chiropractic care including spinal adjustments, corrective care plans, and digital X-ray diagnostics at their Gulfport location. The practice focuses on relieving pain, improving mobility, and supporting long-term wellness through personalized treatment approaches. They welcome walk-in patients and work with insurance plans to make care accessible.",
url: "http://www.gulfportchiro.com/",
telephone: "+1-727-321-9520",
address: {
@type: "PostalAddress",
streetAddress: "5301 Gulfport Blvd S",
addressLocality: "Gulfport",
addressRegion: "FL",
postalCode: "33707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7485309,
longitude: -82.7053064
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Gulfport, St. Petersburg, and surrounding Pinellas County areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, people seeking drug-free pain relief, workers dealing with repetitive strain injuries, patients preferring hands-on wellness care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Office Digital X-Ray"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
}
],
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.