Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Leading Edge Learning Center",
description: "Leading Edge Learning Center is an educational institution in Riverside serving students with tutoring and academic support services. As a non-profit organization, they focus on helping students improve their academic performance through personalized instruction and test preparation.",
url: "http://www.leadingedgelearningcenter.com/",
telephone: "+1-951-684-3811",
address: {
@type: "PostalAddress",
streetAddress: "5750 Division St ste 100",
addressLocality: "Riverside",
addressRegion: "CA",
postalCode: "92506",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.94766200000001,
longitude: -117.380579
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Riverside, CA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Students seeking academic improvement, test preparation assistance, and personalized tutoring support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Non-Profit Mission"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
}
],
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.