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: "Coastal Chiropractic",
description: "Coastal Chiropractic is a full-service chiropractic clinic in St. Petersburg led by experienced chiropractors dedicated to treating pain, improving mobility, and supporting overall wellness. They offer spinal adjustments, corrective care plans, digital X-ray diagnostics, and personalized treatment to address everything from acute injuries to chronic conditions. Their patient-centered approach focuses on getting you feeling better and staying healthy long-term.",
url: "https://www.thecoastalchiropractic.com/",
telephone: "+1-727-370-2056",
address: {
@type: "PostalAddress",
streetAddress: "4610 Central Ave Ste B",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33711",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7706704,
longitude: -82.69621900000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "79",
bestRating: "5"
},
areaServed: "St. Petersburg and surrounding Tampa Bay area",
knowsAbout: "Chiropractic, Athletes and active individuals, chronic pain sufferers, post-injury recovery patients, people seeking non-invasive pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Office Digital X-Ray"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care Plans"
},
{
@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.