A webring. Independent sites pointing at each other, the way it worked before a handful of companies started deciding who gets seen.
Each site points at the next. The circle closes.
Every member puts that badge in their footer. A reader hits the arrow and lands on the next site in the ring. No account, no algorithm, no company in the middle taking a cut or deciding they would rather show them something else.
Same five sites. One of these arrangements has a landlord.
We do not care whether you used AI to make your work. A machine did not decide your piece was finished. You did. What gets you turned down is a site with nobody home behind it, and that is easy to spot.
Free, permanently. No tier, no upgrade, nothing to buy later. You get a listing here with a link search engines follow, and readers arriving from the sites on either side of you.
It lives in your footer, under everything else. That is the whole install.
Write to the desk with your address. I will look at your site myself. Then pick a badge below, swap YOUR-SITE.com for your address, and drop it in your footer.
All of these are plain HTML with inline styles. Nothing loads from us, nothing runs, and none of it breaks if this site disappears. Pick whichever one disappears into your design.
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;border:1px solid;border-radius:99px;padding:.4em 1em">
<a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">←</a>
<a href="https://nicheof.one/noo/" style="color:inherit;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
<a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">→</a>
</nav>
<nav style="display:inline-flex;align-items:center;gap:1.1em;font:inherit">
<a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">←</a>
<a href="https://nicheof.one/noo/" style="color:inherit;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
<a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:inherit;text-decoration:none;opacity:.55">→</a>
</nav>
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;background:#F5F0E6;color:#1a1a1a;border:1px solid #1a1a1a;border-radius:99px;padding:.4em 1em">
<a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#1a1a1a;text-decoration:none;opacity:.55">←</a>
<a href="https://nicheof.one/noo/" style="color:#1a1a1a;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
<a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#1a1a1a;text-decoration:none;opacity:.55">→</a>
</nav>
<nav style="display:inline-flex;align-items:center;gap:1em;font:inherit;background:#121212;color:#f3f2ee;border:1px solid #f3f2ee;border-radius:99px;padding:.4em 1em">
<a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com" style="color:#f3f2ee;text-decoration:none;opacity:.55">←</a>
<a href="https://nicheof.one/noo/" style="color:#f3f2ee;text-decoration:none;font-size:1.3em;line-height:1">⊙</a>
<a href="https://nicheof.one/noo/next?site=YOUR-SITE.com" style="color:#f3f2ee;text-decoration:none;opacity:.55">→</a>
</nav>
Everything above is sized in em, so a badge follows whatever font size it sits in. To pin it yourself, add font-size:14px to the <nav>. Those three are 11, 14 and 19.
Or write it yourself from the bones:
<nav>
<a href="https://nicheof.one/noo/prev?site=YOUR-SITE.com">←</a>
<a href="https://nicheof.one/noo/">⊙</a>
<a href="https://nicheof.one/noo/next?site=YOUR-SITE.com">→</a>
</nav>
Plain HTML. No script, no tracker, nothing that phones home. Leave whenever you want and nothing of yours breaks.