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: "Blue Fire Catering",
description: "Blue Fire Catering is a full-service catering company based in Dallas that specializes in creating customized menus for corporate events, weddings, private parties, and special occasions. With a focus on quality ingredients and professional service, they handle everything from menu planning to on-site setup and staffing, making them a one-stop solution for hosts who want to impress their guests without the stress of food preparation.",
url: "https://bluefirecatering.com/",
telephone: "+1-214-699-5097",
address: {
@type: "PostalAddress",
streetAddress: "Dragon St",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7911815,
longitude: -96.8191612
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Dallas and surrounding North Texas areas",
knowsAbout: "Catering, Wedding planners, corporate event coordinators, private party hosts, milestone celebration planners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Support"
}
],
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.