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: "Liberty",
description: "Liberty is a physical therapy clinic located in Fredericksburg, VA, specializing in helping patients recover from injuries and improve mobility. The clinic focuses on personalized treatment plans tailored to each patient's specific needs and goals.",
telephone: "+1-540-372-6745",
address: {
@type: "PostalAddress",
streetAddress: "501 Park Hill Dr",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3140265,
longitude: -77.48713080000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Physical Therapy, Post-injury rehabilitation patients, athletes seeking sports medicine therapy, older adults improving mobility and strength",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.