Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Learning Resource Center",
description: "The Learning Resource Center in Virginia Beach offers tutoring and academic support services to help students succeed in their studies. With a 4.2-star rating from parents and students, the center provides personalized instruction across various subjects. They focus on building student confidence and academic skills through dedicated one-on-one and group learning programs.",
telephone: "+1-757-428-3367",
address: {
@type: "PostalAddress",
streetAddress: "4575 Bonney Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23452",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.83623910000001,
longitude: -76.1364586
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, families seeking personalized learning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.