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: "Synapse Prep",
description: "Synapse Prep is a test preparation and tutoring service located in Austin that helps students prepare for standardized tests and master academic subjects. With a focus on personalized instruction, they offer targeted support to help students achieve their testing and academic goals.",
telephone: "+1-512-481-2485",
address: {
@type: "PostalAddress",
streetAddress: "1505 Southport Dr #142",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.232173999999997,
longitude: -97.778954
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Tutoring & Test Prep, High school students preparing for SAT/ACT, College-bound students, Students seeking academic improvement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Test Prep"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient South Austin Location"
}
],
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.