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: "Devoted Dog Training",
description: "Devoted Dog Training offers professional dog training services in Oakland, CA, specializing in obedience training, behavior modification, and puppy classes. The business provides personalized training programs to help dogs and their owners build strong relationships through positive reinforcement methods. They work with dogs of all ages and temperaments to address behavioral challenges and develop good habits.",
url: "http://www.devoted-dog.com/",
telephone: "+1-925-800-3647",
address: {
@type: "PostalAddress",
streetAddress: "Perkins St",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94610",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8090191,
longitude: -122.2561144
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Oakland, CA and surrounding areas",
knowsAbout: "Dog Training, New puppy owners, dogs with behavioral issues, owners seeking obedience training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@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.