Structured Data

    Dog Days

    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 Days",
      description: "Dog Days is a cage-free pet care facility in Portland offering supervised daycare, overnight boarding, and interactive play in a modern, home-like environment. They focus on socialization, exercise, and individual attention for dogs of all ages, with a commitment to providing a safe and healthy space. The facility operates with flexible reservation options and mobile app booking through their customer portal.",
      url: "http://www.dogdaysportland.com/",
      telephone: "+1-503-894-9950",
      address: {
        @type: "PostalAddress",
        streetAddress: "2215 SE Division St",
        addressLocality: "Portland",
        addressRegion: "OR",
        postalCode: "97202",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.505041899999995,
        longitude: -122.64328450000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "93",
        bestRating: "5"
      },
      areaServed: "Portland, OR and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Dog owners needing daycare or boarding, dogs requiring socialization and exercise, busy professionals, dogs with high energy levels",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Cage-Free Facility"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Supervised Interactive Play"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Online Booking System"
        }
      ],
      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.