Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Grace Banquet Hall",
description: "Grace Banquet Hall is a full-service event venue in Dallas specializing in weddings, corporate events, and celebrations. The spacious banquet hall accommodates groups of all sizes and offers flexible indoor reception space with professional setup capabilities. Whether hosting an intimate gathering or a large formal event, Grace Banquet Hall provides a polished venue for memorable occasions.",
telephone: "+1-972-780-2999",
address: {
@type: "PostalAddress",
streetAddress: "7111 Marvin D. Love Fwy # 105",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75237",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6614223,
longitude: -96.8721759
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "380",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Event & Wedding Venues, Wedding couples, Corporate event planners, Large family celebrations, Community organizations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Spacious Indoor Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Event Space"
}
],
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.