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: "Fit Learning Denver",
description: "Fit Learning Denver is an educational consulting and tutoring service specializing in personalized academic support for students of all ages. They offer one-on-one tutoring, test preparation, and college admissions consulting delivered both in-person and online. Their approach focuses on customized learning plans tailored to each student's unique needs and learning style.",
url: "http://www.denver.fitlearning.com/",
telephone: "+1-720-699-8827",
address: {
@type: "PostalAddress",
streetAddress: "7505 E 35th Ave #345",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80238",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.765653799999995,
longitude: -104.8999274
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Denver and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject tutoring, high school students preparing for SAT/ACT exams, college-bound students seeking admissions guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Delivery Options"
}
],
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.