Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Learn English & Reading Now, Inc.",
description: "Learn English and Reading Now, Inc. is a nonprofit adult literacy organization providing free tutoring in English literacy skills to adults in the Augusta County area. Their mission is to increase opportunities for community members through improved literacy, offering personalized instruction to help adults build foundational reading and English language competencies.",
url: "http://learnva.org/",
telephone: "+1-540-256-2673",
address: {
@type: "PostalAddress",
streetAddress: "1900 Mt Vernon St",
addressLocality: "Waynesboro",
addressRegion: "VA",
postalCode: "22980",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0732645,
longitude: -78.9111327
},
areaServed: "Augusta County, Waynesboro, VA",
knowsAbout: "Adult learners seeking to improve English and reading skills, Non-native English speakers, Community members with limited literacy education",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Tutoring Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Mission"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.