Structured Data

    Two Paws Up Kennels

    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: "Two Paws Up Kennels",
      description: "Two Paws Up Kennels is a pet boarding facility in Arvada offering safe, comfortable lodging for dogs and cats. The facility provides supervised care with outdoor play areas and flexible boarding options for short and extended stays. They specialize in making pets feel at home while giving owners peace of mind.",
      url: "http://twopawsupkennel.com/",
      telephone: "+1-303-423-0044",
      address: {
        @type: "PostalAddress",
        streetAddress: "7155 Independence St",
        addressLocality: "Arvada",
        addressRegion: "CO",
        postalCode: "80004",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 39.8261865,
        longitude: -105.1052458
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "37",
        bestRating: "5"
      },
      areaServed: "Arvada and surrounding Denver metro areas",
      knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, multi-pet households, owners seeking supervised boarding with outdoor activity",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dog and Cat Boarding"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Outdoor Play Areas"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Flexible Booking"
        }
      ],
      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.