Structured Data

    The Colony Animal 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: "The Colony Animal Clinic",
      description: "The Colony Animal Clinic is a full-service veterinary hospital in The Colony, Texas, providing comprehensive care for dogs, cats, and other pets. Their experienced veterinary team offers preventive care, vaccinations, surgical procedures, dental cleanings, and treatment for acute and chronic conditions. They are committed to making pet healthcare accessible and building lasting relationships with their patients and their families.",
      url: "http://www.thecolonyanimalclinic.com/",
      telephone: "+1-972-370-5220",
      address: {
        @type: "PostalAddress",
        streetAddress: "5906 Paige Rd",
        addressLocality: "The Colony",
        addressRegion: "TX",
        postalCode: "75056",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.087558699999995,
        longitude: -96.87609379999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "267",
        bestRating: "5"
      },
      areaServed: "The Colony and surrounding areas in North Texas",
      knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families with dogs and cats, pet owners needing surgical procedures and dental cleaning",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Hospital"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Veterinary Team"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.