Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Northwest Educational Services",
description: "Northwest Educational Services is a Seattle-based tutoring and test preparation center offering personalized academic support for K-12 students and standardized test prep including SAT and ACT. Their experienced tutors provide both one-on-one instruction and group classes tailored to each student's learning style and academic goals. They specialize in helping students build confidence, improve grades, and achieve competitive test scores for college admissions.",
url: "https://www.nwtutoring.com/",
telephone: "+1-206-282-4637",
address: {
@type: "PostalAddress",
streetAddress: "218 Nickerson St Suite C",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.647613899999996,
longitude: -122.35219920000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Seattle and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Students seeking grade improvement, SAT/ACT test preparation, college-bound high schoolers, struggling learners needing extra support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Test Prep"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Local Tutors"
}
],
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.