Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hurst Reading Center",
description: "Hurst Reading Center in Edmond specializes in personalized reading instruction and literacy support for students of all ages. The center offers individualized tutoring programs designed to improve reading comprehension, fluency, and skills through proven methodologies. With a focus on one-on-one attention and customized learning plans, Hurst Reading Center helps struggling readers and those seeking to advance their reading abilities.",
telephone: "+1-405-562-7161",
address: {
@type: "PostalAddress",
streetAddress: "14020 N Western Ave",
addressLocality: "Edmond",
addressRegion: "OK",
postalCode: "73013",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6140659,
longitude: -97.5311617
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Edmond, Oklahoma and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Struggling readers, students with dyslexia or reading delays, parents seeking reading support, children looking to improve reading fluency",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Reading Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Programs"
}
],
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.