Structured Data

    The PARC

    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: "The PARC",
      description: "The PARC is a full-service veterinary hospital in Fort Worth offering comprehensive pet care including wellness exams, surgical services, dental care, pharmacy, and boarding facilities. Their experienced veterinary team provides preventive care, diagnostics, and treatment for dogs, cats, and other pets, with a focus on personalized medicine and patient comfort.",
      url: "https://theparcvet.com/",
      telephone: "+1-817-731-3733",
      address: {
        @type: "PostalAddress",
        streetAddress: "4801 West Fwy",
        addressLocality: "Fort Worth",
        addressRegion: "TX",
        postalCode: "76107",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7322567,
        longitude: -97.39215089999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "2216",
        bestRating: "5"
      },
      areaServed: "Fort Worth and surrounding areas",
      knowsAbout: "Veterinarians, Dog and cat owners seeking comprehensive veterinary care, pet owners needing surgical services, families requiring boarding facilities, pets needing specialized dental care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Facility"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Care"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Boarding Services"
        }
      ],
      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.