Structured Data

    Pawsville

    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: "Pawsville",
      description: "Pawsville is a pet care facility in Charlottesville offering dog grooming and boarding services. The business provides professional grooming and a safe, comfortable environment for pets while their owners are away. With years of experience in pet care, Pawsville focuses on keeping animals clean, healthy, and happy during their stay.",
      telephone: "+1-434-295-7297",
      address: {
        @type: "PostalAddress",
        streetAddress: "3048 Berkmar Dr",
        addressLocality: "Charlottesville",
        addressRegion: "VA",
        postalCode: "22901",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.0824131,
        longitude: -78.4783904
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "29",
        bestRating: "5"
      },
      areaServed: "Charlottesville, VA and surrounding areas",
      knowsAbout: "Dog Grooming, Dog owners needing grooming services, Pet owners traveling or needing boarding, Families with multiple pets",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Combined Grooming & Boarding"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Pet Care Staff"
        }
      ],
      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.