Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mathville Tutoring",
description: "Mathville Tutoring is a math-focused tutoring service in Nashville providing personalized instruction to help students strengthen their mathematical skills. Serving students of various ages and abilities, they offer targeted support in algebra, geometry, and other core math subjects to build confidence and improve academic performance.",
telephone: "+1-615-669-7428",
address: {
@type: "PostalAddress",
streetAddress: "4856 Lynn Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0820028,
longitude: -86.73550829999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students struggling with math, students preparing for standardized math assessments, learners needing foundational skill building",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Math Specialization"
},
{
@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.