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 Parthenon",
description: "The Parthenon is a full-scale replica of the ancient Greek temple located in Nashville's Centennial Park. Built for the 1897 Tennessee Centennial Exposition, it serves as both a historic landmark and cultural venue hosting art exhibits, educational programs, and special events. The building features an impressive art gallery inside and offers guided tours, making it one of Nashville's most iconic and visited attractions.",
url: "https://www.nashvilleparthenon.com/",
telephone: "+1-615-862-8431",
address: {
@type: "PostalAddress",
streetAddress: "2500 West End Ave",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1496737,
longitude: -86.81334670000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "15052",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding Middle Tennessee region",
knowsAbout: "Event & Wedding Venues, History enthusiasts, art lovers, educational groups, tourists, event planners seeking unique venues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Iconic Historic Structure"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Purpose Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Centennial Park 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.