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: "North American Tutors",
description: "North American Tutors is a Beverly Hills-based tutoring service offering personalized academic support for K-12 students and college test preparation. They provide one-on-one and small group sessions both in-person and online, with experienced tutors who specialize in core subjects and standardized test prep including SAT and ACT. The company focuses on customized learning plans tailored to each student's specific needs and goals.",
url: "https://www.northamericantutors.com/",
telephone: "+1-310-925-9241",
address: {
@type: "PostalAddress",
streetAddress: "444 N Rexford Dr",
addressLocality: "Beverly Hills",
addressRegion: "CA",
postalCode: "90210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0730523,
longitude: -118.39937529999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Beverly Hills and greater Los Angeles area",
knowsAbout: "Tutoring & Test Prep, K-12 students seeking subject tutoring, High school students preparing for SAT/ACT, Parents wanting personalized academic support, College-bound students needing test prep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Learning Formats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Test Prep"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.