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: "Really Good Pets LLC",
description: "Really Good Pets LLC is a family-owned dog training business in Norman, Oklahoma, serving Norman, Moore, Oklahoma City, and Noble with positive reinforcement-based training programs. They offer multiple training options including in-home training, drop-off programs, puppy training, obedience courses, behavior modification, therapy dog certification, and AKC evaluator services. With certified AKC evaluators on staff, they specialize in solving real-world behavioral issues like doorbell reactivity, distraction management, and multi-pet households.",
url: "https://reallygoodpets.com/",
telephone: "+1-405-353-0015",
address: {
@type: "PostalAddress",
streetAddress: "198 Opportunity Dr",
addressLocality: "Norman",
addressRegion: "OK",
postalCode: "73071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.292598999999996,
longitude: -97.4431097
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "89",
bestRating: "5"
},
areaServed: "Norman, Moore, Oklahoma City, and Noble, Oklahoma",
knowsAbout: "Dog Training, New puppy owners, dogs with behavioral issues, families needing training flexibility, therapy dog handlers, AKC certification seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Training Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "AKC Certified Evaluators"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Program Range"
}
],
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.