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: "Lone Star",
description: "Lone Star is a community-focused venue and event space located in Fort Worth that hosts a variety of gatherings, activities, and celebrations. With its farm setting and flexible spaces, it accommodates weddings, corporate events, private parties, and community functions. The venue combines rustic charm with practical amenities to create memorable experiences for guests.",
url: "https://lonestargardenchurch.com/events-activities/",
telephone: "+1-817-919-5222",
address: {
@type: "PostalAddress",
streetAddress: "3132 Milam St",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7318565,
longitude: -97.2115895
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding North Texas communities",
knowsAbout: "Event & Wedding Venues, Couples seeking rustic wedding venues, corporate event planners, families hosting private celebrations, community organizations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Farm Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile 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.