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 Curious Kitchen",
description: "The Curious Kitchen is a recreational cooking school in downtown Murfreesboro offering hands-on cooking classes for all skill levels, including adult classes, kids classes, family classes, and private events. Beyond classes, they provide catering services, operate as an event venue, and offer specialized experiences like team building cooking events, date night classes, cocktail mixing classes, and year-round kids cooking camps. Their diverse culinary programming explores cuisines from around the world in a welcoming, interactive environment.",
url: "https://thecuriouskitchen.net/",
telephone: "+1-615-956-6077",
address: {
@type: "PostalAddress",
streetAddress: "327 E State St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8426486,
longitude: -86.3876185
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "148",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Nashville area",
knowsAbout: "Catering, Families seeking kids cooking camps, couples looking for date night experiences, corporate teams needing team building activities, event hosts wanting unique catering and private dining experiences",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hands-On Recreational Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Purpose Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Year-Round Programming"
}
],
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.