Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Coastal Rehabilitation Center",
description: "Coastal Rehabilitation Center in Fort Pierce provides comprehensive physical rehabilitation and therapy services to help patients recover from injuries, surgeries, and medical conditions. With a focus on personalized care and evidence-based treatment approaches, they work with patients of all ages to restore mobility, reduce pain, and improve functional independence.",
telephone: "+1-772-466-5600",
address: {
@type: "PostalAddress",
streetAddress: "1006 Virginia Ave",
addressLocality: "Fort Pierce",
addressRegion: "FL",
postalCode: "34982",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.425706299999998,
longitude: -80.333544
},
areaServed: "Fort Pierce, FL and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical patients, injury recovery, seniors improving mobility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Rehabilitation 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.