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: "Zs Southern Kitchen",
description: "Z's Southern Kitchen is a catering company in Fredericksburg, VA specializing in authentic Southern cuisine for events of all sizes. They offer customizable menus featuring traditional comfort food prepared fresh, with a reputation for reliable service and flavorful dishes that bring Southern hospitality to corporate events, weddings, and private gatherings.",
url: "http://www.zssouthernkitchen.com/",
telephone: "+1-540-571-0342",
address: {
@type: "PostalAddress",
streetAddress: "5151 Plank Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.290407099999996,
longitude: -77.550297
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Catering, Wedding planners, corporate event organizers, family celebrations, private party hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Southern Cuisine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Catering Options"
}
],
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.