Structured Data

    Bark of the Town

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Bark of the Town",
      description: "Bark of the Town is a pet boarding facility in Oklahoma City offering overnight boarding and daycare services for dogs and cats. The business provides a safe, supervised environment for pets when their owners are away or at work, with amenities designed to keep animals comfortable and engaged. They focus on personalized care and attention to each pet's individual needs.",
      url: "http://www.barkofthetownokc.com/",
      telephone: "+1-405-842-1515",
      address: {
        @type: "PostalAddress",
        streetAddress: "1020 NW 67th St",
        addressLocality: "Oklahoma City",
        addressRegion: "OK",
        postalCode: "73116",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.5402595,
        longitude: -97.52783140000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "66",
        bestRating: "5"
      },
      areaServed: "Oklahoma City and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or working long hours, multi-pet households, dogs needing socialization and supervision",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dog and Cat Boarding"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Daycare Services"
        }
      ],
      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.