Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lizz Wilson Tutoring",
description: "Lizz Wilson Tutoring offers personalized academic support for students in Alameda. With a focus on individualized instruction, Lizz Wilson helps students build confidence and master core subjects through tailored tutoring sessions. The practice serves K-12 students and those preparing for standardized tests.",
url: "http://lizzwilson.com/",
telephone: "+1-201-988-1233",
address: {
@type: "PostalAddress",
streetAddress: "2100 Clinton Ave",
addressLocality: "Alameda",
addressRegion: "CA",
postalCode: "94501",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.762473899999996,
longitude: -122.25282909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Alameda, CA",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, students preparing for standardized tests, families seeking personalized academic coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Sessions"
}
],
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.