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: "Class 101 Chesapeake",
description: "Class 101 Chesapeake offers art classes and creative workshops for students of all ages and skill levels. Located in Chesapeake, VA, this studio provides hands-on instruction in various artistic mediums and techniques, fostering creativity and artistic development in a welcoming community environment.",
url: "http://www.class101.com/chesapeakeva",
telephone: "+1-757-272-1702",
address: {
@type: "PostalAddress",
streetAddress: "1021 Eden Way N Suite 116",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23320",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7767191,
longitude: -76.2247819
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Families seeking art instruction, beginner artists, creative professionals looking to learn new techniques, homeschoolers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Ages Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Hands-On Studio Environment"
}
],
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.