Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Happy Dog Academy LLC",
description: "Happy Dog Academy LLC is a dog training facility in Hampton, VA that specializes in obedience training, behavior modification, and puppy classes. Owner-operated and highly rated, they offer both group classes and individualized training programs designed to address specific behavioral challenges and help dogs develop essential skills. Their comprehensive approach serves dogs of all ages and temperaments.",
url: "https://www.happydogacademy.net/",
telephone: "+1-757-899-4819",
address: {
@type: "PostalAddress",
streetAddress: "13 E Lamington Rd",
addressLocality: "Hampton",
addressRegion: "VA",
postalCode: "23669",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.0570435,
longitude: -76.345978
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Hampton, VA and surrounding areas",
knowsAbout: "Dog Training, First-time dog owners, puppy owners, dogs with behavioral issues, families seeking obedience training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated"
}
],
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.