feat(meta): add OpenGraph, JSON-LD, security headers for crawler identity

This commit is contained in:
plebeius
2026-03-01 14:26:29 +08:00
parent ca2e024c73
commit 6bc135aa6a
4 changed files with 65 additions and 4 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
{
"short_name": "5chan",
"name": "5chan",
"name": "5chan — Decentralized Imageboard",
"description": "Free, open-source, decentralized imageboard built on the Bitsocial protocol. No servers, no admins — peer-to-peer via IPFS.",
"icons": [
{
"src": "manifest-icon-192x192.png",
@@ -14,5 +15,6 @@
}
],
"start_url": ".",
"display": "standalone"
"display": "standalone",
"categories": ["social", "news"]
}