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: "Math Tutor Miami",
description: "Math Tutor Miami provides personalized mathematics instruction for students in Miami and surrounding areas. Located in downtown Miami, they offer one-on-one tutoring sessions tailored to each student's learning style and academic goals, from foundational arithmetic through advanced calculus and test preparation.",
url: "http://www.mathtutor.miami/",
telephone: "+1-305-308-4205",
address: {
@type: "PostalAddress",
streetAddress: "225 NE 23rd St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33137",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.799461599999997,
longitude: -80.1902527
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Miami and surrounding South Florida communities",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, learners seeking personalized instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Downtown Location"
}
],
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.