Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Galin Scholars",
description: "Galin Scholars is an independent tutoring and academic consulting service based in Madison, Wisconsin. They provide personalized support for K-12 students and college-bound learners, helping with subject tutoring, test preparation, and college admissions guidance. Founded on the principle of individualized instruction, Galin Scholars works with students to build confidence and achieve academic success.",
url: "https://galinscholars.org/",
telephone: "+1-608-501-2486",
address: {
@type: "PostalAddress",
streetAddress: "5102 Silvertree Run #101",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0755881,
longitude: -89.4684722
},
areaServed: "Madison, Wisconsin and surrounding communities",
knowsAbout: "Tutoring & Test Prep, K-12 students seeking subject support, high school students preparing for SAT/ACT, college-bound juniors and seniors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Academic Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Spectrum Services"
}
],
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.