Structured Data

    Snoopy's Dog House

    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: "Snoopy's Dog House",
      description: "Snoopy's Dog House is a locally owned and operated full-service dog grooming shop in Boise that treats pets like family. Founded in honor of the owner's beloved basset hound, Snoopy, they offer everything from nail trims to full haircuts and specialty grooming services. They're currently accepting new clients and provide walk-in nail trim services Monday through Saturday.",
      url: "https://www.snoopysgroom.com/",
      telephone: "+1-208-570-0109",
      address: {
        @type: "PostalAddress",
        streetAddress: "6029 W Franklin St",
        addressLocality: "Boise",
        addressRegion: "ID",
        postalCode: "83709",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 43.603150199999995,
        longitude: -116.256449
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "146",
        bestRating: "5"
      },
      areaServed: "Boise, ID and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners seeking convenient, professional grooming, pet parents wanting walk-in nail trim services, families treating their pets as family members",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Walk-In Nail Trim Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Grooming"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Currently Accepting New Clients"
        }
      ],
      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.