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: "Heavenly Gourmet Catering",
description: "Heavenly Gourmet Catering is a San Antonio-based catering company specializing in customized menus for weddings, corporate events, and private celebrations. They offer full-service catering with professional event coordination, on-site cooking, and bar service to create memorable dining experiences for gatherings of any size.",
url: "https://www.heavenlyg.com/",
telephone: "+1-210-496-9090",
address: {
@type: "PostalAddress",
streetAddress: "3838 West Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.500495799999996,
longitude: -98.52554459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "197",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Catering, Couples planning weddings, Corporate event planners, Private party hosts, Large celebration organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Cuisine Options"
}
],
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.