Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bright Stars Tutoring",
description: "Bright Stars Tutoring is an independent tutoring service in Richmond, VA offering personalized academic support for K-12 students. Located at 3110 Amanda Dr, they provide one-on-one instruction designed to help students strengthen foundational skills, improve grades, and build confidence in their studies.",
telephone: "+1-804-955-8014",
address: {
@type: "PostalAddress",
streetAddress: "3110 Amanda Dr",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4683516,
longitude: -77.5002587
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, learners who benefit from one-on-one attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Service"
}
],
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.