Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Venture Physical Therapy",
description: "Venture Physical Therapy is a patient-focused physical therapy clinic in Raleigh specializing in personalized rehabilitation and recovery care. Located on Wake Forest Road, they provide comprehensive physical therapy services to help patients regain mobility, reduce pain, and return to their daily activities and sports. Their experienced team works with patients across various conditions and recovery stages to achieve optimal outcomes.",
telephone: "+1-919-446-3216",
address: {
@type: "PostalAddress",
streetAddress: "4000 Wake Forest Rd Suite 112",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8349348,
longitude: -78.6145226
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Physical Therapy, Athletes recovering from injury, post-surgical patients, individuals with chronic pain, workers returning from workplace injuries",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.