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: "A Plus Master Tutoring Center",
description: "A Plus Master Tutoring Center offers academic support services to students in the Oak Park area. The center provides tutoring assistance designed to help students improve their academic performance across various subjects.",
telephone: "+1-708-297-5154",
address: {
@type: "PostalAddress",
streetAddress: "6144 Roosevelt Rd #203",
addressLocality: "Oak Park",
addressRegion: "IL",
postalCode: "60304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.865643999999996,
longitude: -87.778739
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Oak Park and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students seeking academic improvement, students needing subject-specific help, families in Oak Park",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Academic Focus"
}
],
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.