Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Capitol Physical Therapy Center",
description: "Capitol Physical Therapy Center is an independent physical therapy clinic in Sacramento specializing in personalized rehabilitation and pain management. Led by licensed physical therapists, the center treats patients recovering from injury, surgery, and chronic pain conditions using evidence-based techniques. They offer direct access care without requiring physician referrals, making it easy for patients to begin treatment immediately.",
url: "http://www.capitolpt.com/",
telephone: "+1-916-446-1497",
address: {
@type: "PostalAddress",
streetAddress: "2033 Howe Ave Suite 110",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95825",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.603003099999995,
longitude: -121.41635919999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes recovering from sports injuries, individuals with chronic pain conditions, accident injury victims",
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.