Structured Data

    Happy Camper Pet Lodge

    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: "Happy Camper Pet Lodge",
      description: "Happy Camper Pet Lodge is a pet boarding and daycare facility in Richmond, VA offering safe, reliable, and affordable care for dogs and cats. They provide overnight boarding, doggy daycare, and monthly field trips for pets, creating a fun, supervised environment where animals can stay and play while their owners are away.",
      url: "http://www.happycamperpetlodge.com/",
      telephone: "+1-804-308-8191",
      address: {
        @type: "PostalAddress",
        streetAddress: "7300 Impala Dr",
        addressLocality: "Richmond",
        addressRegion: "VA",
        postalCode: "23228",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.617182199999995,
        longitude: -77.49226759999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "112",
        bestRating: "5"
      },
      areaServed: "Richmond, Virginia and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, dog owners seeking daycare services, pets who benefit from socialization and play",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Monthly Field Trips"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Boarding & Daycare Combined"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.