Decentralized search empowers independent domains to share keyword indexes without relying on central control or single points of failure.
englishtap.com serves as one example implementation, focusing on English-language resources such as local Anglo groups, sheet music, blogs, and classic literature. It demonstrates community-driven indexing through user submissions and keyword feeds.
Key benefits include greater privacy, resilience against censorship, and reciprocity among participants.
Your domain can follow in a similar vein by implementing modular components like beacons for keyword feeding, simple storage, custom search interfaces, and shared ethos principles.
Partnership exists on a spectrum from low-effort passive contribution to full mutual integration. Partners can start at any level and scale up.
| Level | Focus | Key Components | Example in englishtap.com Style |
|---|---|---|---|
| Passive | Feed keywords silently | Silent beacons (hidden tags on pages) | Contribute to shared index with minimal effort |
| Active | Collect and use keywords for own search | Beacon capture (silent/active), custom search endpoint | Reciprocal discovery; targeted results on own site |
| Full | Mutual integration & reciprocity | All above + ethos-aligned feeds, directory listings | Stronger network standing through mutual sharing |
Beacons are lightweight mechanisms (e.g., URL calls or embedded tags) that transmit keywords from a page to a receiving endpoint for indexing.
Three modes help distinguish use cases:
<img src="yourdomain.com/beacon?keywords=tag1,tag2" style="display:none;">
<a href="yourdomain.com/beacon?keywords=tag1,tag2&active=1">Test Feed</a>
Store keywords efficiently linked to specific pages. Use a relational database with:
SQL Hint: Prevent duplicates and handle increments with:
INSERT INTO page_keywords (page_url, keyword)
VALUES ('https://example.com/page', 'dover')
ON DUPLICATE KEY UPDATE count = count + 1;
Make the unique constraint a composite key on (page_url + keyword).
Advanced Tip: Create hyphenated compound keywords (e.g., "white-pages", "sheet-music-free", "local-anglo-group") to enable precise, low-competition search results from fewer terms. This technique yields more targeted indexing and discovery.
Active and full partners should implement their own search interface (e.g., /search page) supporting modes like:
A central "view controller" hub (adaptable example: /decent path) provides navigation for:
Beacons act as silent messengers between partners → tables as storage reservoirs → search as the output flow.
The system relies on voluntary participation and reciprocity rather than central enforcement. Core principles:
Conceptual guide – adaptable & modular.
February 13, 2026
We are not a centre. We are a commons. Participation is voluntary, reciprocal, and open.
Open pathways: Anything shared in a URLSET feed without credentials is open to all.
Private pathways: Exchanges requiring explicit consent between two domains remain private.
Reciprocity pathways: Sites that contribute feeds gain stronger standing in the network.
Open does not mean uncontrolled. It means shared without barriers, but with respect for reciprocity.
Private exchanges are only established when two partners agree. No central authority enforces this — it is a mutual understanding.