Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 31 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hartwood Elementary School",
url: "https://schoolquality.virginia.gov/schools/hartwood-elementary",
telephone: "+1-540-752-4441",
address: {
@type: "PostalAddress",
streetAddress: "14 Shackelford Well Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4018819,
longitude: -77.5633312
},
knowsAbout: "Chiropractic",
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.