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: "Haggard Party Barn",
description: "Haggard Party Barn is a versatile event venue in Plano offering flexible indoor and outdoor spaces for weddings, celebrations, corporate events, and private gatherings. The rustic barn setting provides an authentic backdrop for a variety of occasions, accommodating groups of different sizes with room for both ceremonies and receptions.",
address: {
@type: "PostalAddress",
streetAddress: "5948 McKamy Trail",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75024",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0556121,
longitude: -96.8268997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Plano, TX and surrounding North Dallas area",
knowsAbout: "Event & Wedding Venues, Weddings, milestone celebrations, corporate events, intimate gatherings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Rustic Barn Aesthetic"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Event Spaces"
}
],
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.