Structured Data

    Dog Owner's Academy

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Dog Owner's Academy",
      description: "Dog Owner's Academy is a Charlotte-based dog training company with over 17 years of experience helping families and their dogs through customized, in-home training programs. They specialize in addressing behavior problems like aggression, separation anxiety, excessive barking, jumping, and reactivity while teaching owners how to reinforce training at home. Their approach focuses on preserving each dog's personality while creating well-behaved companions that can join families in more activities.",
      url: "https://www.dogownersacademy.com/",
      telephone: "+1-844-864-3647",
      address: {
        @type: "PostalAddress",
        streetAddress: "1111 Central Ave",
        addressLocality: "Charlotte",
        addressRegion: "NC",
        postalCode: "28204",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.2216826,
        longitude: -80.8189354
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "104",
        bestRating: "5"
      },
      areaServed: "Charlotte, NC and surrounding areas",
      knowsAbout: "Dog Training, Dog owners with behavioral challenges, rescue dog families, reactive or anxious dogs, owners seeking ongoing support",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "In-Home Training Approach"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Owner Education & Lifetime Support"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Fully Customized Programs"
        }
      ],
      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.