Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bella Luna Wood-Fired Pizza",
description: "Bella Luna Wood-Fired Pizza is a farm-to-table restaurant in historic downtown Harrisonburg specializing in hand-crafted wood-fired pizzas, house-made pastas, fresh seasonal salads, sandwiches, and desserts. They offer catering and private event services through their Bella Banquets program, with a full bar featuring local microbrews, hard ciders, wines, and artisan cocktails. Located in the Livery Building, they're known for using fresh, seasonal ingredients sourced locally.",
url: "http://www.bellalunawoodfired.com/",
telephone: "+1-540-433-1366",
address: {
@type: "PostalAddress",
streetAddress: "80 W Water St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4487136,
longitude: -78.8702912
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "1857",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Catering, Private events and celebrations, corporate gatherings, wedding receptions, diners seeking locally-sourced Italian cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wood-Fired Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Farm-to-Table Philosophy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Bar Service"
}
],
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.