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: "Capitol Canine Club",
description: "Capitol Canine Club is a dog training facility in McLean, VA offering obedience training and behavior modification services for dogs of all ages. With a focus on positive reinforcement methods, they help owners develop stronger relationships with their dogs through structured training programs.",
url: "http://www.capitolcanineclub.com/",
telephone: "+1-703-356-5582",
address: {
@type: "PostalAddress",
streetAddress: "6719 Lowell Ave",
addressLocality: "McLean",
addressRegion: "VA",
postalCode: "22101",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.932170299999996,
longitude: -77.176615
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "8",
bestRating: "5"
},
areaServed: "McLean, Virginia and surrounding Northern Virginia communities",
knowsAbout: "Dog Training, First-time dog owners, dogs with behavioral issues, owners seeking professional obedience training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Positive Reinforcement Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages Welcome"
}
],
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.