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: "The RoseMary Wedding Venue",
description: "The RoseMary is an elegant wedding and event venue located on a scenic property in McKinney, Texas. The venue offers versatile indoor and outdoor spaces designed to accommodate weddings, receptions, corporate events, and celebrations of all sizes. With a rustic barn aesthetic combined with refined amenities, The RoseMary provides a picturesque backdrop for milestone events and celebrations.",
url: "http://therosemaryvenue.com/",
telephone: "+1-972-249-6613",
address: {
@type: "PostalAddress",
streetAddress: "1770 Rosemary Barn Ln",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2433891,
longitude: -96.5894165
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "234",
bestRating: "5"
},
areaServed: "McKinney, Texas and surrounding North Texas communities",
knowsAbout: "Event & Wedding Venues, Couples planning rustic or farmhouse-style weddings, corporate event planners, families hosting milestone celebrations, outdoor ceremony enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Rustic Barn Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Space Configuration"
}
],
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.