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: "Tom's Dog Training",
description: "Tom's Dog Training is an in-home dog training service in Bethesda that brings professional training directly to your home, eliminating the need for travel. Tom specializes in obedience training, behavior consulting, and addressing specific issues like fearfulness, resource guarding, excessive barking, and multi-dog household conflicts. He also offers one-on-one instruction to teach owners how to train their dogs themselves, covering foundational commands, leash handling, AKC Canine Good Citizenship preparation, and backyard agility.",
url: "http://www.tomsdogtraining.com/",
telephone: "+1-720-385-8674",
address: {
@type: "PostalAddress",
streetAddress: "Arcade Level, 5225 Pooks Hill Rd Unit C-006",
addressLocality: "Bethesda",
addressRegion: "MD",
postalCode: "20814",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.0167159,
longitude: -77.106924
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Bethesda and surrounding Montgomery County areas, Maryland",
knowsAbout: "Dog Training, New dog owners, owners of fearful or reactive dogs, multi-dog households with behavioral issues, owners seeking obedience fundamentals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner Education Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transparent Pricing"
}
],
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.