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: "Austin Physical Therapy Specialists",
description: "Austin Physical Therapy Specialists in Round Rock offers comprehensive physical therapy services for patients recovering from injuries, surgeries, and chronic conditions. Their licensed therapists specialize in personalized treatment plans designed to restore mobility, reduce pain, and improve overall function. They accept insurance and provide direct access care, allowing patients to schedule appointments without physician referrals.",
url: "https://austin-pt.com/",
telephone: "+1-512-373-3434",
address: {
@type: "PostalAddress",
streetAddress: "2200 N A W Grimes Blvd Unit 400",
addressLocality: "Round Rock",
addressRegion: "TX",
postalCode: "78665",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.5296002,
longitude: -97.6525815
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Round Rock, Austin, and surrounding areas",
knowsAbout: "Physical Therapy, Post-surgical patients, athletes recovering from sports injuries, individuals with chronic pain, anyone seeking non-invasive rehabilitation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@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.