Structured Data

    Down South Dog Grooming

    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: "Down South Dog Grooming",
      description: "Down South Dog Grooming is a dedicated pet care facility in Cary specializing in professional dog grooming services. They offer comprehensive grooming for all dog breeds and sizes, using an online appointment booking system for convenient scheduling. Their experienced groomers focus on delivering high-quality grooming that keeps dogs looking and feeling their best.",
      url: "https://downsouthdoggrooming.myonlineappointment.com/",
      telephone: "+1-919-234-1650",
      address: {
        @type: "PostalAddress",
        streetAddress: "124b SW Maynard Rd",
        addressLocality: "Cary",
        addressRegion: "NC",
        postalCode: "27511",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.771664099999995,
        longitude: -78.7846888
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "16",
        bestRating: "5"
      },
      areaServed: "Cary, NC and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners seeking professional grooming services, families with multiple dogs, owners of specialty breeds requiring experienced handling",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Online Appointment Booking"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All Breeds Welcome"
        }
      ],
      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.