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: "Taylor Learning Center",
description: "Taylor Learning Center is an educational institution in Kaysville offering tutoring and academic support services. They provide personalized learning solutions to help students of various ages improve their academic performance and confidence.",
url: "http://www.taylorlearningcenter.net/",
telephone: "+1-801-598-9388",
address: {
@type: "PostalAddress",
streetAddress: "206 S Main St Suite B",
addressLocality: "Kaysville",
addressRegion: "UT",
postalCode: "84037",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.0311898,
longitude: -111.9365631
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Kaysville, UT and surrounding communities",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, struggling learners, students preparing for standardized tests, homeschooled students",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Kaysville 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.