Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Yesenia's Hall",
description: "Yesenia's Hall is a banquet and event venue located in Phoenix, Arizona, offering space for weddings, celebrations, and private events. The venue provides a dedicated banquet hall suitable for hosting various occasions with professional event hosting capabilities.",
url: "http://www.yesenias-hall.com/",
telephone: "+1-623-455-2446",
address: {
@type: "PostalAddress",
streetAddress: "8028 N 27th Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.554738,
longitude: -112.11826699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "284",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding areas",
knowsAbout: "Event & Wedding Venues, Wedding couples, large family celebrations, private event hosts, corporate gatherings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Banquet Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.