Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Taproot Dog Training, LLC",
description: "Taproot Dog Training offers comprehensive dog training services in Madison, including obedience training, behavior modification, and specialized programs tailored to each dog's needs. Their experienced trainers work with dogs of all ages and temperaments to address common behavioral challenges and build strong owner-dog relationships. They focus on positive, results-driven methods to help dogs and their families thrive together.",
url: "http://www.taprootdogtraining.com/",
address: {
@type: "PostalAddress",
streetAddress: "2320 Mustang Way",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53718",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0642983,
longitude: -89.29590809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Dog Training, First-time dog owners, owners with behavioral challenges, dogs of all ages, families seeking positive reinforcement methods",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavior Modification Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Focused 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.