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: "Daffodil Hill",
description: "Daffodil Hill is a full-service event venue in Bethany, Oklahoma, offering elegant indoor and outdoor spaces for weddings, receptions, and special events. The venue features versatile settings that can accommodate various celebration styles, from intimate gatherings to larger affairs. With dedicated event spaces and professional amenities, Daffodil Hill provides couples and event planners with a complete venue solution for their most important occasions.",
url: "http://daffodilhillevents.com/",
address: {
@type: "PostalAddress",
streetAddress: "3801 N College Ave",
addressLocality: "Bethany",
addressRegion: "OK",
postalCode: "73008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5091636,
longitude: -97.62940549999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "71",
bestRating: "5"
},
areaServed: "Bethany and surrounding Oklahoma City metro area",
knowsAbout: "Event & Wedding Venues, Couples planning weddings, event planners seeking versatile venues, families hosting celebrations, corporate gatherings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Indoor & Outdoor Spaces"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Event 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.