Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 37 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bon Secours Urgent Care, Harrisonburg",
url: "https://www.bonsecours.com/locations/walk-in-urgent-care/blue-ridge/bon-secours-urgent-care-harrisonburg",
telephone: "+1-540-432-3080",
address: {
@type: "PostalAddress",
streetAddress: "1840 E Market St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.430679399999995,
longitude: -78.84192329999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "791",
bestRating: "5"
},
knowsAbout: "IV Therapy & Wellness Clinics",
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.