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: "Louie's Bistro Catering",
description: "Louie's Bistro Catering is a full-service catering company based in Apopka specializing in customized menus for weddings, corporate events, and private celebrations. They offer on-site cooking, bar service, and dietary accommodations, working directly with clients to create memorable dining experiences tailored to each event's unique needs and budget.",
url: "http://www.louiesbistrocatering.com/",
telephone: "+1-407-739-1756",
address: {
@type: "PostalAddress",
streetAddress: "2525 W Ponkan Rd",
addressLocality: "Apopka",
addressRegion: "FL",
postalCode: "32712",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.728766200000003,
longitude: -81.55135109999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "104",
bestRating: "5"
},
areaServed: "Apopka and surrounding Central Florida communities",
knowsAbout: "Catering, Wedding couples, corporate event planners, private party hosts, milestone celebration organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Bar 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.