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",
description: "Mathnasium of St. Petersburg is a math tutoring center serving students from elementary through high school. The center uses a proprietary curriculum and assessment process to create customized learning plans tailored to each student's skill level and learning style. They offer in-person one-on-one and small group instruction designed to build math confidence, improve grades, and prepare students for standardized tests.",
url: "https://www.mathnasium.com/math-centers/stpetersburg",
telephone: "+1-727-823-6284",
address: {
@type: "PostalAddress",
streetAddress: "5028 4th St N",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.818305,
longitude: -82.63915399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "81",
bestRating: "5"
},
areaServed: "St. Petersburg and surrounding Tampa Bay area",
knowsAbout: "Tutoring & Test Prep, Students struggling with math, parents seeking SAT/ACT test prep, high-achievers wanting to advance faster, students with learning gaps between school years",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Learning Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Proven Methodology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Format 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.