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: "Marque Learning Center",
description: "Marque Learning Center is a tutoring and test prep facility in San Antonio offering academic support services to students. Located on NE Loop 410, they provide personalized instruction to help students improve their academic performance across various subjects and standardized tests.",
telephone: "+1-210-979-3832",
address: {
@type: "PostalAddress",
streetAddress: "84 NE Interstate 410 Loop # 129",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.5187542,
longitude: -98.4863778
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1.4",
reviewCount: "9",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, families seeking one-on-one tutoring",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
},
{
@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.