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: "Augusta K9 Center",
description: "Augusta K9 Center is a full-service dog training facility in Staunton, VA offering comprehensive obedience training, behavior modification, and board & train programs. They specialize in working with dogs of all ages and temperaments, from puppies to adult dogs with challenging behaviors. The facility provides personalized training solutions designed to address specific behavioral issues and build strong bonds between dogs and their owners.",
telephone: "+1-540-688-3971",
address: {
@type: "PostalAddress",
streetAddress: "460 Commerce Rd",
addressLocality: "Staunton",
addressRegion: "VA",
postalCode: "24401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.1535351,
longitude: -79.0582666
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Staunton, VA and surrounding Augusta County areas",
knowsAbout: "Dog Training, Dog owners seeking professional behavior correction, first-time dog owners, families with puppies, owners of dogs with aggression or anxiety issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages and Temperaments"
}
],
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.