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: "Golden Palace Banquet Hall",
description: "Golden Palace Banquet Hall is a full-service event venue in Lubbock offering customizable spaces for weddings, corporate events, and celebrations. The venue provides indoor reception facilities with flexible layouts to accommodate various party sizes and occasions, making it a popular choice for both intimate gatherings and large-scale events.",
telephone: "+1-806-744-8550",
address: {
@type: "PostalAddress",
streetAddress: "1911 Clovis Rd",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5966442,
longitude: -101.85831569999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Event & Wedding Venues, Engaged couples, Corporate event planners, Birthday and anniversary celebrations, Community organizations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Indoor Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Established Venue"
}
],
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.