Structured Data

    Richardson Veterinary Clinic

    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: "Richardson Veterinary Clinic",
      description: "Richardson Veterinary Hospital provides comprehensive medical care for pets with a focus on personal attention and preventive health. Located in Richardson, the clinic is dedicated to keeping pets healthy and comfortable through quality veterinary services, recognizing the special bond between pets and their families.",
      url: "http://richardsonvet.com/",
      telephone: "+1-972-235-4509",
      address: {
        @type: "PostalAddress",
        streetAddress: "733 S Floyd Rd",
        addressLocality: "Richardson",
        addressRegion: "TX",
        postalCode: "75080",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.9431144,
        longitude: -96.7436829
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "128",
        bestRating: "5"
      },
      areaServed: "Richardson and surrounding areas",
      knowsAbout: "Veterinarians, Pet owners seeking quality veterinary care, families with dogs and cats, pet owners prioritizing preventive health",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Compassionate Care Philosophy"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established 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.