Structured Data

    A Dog’s Best Pal

    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: "A Dog’s Best Pal",
      description: "A Dog's Best Pal is a pet boarding service in Bakersfield that provides safe, comfortable care for dogs while their owners are away. Located on Q Street, they specialize in boarding services designed to keep dogs happy and secure during travel or extended absences. The facility focuses on creating a home-away-from-home experience for canine guests.",
      url: "https://adogsbestpal.com/",
      telephone: "+1-661-699-8514",
      address: {
        @type: "PostalAddress",
        streetAddress: "3701 Q St",
        addressLocality: "Bakersfield",
        addressRegion: "CA",
        postalCode: "93301",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.3929768,
        longitude: -119.0108465
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Bakersfield, CA and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or needing temporary care, Pet owners seeking professional boarding facilities, Bakersfield residents with busy schedules",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Dog Boarding"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Pet Care"
        }
      ],
      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.