Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Anchor Up K9 Academy",
description: "Anchor Up K9 Academy is a full-service dog training and boarding facility in Chesapeake, VA offering obedience training, behavior modification, board-and-train programs, and pet boarding services. Led by experienced trainers, they specialize in working with dogs of all ages and temperaments, from puppies to adult dogs with behavioral challenges. Their comprehensive approach combines professional training with safe, supervised boarding to help dogs develop good manners and build confidence.",
url: "https://anchorupk9academy.com/",
telephone: "+1-757-695-9623",
address: {
@type: "PostalAddress",
streetAddress: "1127 Madison Lynn Wy",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23322",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.6864236,
longitude: -76.2336398
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking behavior modification, first-time dog owners needing foundational obedience, dogs with behavioral challenges, owners needing boarding with simultaneous training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Board & Train Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Behavior Work"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Ages Training"
}
],
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.