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: "Tidewater Learning Center",
description: "Tidewater Learning Center is an independent tutoring and educational services provider in Virginia Beach offering personalized academic support for K-12 students. They specialize in helping students improve their grades, prepare for standardized tests, and develop strong foundational skills across core subjects.",
url: "http://www.tidewaterlearningcenter.com/",
telephone: "+1-757-437-0936",
address: {
@type: "PostalAddress",
streetAddress: "3701 Pacific Ave",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23451",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.865252999999996,
longitude: -75.98061899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing grade improvement, families seeking test preparation support, students struggling with core subjects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Center"
}
],
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.