Structured Data

    Our Pet Vets

    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: "Our Pet Vets",
      description: "Our Pet Vets is a full-service veterinary clinic in San Diego offering comprehensive pet healthcare including wellness exams, vaccinations, surgical procedures, dental care, and emergency services. The experienced veterinary team provides personalized care for dogs, cats, and other pets, focusing on preventive medicine and treating acute and chronic conditions. They combine modern medical facilities with a compassionate approach to keep pets healthy throughout their lives.",
      url: "https://www.ourpetvets.com/",
      telephone: "+1-619-225-8000",
      address: {
        @type: "PostalAddress",
        streetAddress: "1270 Scott St",
        addressLocality: "San Diego",
        addressRegion: "CA",
        postalCode: "92106",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7230286,
        longitude: -117.22919579999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.4",
        reviewCount: "146",
        bestRating: "5"
      },
      areaServed: "San Diego and surrounding areas",
      knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing emergency pet services, pet parents interested in preventive wellness and surgical options",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "On-Site Surgery & Dental"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Emergency & After-Hours Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Preventive Wellness Focus"
        }
      ],
      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.