Structured Data

    K. J. Paws

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "K. J. Paws",
      description: "K. J. Paws is a pet care service in Sacramento specializing in dog grooming. With a 4.5-star rating from customers, they provide professional grooming services to keep dogs healthy and well-maintained. Located on 57th Street, they serve the Sacramento area with dedicated pet care expertise.",
      telephone: "+1-916-455-7297",
      address: {
        @type: "PostalAddress",
        streetAddress: "920 57th St",
        addressLocality: "Sacramento",
        addressRegion: "CA",
        postalCode: "95819",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.565267500000004,
        longitude: -121.43367939999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "34",
        bestRating: "5"
      },
      areaServed: "Sacramento, CA and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet parents wanting regular maintenance services, owners of breeds needing specialized coat care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Dog Grooming"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Business"
        }
      ],
      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.