Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Private Mathematics Tutoring Center",
description: "Private Mathematics Tutoring Center in Lubbock offers specialized math instruction for students seeking personalized academic support. Located on Slide Road, this tutoring service focuses on helping students develop stronger mathematical skills through one-on-one instruction tailored to individual learning needs and pace.",
telephone: "+1-806-370-9013",
address: {
@type: "PostalAddress",
streetAddress: "8001 Slide Rd",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.520980099999996,
longitude: -101.9223925
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing math support, struggling students, learners benefiting from personalized attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Math Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Math Focus"
}
],
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.