Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "EMU's Quad",
description: "EMU's Quad is a campus green space and recreational area located at Eastern Mennonite University in Harrisonburg, VA. This outdoor gathering space serves as a central hub for students, faculty, and campus visitors, offering open grounds for relaxation, study, and casual recreation. The quad provides a natural setting for community events and outdoor activities throughout the year.",
address: {
@type: "PostalAddress",
streetAddress: "1200 Park Rd",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Harrisonburg, VA",
knowsAbout: "Landscaping & Lawn Care, EMU students and faculty, campus visitors, local residents seeking green space",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "University Campus Location"
}
],
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.