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: "La Hacienda Reception",
description: "La Hacienda Reception is an event venue in Laredo specializing in hosting weddings, receptions, and celebrations. Located on Mines Road, this established venue provides a dedicated space for couples and families to celebrate their special occasions with guests.",
telephone: "+1-956-728-7875",
address: {
@type: "PostalAddress",
streetAddress: "11092 Mines Rd",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5945413,
longitude: -99.5146357
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Event & Wedding Venues, Couples planning weddings, families hosting receptions, event hosts seeking a dedicated venue",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Reception Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local 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.