Structured Data

    One Lucky Pup

    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: "One Lucky Pup",
      description: "One Lucky Pup is a pet boarding facility in Charlotte that provides overnight boarding and daycare services for dogs and cats. The facility offers a safe, comfortable environment for pets while their owners are away, with experienced staff trained in pet care and handling.",
      url: "http://www.oneluckypup.com/",
      telephone: "+1-704-494-8476",
      address: {
        @type: "PostalAddress",
        streetAddress: "11607 Reames Rd",
        addressLocality: "Charlotte",
        addressRegion: "NC",
        postalCode: "28269",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.346421,
        longitude: -80.82676479999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "274",
        bestRating: "5"
      },
      areaServed: "Charlotte, NC and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for work or vacation, busy professionals needing doggy daycare, cat owners seeking reliable boarding",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dogs and Cats Welcome"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Overnight and Daycare Options"
        }
      ],
      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.