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: "University Tutoring",
description: "University Tutoring is an independent tutoring service in Seattle offering personalized academic support for K-12 students and test preparation. They provide one-on-one tutoring sessions tailored to individual learning needs, helping students build confidence and improve academic performance across core subjects.",
url: "http://www.universitytutoring.com/",
telephone: "+1-206-522-0109",
address: {
@type: "PostalAddress",
streetAddress: "5438 Sand Point Way NE Upstairs",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6679159,
longitude: -122.27571789999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, parents seeking personalized tutoring",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Person Location in Seattle"
}
],
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.