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: "Shooting Stars Tutoring",
description: "Shooting Stars Tutoring provides personalized academic support to K-12 students in the Citrus Heights area, offering subject tutoring and test preparation services. With a focus on individualized learning plans, they help students build confidence and improve academic performance across core subjects. Their experienced tutors work directly with students to address specific learning gaps and support long-term academic success.",
telephone: "+1-916-205-1402",
address: {
@type: "PostalAddress",
streetAddress: "Various Addresses",
addressLocality: "Citrus Heights",
addressRegion: "CA",
postalCode: "95621",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.6934112,
longitude: -121.3037611
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Citrus Heights, CA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, Test-prep focused learners, Students with specific learning gaps",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Locations"
}
],
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.