Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Twin Falls Humane Society",
description: "Twin Falls Humane Society is a local government-affiliated animal shelter and pet care facility dedicated to animal welfare and community education. They provide pet adoption services, temporary pet boarding, and work to connect animals in need with caring families. The organization also offers veterinary services and promotes responsible pet ownership through community programs.",
url: "http://people4pets.com/",
telephone: "+1-208-736-2299",
address: {
@type: "PostalAddress",
streetAddress: "420 Victory Ave",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5570885,
longitude: -114.48831279999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "168",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding communities",
knowsAbout: "Pet Boarding & Daycare, Pet adopters, animal rescue supporters, families seeking to give animals a second chance, pet owners needing temporary boarding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Adoption Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Government Partnership"
}
],
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.