Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 37 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "White Oak Dog Training Center",
url: "http://www.woahvets.com/",
telephone: "+1-540-374-0462",
address: {
@type: "PostalAddress",
streetAddress: "8 Walsh Ln",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3105075,
longitude: -77.43105390000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "10",
bestRating: "5"
},
knowsAbout: "Dog Training",
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.