Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sanderson Test Prep",
description: "Sanderson Test Prep is a San Antonio-based tutoring and test preparation service specializing in SAT and ACT preparation for high school students. They offer personalized test prep coaching designed to help students improve standardized test scores and prepare for college admissions. Their experienced instructors focus on targeted strategies and practice to build student confidence on exam day.",
url: "https://sandersontestprep.com/",
telephone: "+1-305-878-8378",
address: {
@type: "PostalAddress",
streetAddress: "18756 Stone Oak Pkwy STE. 200",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78258",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.6113707,
longitude: -98.4911923
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Tutoring & Test Prep, High school students preparing for SAT or ACT exams, College-bound students seeking score improvements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Test Prep Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "SAT and ACT Specialization"
}
],
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.