Structured Data

    Pet Urgent Care

    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: "Pet Urgent Care",
      description: "Pet Urgent Care in Orem provides emergency and urgent veterinary services for dogs, cats, and other pets when your regular veterinarian isn't available. They handle acute injuries, illnesses, and after-hours emergencies with a focus on stabilizing pets and providing immediate care. Their team is equipped to diagnose and treat common urgent conditions without requiring an appointment.",
      url: "http://peturgentcareorem.com/",
      telephone: "+1-801-765-1010",
      address: {
        @type: "PostalAddress",
        streetAddress: "428 W 800 N",
        addressLocality: "Orem",
        addressRegion: "UT",
        postalCode: "84057",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.3133342,
        longitude: -111.70654289999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "2.8",
        reviewCount: "517",
        bestRating: "5"
      },
      areaServed: "Orem, Utah and surrounding communities",
      knowsAbout: "Veterinarians, Pet owners with emergency situations, after-hours pet illnesses or injuries, pets needing immediate care when regular vets are closed",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "24/7 Emergency Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "No Appointment Necessary"
        }
      ],
      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.