Structured Data

    5 Star Doggy Inn

    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: "5 Star Doggy Inn",
      description: "5 Star Doggy Inn is a pet boarding facility in Inglewood that provides overnight boarding and daycare services for dogs. The facility offers a safe, comfortable environment for pets while their owners are away, with trained staff dedicated to pet care and comfort. They specialize in making dogs feel at home with quality accommodations and attentive supervision.",
      url: "http://www.5stardoggyinn.com/",
      telephone: "+1-310-670-5200",
      address: {
        @type: "PostalAddress",
        streetAddress: "519 Hindry Ave",
        addressLocality: "Inglewood",
        addressRegion: "CA",
        postalCode: "90301",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.9568412,
        longitude: -118.3740629
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "35",
        bestRating: "5"
      },
      areaServed: "Inglewood and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or working long hours, pet owners needing vacation care, dogs requiring socialization",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Overnight Boarding"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Daycare Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Inglewood Location"
        }
      ],
      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.