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: "San Antonio Dog Training Club",
description: "San Antonio Dog Training Club is an all-volunteer organization founded in 1961 dedicated to teaching dogs to be loving, well-behaved companions through positive training techniques. They offer group classes ranging from puppy socialization and basic manners to advanced agility, scent work, and competitive obedience training, with instruction focused on teaching owners how to train their dogs effectively. The club also hosts AKC obedience and rally trials and provides pathways for those interested in competitive dog sports.",
url: "https://sadtc.org/",
telephone: "+1-210-738-1030",
address: {
@type: "PostalAddress",
streetAddress: "1306 NW 22nd St",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.442117099999997,
longitude: -98.53811379999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "San Antonio, Texas",
knowsAbout: "Dog Training, Dog owners seeking group training classes, puppy owners, competitive dog sport enthusiasts, owners wanting to improve dog behavior and obedience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Volunteer Organization Since 1961"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Competitive Dog Sports Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Positive Training Philosophy"
}
],
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.