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: "Mathnasium - Coral Ridge Dr",
description: "Mathnasium is a math tutoring center specializing in K-12 math instruction through personalized learning plans and one-on-one sessions. Located in Coral Springs, this franchise center uses a proprietary curriculum to help students build math confidence, improve grades, and master foundational concepts. They serve students from elementary through high school with flexible scheduling and customized approaches to each child's learning style.",
url: "https://www.mathnasium.com/math-centers/csprings",
telephone: "+1-954-441-6284",
address: {
@type: "PostalAddress",
streetAddress: "5926 Coral Ridge Dr",
addressLocality: "Coral Springs",
addressRegion: "FL",
postalCode: "33076",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.3046376,
longitude: -80.2805801
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "145",
bestRating: "5"
},
areaServed: "Coral Springs and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing math support, struggling learners building foundational skills, high achievers preparing for advanced placement, families seeking supplemental instruction outside school",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Proprietary Curriculum"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Plans"
}
],
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.