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: "Dogs We Trust - Dog Training",
description: "Dogs We Trust is a full-service dog training facility in Mableton offering personalized training programs, boarding, and doggy day camp. Led by experienced trainers with over 20 years combined experience, they specialize in customized training plans tailored to each dog's unique needs and personality. Their approach focuses on helping dogs learn to function confidently in family and social settings, with a philosophy that emphasizes patience, safety, and building trust between dogs and their owners.",
url: "https://www.dogswetrust.com/",
telephone: "+1-470-390-0450",
address: {
@type: "PostalAddress",
streetAddress: "5701 Mableton Pkwy SW Suite 216",
addressLocality: "Mableton",
addressRegion: "GA",
postalCode: "30126",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.8150899,
longitude: -84.5724366
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Mableton and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking behavioral improvement, puppy owners, families needing boarding or day camp services, dogs with specific training needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "20+ Years of Combined Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Service Facility"
}
],
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.