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: "Dogs By Dancer",
description: "Dogs By Dancer is a Washington, DC-based dog training company specializing in puppy programs, obedience training, and behavior modification for dogs of all ages. Owner Dancer offers both on and off-leash obedience training tailored to individual dog needs and owner goals. The business focuses on building strong foundational skills and addressing behavioral challenges through personalized training approaches.",
url: "https://www.dogsbydancer.com/",
telephone: "+1-980-223-9631",
address: {
@type: "PostalAddress",
streetAddress: "2101 39th St NW",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.918905099999996,
longitude: -77.07688329999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Dog Training, New puppy owners, dog owners with behavioral challenges, DC residents seeking personalized obedience training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Levels"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On and Off-Leash Expertise"
}
],
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.