Structured Data

    Mutts for Martins

    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: "Mutts for Martins",
      description: "Mutts for Martins is a pet-boarding facility in Harrisonburg, VA that provides care for dogs while their owners are away. Located at 463 Collicello St, this locally-owned business focuses on providing a safe and comfortable environment for canine guests. They are dedicated to ensuring pets receive proper attention and care during their stay.",
      telephone: "+1-540-282-1419",
      address: {
        @type: "PostalAddress",
        streetAddress: "463 Collicello St",
        addressLocality: "Harrisonburg",
        addressRegion: "VA",
        postalCode: "22802",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.4546845,
        longitude: -78.87048
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "3",
        bestRating: "5"
      },
      areaServed: "Harrisonburg, VA and surrounding areas",
      knowsAbout: "Pet Boarding & Daycare, Local dog owners, Vacation travelers, Business travelers needing reliable pet care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Community-Focused"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dedicated Dog Care"
        }
      ],
      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.