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: "A Howling Good Time Dog Training LLC",
description: "A Howling Good Time Dog Training, owned and operated by head trainer Tyrese Evans, specializes in comprehensive dog training services including private lessons, day training, board & train programs, and boarding. They address obedience, behavior modification, engagement, socialization, and management through their 5-pillar training system. The business serves dogs of all ages and handles specific behavioral challenges like reactivity, jumping, excessive barking, and general obedience training.",
url: "https://howlingdogtraining.com/",
telephone: "+1-608-239-8718",
address: {
@type: "PostalAddress",
streetAddress: "1222 Blue Stone Ter",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53718",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.116938499999996,
longitude: -89.27110789999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "103",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Dog Training, Dog owners dealing with behavioral issues, puppy owners seeking early training, owners with busy schedules needing day or board training programs, families with reactive or stubborn dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 5-Pillar System"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Training Formats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Owner-Led 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.