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: "Roanoke Valley Music Studio",
description: "Roanoke Valley Music Studio offers comprehensive private and group music lessons for all ages and skill levels at their Cave Spring location near Cave Spring High School. They teach piano, strings (violin, viola, cello, bass), band instruments, guitar, ukulele, singing, and more, with experienced instructors trained in both technical instruction and mentorship. Beyond instrument instruction, they emphasize life skills development, performance opportunities, and creating a fun, encouraging learning environment that builds confidence and discipline.",
url: "http://www.roanokevalleymusicstudio.com/",
telephone: "+1-540-354-6881",
address: {
@type: "PostalAddress",
streetAddress: "3735 Chaparral Dr",
addressLocality: "Roanoke",
addressRegion: "VA",
postalCode: "24018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2138062,
longitude: -80.00408469999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Roanoke, VA and surrounding areas",
knowsAbout: "All ages from kindergarten through adults, families seeking comprehensive music education, students interested in performance opportunities and mentorship, individuals wanting flexible lesson formats",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Instrument Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Lesson Formats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mentorship-Focused Approach"
}
],
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.