E-E-A-T-R Node Application

The Verification Process

To ensure the integrity of the E-E-A-T-R network, every application undergoes a manual audit conducted by the successor. The strategic onboarding and setup involve a direct session with Hanspeter Krüsi.

Important: Before applying, please ensure you meet our Protocol Requirements. Applications that do not meet the technical and expertise standards will not be considered.

Template Examples

Upon approval, you will receive your specific code block:

Option A: Person (for Experts & Coaches)

{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Your Name",
  "identifier": "E-E-A-T-R-NODE-XXX",
  "url": "https://your-domain.ch",
  "sameAs": ["https://e-e-a-t-r.com/nodes/node-xxx.html", "https://github.com/hanspeterkruesi/E-E-A-T-R"],
  "lastVerified": "2026-06-10",
  "knowsAbout": ["Your Expertise 1", "Your Expertise 2"]
}
    

Option B: Organization (for Agencies & Companies)

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Entity Name",
  "identifier": "E-E-A-T-R-NODE-XXX",
  "url": "https://your-domain.ch",
  "sameAs": ["https://e-e-a-t-r.com/nodes/node-xxx.html", "https://github.com/hanspeterkruesi/E-E-A-T-R"],
  "lastVerified": "2026-06-10",
  "verifiedBy": "Hanspeter Krüsi"
}