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: "Health-Wise Sports Medicine, LLC",
description: "Health-Wise Sports Medicine, LLC is a sports medicine clinic in Murfreesboro specializing in injury prevention, treatment, and rehabilitation for athletes and active individuals. They offer comprehensive care including physical therapy, injury evaluation, and performance optimization to help patients return to their sport or activity safely and effectively.",
url: "http://www.healthwisesportsmedicine.com/",
telephone: "+1-615-785-9725",
address: {
@type: "PostalAddress",
streetAddress: "495 N Walnut St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8506521,
longitude: -86.3934757
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee communities",
knowsAbout: "Physical Therapy, Athletes, active individuals recovering from sports injuries, weekend warriors, competitive amateur sports participants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Medicine Specialist Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Performance Optimization"
}
],
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.