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: "TG Learning Center",
description: "TG Learning Center is an educational facility in Albany serving grades K-12 with a focus on creating a nurturing, well-rounded learning environment. They offer homework support, academic tutoring in reading and math, extracurricular activities including taekwondo, art, and sports programs, and seasonal summer camps featuring art, science, cooking, and field trips. Led by Principal Hyekyung Lee, the center emphasizes personalized attention to each child's unique learning style and talents.",
url: "http://www.tglearningcenter.com/",
telephone: "+1-510-525-0070",
address: {
@type: "PostalAddress",
streetAddress: "1109 Washington Ave",
addressLocality: "Albany",
addressRegion: "CA",
postalCode: "94706",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.892097799999995,
longitude: -122.29889009999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Albany, CA and surrounding East Bay communities",
knowsAbout: "Tutoring & Test Prep, School-age children needing homework help and academic support, families seeking after-school enrichment programs, parents looking for summer camps with academic and creative components",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Well-Rounded Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Summer Camps"
}
],
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.