Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Alpha Learning Center",
description: "Alpha Learning Center is an educational institution located in Charlotte offering academic support and learning services. As a local educational establishment, they provide tutoring and educational programs designed to help students improve their academic performance.",
telephone: "+1-980-207-0450",
address: {
@type: "PostalAddress",
streetAddress: "1451 Briar Creek Rd",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2142608,
longitude: -80.7904977
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Students needing academic tutoring, Parents seeking educational support services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Charlotte Institution"
}
],
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.