Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Arbor CPR",
description: "Arbor CPR is a CPR and first aid training provider located in Henderson, Nevada. They offer certification courses in cardiopulmonary resuscitation (CPR), first aid, and related emergency response skills for individuals and organizations. Their programs are designed to equip participants with life-saving techniques and the confidence to respond effectively in medical emergencies.",
telephone: "+1-774-249-4738",
address: {
@type: "PostalAddress",
streetAddress: "425 E Rolly St",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89011",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.059939199999995,
longitude: -114.99796159999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Henderson, Nevada and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Healthcare workers, teachers, childcare providers, workplace safety coordinators, parents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hands-On Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Certification Focus"
}
],
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.