Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Majestic Reception Hall",
description: "Majestic Reception Hall is a full-service event venue in Laredo specializing in weddings, quinceañeras, and special celebrations. With on-site lodging available and spacious indoor reception facilities, the venue provides a complete destination experience for guests and hosts. The hall accommodates large celebrations with professional event hosting capabilities.",
telephone: "+1-956-282-0070",
address: {
@type: "PostalAddress",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5609722,
longitude: -99.46816249999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Laredo, Texas and surrounding areas",
knowsAbout: "Event & Wedding Venues, Wedding couples, Quinceañera celebrations, Large family gatherings, Out-of-town event guests",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Lodging"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Hosting"
}
],
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.