Structured Data

    Mission Pet Hospital

    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: "Mission Pet Hospital",
      description: "Mission Pet Hospital is a full-service veterinary clinic in San Francisco's Mission District offering comprehensive care for dogs, cats, and other pets. The hospital provides preventive wellness exams, vaccinations, surgical procedures, dental care, and emergency services with experienced veterinarians and a compassionate staff. They focus on personalized medicine and building long-term relationships with pet owners to keep their animals healthy throughout their lives.",
      url: "http://www.missionpet.com/",
      telephone: "+1-415-552-1969",
      address: {
        @type: "PostalAddress",
        streetAddress: "720 Valencia St",
        addressLocality: "San Francisco",
        addressRegion: "CA",
        postalCode: "94110",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.7612875,
        longitude: -122.42178810000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "399",
        bestRating: "5"
      },
      areaServed: "San Francisco and surrounding Bay Area communities",
      knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families with multiple pets, owners needing surgical or dental procedures, emergency pet care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Surgery & Dental"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency & After-Hours Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community-Focused Practice"
        }
      ],
      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.