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: "Socrates Academics",
description: "Socrates Academics is a tutoring service located in Oconomowoc offering personalized academic support to students. The business provides one-on-one tutoring sessions tailored to individual student needs, helping learners strengthen their understanding of key subjects and improve academic performance.",
telephone: "+1-262-389-0024",
address: {
@type: "PostalAddress",
streetAddress: "888 Thackeray Trail Suite 107",
addressLocality: "Oconomowoc",
addressRegion: "WI",
postalCode: "53066",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0970681,
longitude: -88.4828442
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Oconomowoc and surrounding areas, Wisconsin",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject-specific help, students preparing for academic success, families seeking personalized learning support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Accessible Location"
}
],
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.