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: "Tutor Doctor",
description: "Tutor Doctor is a locally-owned tutoring franchise in San Diego offering personalized one-on-one and group tutoring for K-12 students in core subjects, test prep, and college consulting. Their experienced tutors provide in-person sessions at students' homes or at their Carmel Mountain location, with flexible scheduling to fit busy family calendars. They specialize in helping struggling students catch up, advanced learners excel, and test-takers prepare for SAT/ACT exams.",
url: "http://www.tutordoctor.com/san-diego",
telephone: "+1-858-792-8887",
address: {
@type: "PostalAddress",
streetAddress: "4653 Carmel Mountain Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9207836,
longitude: -117.2132233
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "67",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding communities",
knowsAbout: "Tutoring & Test Prep, Struggling students needing catch-up support, advanced learners pursuing enrichment, test-takers preparing for SAT/ACT, students exploring college options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One & Home-Based Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Academic Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Experienced 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.