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: "Xclusive Eats Catering",
description: "Xclusive Eats Catering is a Jacksonville-based catering service offering customized meal solutions for events of all sizes. They specialize in delivering high-quality food with flexible service options, serving corporate functions, private celebrations, and special events throughout the Jacksonville area.",
url: "http://www.xclusiveeats.com/",
telephone: "+1-904-257-3606",
address: {
@type: "PostalAddress",
streetAddress: "7643 Gate Pkwy",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32256",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2415132,
longitude: -81.5192261
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Catering, Corporate event planners, wedding hosts, private celebration organizers, businesses seeking professional catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menu Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Delivery & Service"
}
],
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.