Structured Data

    Dog Day Afternoon

    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 Day Afternoon",
      description: "Dog Day Afternoon is a pet boarding and daycare facility in Orlando specializing in safe, supervised care for dogs. They offer overnight boarding, doggy daycare, and grooming services with webcam access so owners can check in on their pets remotely. The facility provides outdoor play areas and individualized attention to ensure dogs stay happy and comfortable while their owners are away.",
      url: "http://www.dogdayafternoon.net/",
      telephone: "+1-407-835-9200",
      address: {
        @type: "PostalAddress",
        streetAddress: "1015 Sligh Blvd",
        addressLocality: "Orlando",
        addressRegion: "FL",
        postalCode: "32806",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 28.529404999999997,
        longitude: -81.3815365
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "244",
        bestRating: "5"
      },
      areaServed: "Orlando, FL and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Working dog owners, travelers, dogs needing socialization, busy professionals",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Webcam Access"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Outdoor Play Areas"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Grooming Services On-Site"
        }
      ],
      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.