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: "VibrantCare Rehabilitation - Fulton Ave",
description: "VibrantCare Rehabilitation on Fulton Ave is a physical therapy clinic in Sacramento offering evidence-based rehabilitation services for injury recovery, post-surgical rehabilitation, and mobility improvement. The clinic provides direct access care, meaning patients can schedule appointments without a physician referral, and accepts most insurance plans to make treatment accessible. Their team focuses on personalized treatment plans to help patients regain function and return to their daily activities.",
url: "http://vibrantcare.com/location/sacramento-north/",
telephone: "+1-916-483-4884",
address: {
@type: "PostalAddress",
streetAddress: "2440 Fulton Ave Ste 6",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95825",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.610046,
longitude: -121.40078319999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.1",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Physical Therapy, Patients recovering from surgery, athletes with sports injuries, individuals with mobility limitations, people seeking injury rehabilitation without a referral",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Part of VibrantCare Network"
}
],
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.