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: "The Learning Center",
description: "The Learning Center is a nonprofit organization in Oklahoma City dedicated to providing educational support and learning resources to the community. Based on their nonprofit status and community focus, they offer programs designed to help individuals develop skills and access educational opportunities.",
telephone: "+1-405-842-5325",
address: {
@type: "PostalAddress",
streetAddress: "1212 Bedford Dr",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5410958,
longitude: -97.5343245
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Community members seeking educational support, individuals looking for learning resources, nonprofit education advocates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Nonprofit Mission"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused"
}
],
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.