Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Academic Center For Tutoring",
description: "Academic Center For Tutoring provides individualized academic support to students in Chicago, offering subject-specific tutoring services to help learners strengthen their skills and improve academic performance. Located in downtown Chicago on East Ida B. Wells Drive, they focus on personalized instruction tailored to each student's learning needs and goals.",
telephone: "+1-312-369-8130",
address: {
@type: "PostalAddress",
streetAddress: "33 East Ida B. Wells Drive",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60605",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.875582,
longitude: -87.62630469999999
},
areaServed: "Chicago, Illinois",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, students preparing for standardized tests, learners seeking personalized academic help",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Chicago Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
}
],
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.