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: "Current Physical Therapy - Meridian",
description: "Current Physical Therapy in Meridian provides comprehensive physical rehabilitation services for patients recovering from injury, surgery, or managing chronic conditions. Their licensed physical therapists offer personalized treatment plans including manual therapy, therapeutic exercises, and specialized programs for orthopedic and sports-related injuries. They accept most insurance plans and offer direct access care without requiring a physician referral.",
url: "https://www.currentphysicaltherapy.com/contact-meridian/",
telephone: "+1-208-314-4988",
address: {
@type: "PostalAddress",
streetAddress: "1020 N Hickory Ave",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83642",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.614255799999995,
longitude: -116.3613548
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Meridian, ID and surrounding Boise area",
knowsAbout: "Physical Therapy, Athletes recovering from injury, post-surgical patients, individuals with chronic pain, workers' compensation cases",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Treatment Programs"
}
],
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.