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: "Cary Street Station",
description: "Cary Street Station is an independent restaurant and bar located in Richmond's Scott's Addition neighborhood, offering a neighborhood gathering space with food and beverages. The establishment serves as a casual dining venue where locals can enjoy meals and drinks in a relaxed atmosphere.",
url: "https://www.carystreetstation.com/",
telephone: "+1-804-495-3628",
address: {
@type: "PostalAddress",
streetAddress: "103 S Davis Ave",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5498531,
longitude: -77.4724719
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "82",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Chiropractic, Local diners, casual dining enthusiasts, neighborhood residents, social gatherings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Neighborhood Gathering Spot"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Business"
}
],
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.