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: "La 5ta Luna - Event Hall",
description: "La 5ta Luna is an event hall located in Houston that hosts a variety of celebrations and gatherings. The venue provides space for weddings, quinceañeras, birthday parties, and other special events. With its convenient location and established presence in the community, La 5ta Luna offers a dedicated space for memorable occasions.",
address: {
@type: "PostalAddress",
streetAddress: "14303 Lillja Rd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.9060134,
longitude: -95.39205550000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Houston and surrounding areas",
knowsAbout: "Event & Wedding Venues, Wedding couples, Quinceañera celebrations, Birthday parties, Corporate events and celebrations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multipurpose Event Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Community 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.