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: "CactusK9Training LLC",
description: "CactusK9 Training LLC offers comprehensive dog training and pet sitting services in Las Vegas, specializing in puppy training, obedience, behavioral problem solving, and socialization. They provide both individual and group training sessions using positive reinforcement techniques, covering everything from basic commands and leash training to potty training, crate training, and grooming desensitization. Their team creates a nurturing environment designed to help puppies and dogs build confidence and good behavior habits.",
url: "https://cactusk9training.com/",
telephone: "+1-949-742-4602",
address: {
@type: "PostalAddress",
streetAddress: "101 Hyacinth Ln",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1736985,
longitude: -115.17876740000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Dog Training, New puppy owners, families seeking obedience training, owners addressing behavioral issues, dog socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Positive Reinforcement Methods"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Training Options"
}
],
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.