Decentralized Search Partnership Guide: Conceptual Overview

Adaptable Framework – englishtap.com as Example Implementation
June 3, 2026

Support for new partners

Introduction

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 Spectrum

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
Decent Steps

Beacon Keyword Feeding

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:

Support for new partners

Keyword Storage Basics

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.

Search & View Controller

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.

Decent Information flow between partners

Ethos & Best Practices

The system relies on voluntary participation and reciprocity rather than central enforcement. Core principles:

Decent Agreement Respect Partners

Next Steps & FAQs

Common Questions

Decentralization grows through participation. Adapt these concepts to your domain and connect with others in the network.

Conceptual guide – adaptable & modular.
February 13, 2026

Ethos of Decentralised Participation

We are not a centre. We are a commons. Participation is voluntary, reciprocal, and open.

Accessibility

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.

Permissions

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.

Glossary (Draft)