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: "Family and Sports Physical Therapy",
description: "Family and Sports Physical Therapy is a medical clinic in Las Vegas specializing in physical rehabilitation and sports injury treatment. They provide comprehensive physical therapy services for patients recovering from injuries, surgeries, and sports-related conditions. The clinic focuses on personalized treatment plans to help patients regain mobility, strength, and function.",
url: "http://www.fspt.guru/",
telephone: "+1-702-968-0520",
address: {
@type: "PostalAddress",
streetAddress: "7351 Prairie Falcon Rd STE 100",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2059807,
longitude: -115.2537005
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Physical Therapy, Athletes, Post-surgical patients, Sports injury recovery, Active individuals seeking injury prevention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Access Care"
}
],
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.