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: "ASPCA Adoption Center",
description: "The ASPCA Adoption Center in Manhattan is a nonprofit animal shelter dedicated to rescuing, caring for, and rehoming dogs, cats, and other animals in need. Located on the Upper East Side, the center provides comprehensive veterinary care, behavioral assessments, and adoption services to help match animals with loving families. As part of the American Society for the Prevention of Cruelty to Animals, they combine rescue operations with community education to prevent animal abuse and neglect.",
url: "http://www.aspca.org/adopt",
telephone: "+1-212-876-7700",
address: {
@type: "PostalAddress",
streetAddress: "424 E 92nd St",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7801052,
longitude: -73.94563800000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "2388",
bestRating: "5"
},
areaServed: "New York City and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Families and individuals seeking to adopt rescue animals, people looking for vetted and health-screened pets, animal lovers wanting to support nonprofit rescue work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Veterinary Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Nonprofit Mission"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Large Selection of Animals"
}
],
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.