Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Barn in the Village",
description: "The Barn in the Village is an event venue located in Mint Hill, NC that specializes in hosting weddings, celebrations, and special occasions. Set in a rustic barn setting, the venue offers a charming backdrop for ceremonies and receptions with customizable event spaces. The venue is known for its picturesque rural setting and flexibility to accommodate various celebration styles.",
url: "http://thebarninthevillage.com/",
telephone: "+1-704-573-0726",
address: {
@type: "PostalAddress",
streetAddress: "4311 Hillside Dr",
addressLocality: "Mint Hill",
addressRegion: "NC",
postalCode: "28227",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1779241,
longitude: -80.6520056
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Mint Hill, NC and surrounding Charlotte metro areas",
knowsAbout: "Event & Wedding Venues, Couples seeking rustic or farm-style weddings, families planning milestone celebrations, small to medium-sized events",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Rustic Barn Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Event Spaces"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Mint Hill 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.