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: "Richmond Dog Obedience Club",
description: "Richmond Dog Obedience Club (RDOC) is a member-based training organization offering group classes for dogs of all levels, from puppy basics to advanced competition training. Their curriculum includes Manners Classes (basic obedience and foundation skills), Specialty Classes (tricks, confidence-building, and advanced concepts), and Sport Classes (competition-focused training). RDOC focuses on building the human-animal bond through structured, progressive training that provides mental stimulation and strengthens dogs' confidence.",
url: "https://www.rdoc.org/training",
telephone: "+1-804-278-9032",
address: {
@type: "PostalAddress",
streetAddress: "2004 Tomlynn St",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5779473,
longitude: -77.48060559999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Richmond, Virginia",
knowsAbout: "Dog Training, Dog owners seeking structured group training, competition enthusiasts, puppy owners wanting foundational classes, owners wanting to advance beyond basic obedience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Progressive Class Structure"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Member-Based Community"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Training Focus Areas"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.