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: "My Saveur Catering",
description: "My Saveur Catering is a halal restaurant and catering company in Fort Worth specializing in authentic cuisine with full catering services for events. They offer both dine-in restaurant service and comprehensive catering for corporate events, weddings, and private gatherings. Known for quality halal-prepared dishes and attentive event service.",
url: "http://mysaveurcatering.com/",
telephone: "+1-817-936-2616",
address: {
@type: "PostalAddress",
streetAddress: "2309 Ranger Dr",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.744980399999996,
longitude: -97.1766955
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding DFW area",
knowsAbout: "Catering, Halal-conscious diners, Corporate event planners, Wedding hosts, Private celebration organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Halal Certification"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Catering"
}
],
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.