Structured Data

    Blue Ridge Dog

    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: "Blue Ridge Dog",
      description: "Blue Ridge Dog is a full-service dog grooming salon located in downtown Harrisonburg offering professional grooming for dogs of all sizes and coat types. They provide comprehensive grooming services including baths, haircuts, nail trimming, and ear cleaning in a friendly, locally-focused environment. The team is dedicated to making each dog's grooming experience comfortable and stress-free.",
      url: "https://m.facebook.com/blueridgedog/",
      address: {
        @type: "PostalAddress",
        streetAddress: "115 W Water St",
        addressLocality: "Harrisonburg",
        addressRegion: "VA",
        postalCode: "22801",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.4486524,
        longitude: -78.8714569
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "70",
        bestRating: "5"
      },
      areaServed: "Harrisonburg, VA and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet parents with anxious dogs, Multi-dog households",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Downtown Convenience"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All Dogs Welcome"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.