Structured Data

    The Island Dog Academy

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "The Island Dog Academy",
      description: "The Island Dog Academy in Clearwater specializes in professional dog training services for pet owners throughout the Tampa Bay area. They offer comprehensive training programs designed to address behavioral issues and build obedience skills in dogs of all ages. With a focus on personalized instruction, they help dogs and their owners develop strong, positive relationships.",
      telephone: "+1-813-613-4971",
      address: {
        @type: "PostalAddress",
        streetAddress: "#590",
        addressLocality: "Clearwater",
        addressRegion: "FL",
        postalCode: "33759",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.981177499999998,
        longitude: -82.71114870000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "8",
        bestRating: "5"
      },
      areaServed: "Clearwater and surrounding Tampa Bay area",
      knowsAbout: "Dog Training, Dog owners seeking behavior modification, families with puppies needing obedience training, pet owners addressing specific behavioral challenges",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Training Programs"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All-Ages Experience"
        }
      ],
      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.