Federation Network
AI Website Systems is an active member of the Digital Karma Web Federation v6.1. This page documents the federation network this site participates in.
Note: The official federation registry and specification authority is DigitalKarmaWeb.com. AIWebsiteSystems.com is the implementation layer — a member site that applies the federation standards, not the entity that defines or maintains them.
What is the Digital Karma Web Federation?
The Digital Karma Web Federation is a decentralized network of AI-ready websites that implement standardized machine-readable endpoints. The federation is defined and maintained at DigitalKarmaWeb.com. Member sites benefit from:
- Discovery: AI agents can find member sites through the federation network
- Trust: Transparent Digital Karma scoring builds credibility
- Interoperability: Standardized endpoints enable seamless AI-to-AI communication
- Network links: Bidirectional federation relationships between member sites
Learn about federation architecture → | View the official federation spec at DigitalKarmaWeb.com ↗
Network Topology
📊 Interactive federation network graph coming soon
Visualizing bidirectional links and federation relationships
Federation Members
All sites below have implemented Digital Karma Web Federation v6.1 standards.
Standards Authority
Canonical specification source, protocol documentation, and optional registry
Digital Karma Web
digitalkarmaweb.comThe canonical federation standards hub, specification source, validator, and optional registry for the Digital Karma Web Federation.
Implementation Layer
Deployable framework and starter architecture for federation-compatible sites
AI Website Systems
aiwebsitesystems.comA practical, static-first deployment framework for building machine-readable, federation-compatible websites using Digital Karma Web v6.1 standards.
SeedStack Digital Karma
seedstack.digitalkarmasystem.comStarter template and reference implementation for Digital Karma compatible static websites.
🎯 Specialist Sites
Domain-specific implementations and use cases
HarvestHub AI
harvesthub.digitalkarmasystem.comData harvesting and aggregation patterns for AI-powered websites.
Krisada Marketing Strategies
krisada.marketingMarketing and strategy consulting with AI-powered insights and automated reporting.
⏳ Pending Federation Approval
Sites that have submitted for federation membership
Digital Karma WordPress Plugin
wordpress.org/plugins/digital-karmaWordPress plugin to add Digital Karma federation endpoints and scoring.
Joomla Federation Extension
extensions.joomla.orgJoomla extension for exposing federation-compliant AI endpoints.
How to Build a Federation-Compatible Site
To join the federation, you need to build a site that follows the Digital Karma Web v6.1 structure. Use the AIWebsiteSystems.com starter kit and architecture as your implementation guide. For official registration, visit DigitalKarmaWeb.com.
Step 1: Implement the AI Layer
- Create
/ai/manifest.json— site identity, version, endpoints - Create
/ai/health.json— rebuild time, basic metrics - Create
/ai/catalog.json— content and dataset index - Create
/ai/karma.json— Digital Karma trust score - Create
/llm.txt— LLM access policy
Step 2: Add Schema.org Markup
- Implement Organization, WebSite, and WebPage entities using JSON-LD
- Match structured data to actual site content
Step 3: Use the Starter Kit
- Copy from examples/minimal-static-site/
- Follow the endpoint implementation guide
- Deploy to any static host — GitHub Pages, Netlify, Cloudflare Pages
Step 4: Register with the Federation
- The official federation registry is maintained at DigitalKarmaWeb.com
- Follow the registration process defined by the federation authority there
This Site's AI Endpoints
The following machine-readable endpoints are served from AIWebsiteSystems.com as part of its federation membership:
| Endpoint | Description | Format |
|---|---|---|
/ai/manifest.json |
Site identity, version, and endpoint index | JSON |
/ai/health.json |
Last rebuild time and basic site metrics | JSON |
/ai/catalog.json |
Content and dataset index | JSON |
/ai/karma.json |
Digital Karma trust score | JSON |
/ai/federation.json |
Federation membership and network topology | JSON |
/llm.txt |
LLM access policy and endpoint summary | Text |
Build a Federation-Compatible Site
Use the starter kit or explore the architecture to build your own AI-ready, federation-compatible website.