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: "Savory Catering",
description: "Savory Catering is a full-service catering company based in Dallas that specializes in delivering high-quality cuisine for corporate events, weddings, and private celebrations. They offer customizable menus and professional service for gatherings of all sizes, from intimate dinners to large-scale corporate functions. With a focus on fresh ingredients and attention to detail, Savory Catering handles the complete catering experience so clients can focus on enjoying their event.",
url: "https://www.savory-catering.com/",
telephone: "+1-844-358-5855",
address: {
@type: "PostalAddress",
streetAddress: "5855 Maple Ave",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75235",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.822216,
longitude: -96.8381991
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Dallas and surrounding North Texas areas",
knowsAbout: "Catering, Corporate event planners, couples planning weddings, private party hosts, companies hosting client entertainment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menu Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Management"
}
],
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.