Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/site-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ export function SiteFooter() {
<li><Link href="/about">About</Link></li>
<li><Link href="/press">Press &amp; News</Link></li>
<li><Link href="/bot">Bot info</Link></li>
{/* Member of the Profullstack OpenWebring (logicsrc.com/openwebring): the ring reads these links. */}
<li>
<a href="https://rssamplifier.com/ring/profullstack/previous?from=https://crawlproof.com/blog">← previous</a>
{" · "}
<a href="https://rssamplifier.com/ring/profullstack">Profullstack ring</a>
{" · "}
<a href="https://rssamplifier.com/ring/profullstack/next?from=https://crawlproof.com/blog">next →</a>
</li>
</ul>
</div>
<div>
Expand Down
18 changes: 18 additions & 0 deletions public/.well-known/openwebring.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"openwebring": "0.1",
"site": {
"url": "https://crawlproof.com/blog",
"name": "CrawlProof blog",
"lang": "en",
"author": "https://logicsrc.com/.well-known/openprofile.md"
},
"made_by": "both",
"disclosure": "ai-generated",
"rings": [
{
"ring": "https://rssamplifier.com/ring/profullstack",
"slug": "crawlproof-blog"
}
],
"updated": "2026-09-13T09:55:00Z"
}
Loading