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: "Tutoring Etc",
description: "Tutoring Etc is an independent tutoring service in Riverside offering personalized academic support for K-12 students. With a focus on one-on-one instruction, they help students strengthen core subjects and build confidence in their learning. Their experienced tutors work with students at all levels to address specific academic challenges and improve performance.",
telephone: "+1-951-565-8017",
address: {
@type: "PostalAddress",
streetAddress: "19009 Van Buren Boulevard",
addressLocality: "Riverside",
addressRegion: "CA",
postalCode: "92508",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8869743,
longitude: -117.3308598
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Riverside, CA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, students preparing for standardized tests, learners who benefit from personalized instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Local Tutors"
}
],
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.