Structured Data

    Liberty Bark

    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: "Liberty Bark",
      description: "Liberty Bark is a pet care facility in Jersey City offering dog boarding, daycare, and grooming services. With a 4.9-star rating from customers, they provide a safe, supervised environment for dogs with trained staff monitoring their care and socialization throughout the day.",
      url: "https://libertybark.net/",
      telephone: "+1-201-478-7614",
      address: {
        @type: "PostalAddress",
        streetAddress: "144 1st St",
        addressLocality: "Jersey City",
        addressRegion: "NJ",
        postalCode: "07302",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.7216136,
        longitude: -74.0394757
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "68",
        bestRating: "5"
      },
      areaServed: "Jersey City and surrounding Hudson County, NJ",
      knowsAbout: "Pet Boarding & Daycare, Working dog owners, travelers needing overnight boarding, pet parents seeking daycare and grooming services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Staff"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Multiple Services"
        }
      ],
      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.