Trust & Proof: Misskey Project – Signal Evidence & AI Readability

Misskey Project

(https://misskey-hub.net) 📸 Data Snapshot: May 24, 2026
Trust & Proof — The Lens

Count trust words (review, testimonial, rating, verified) against real outbound proof links (Google, Trustpilot, Clutch, G2, Yelp). Lots of trust language with zero verification links is trust theatre. Unlinked logo galleries count against it.

Trust & Proof Verifiable evidence vs. Trust Theatre.
16 Impact Weight: 20 / 100
80% Reputation

The site avoids trust theatre almost entirely. There are no unverified ‘As Seen On’ logos or manufactured review carousels; the review_count is at a realistic 0-1 across pages. External validation is primarily provided through a Wikipedia link in the JSON-LD schema and repeated references to the project’s GitHub repository.

Proof density is high, favoring technical documentation over marketing testimonials. The ratio of verifiable technical specifications (PostgreSQL database, Node.js backend, ActivityPub implementation) to vague assertions is roughly 8:1. The existence of a public GitHub repository serves as the ultimate proof path for an open-source claim.

Trust & Proof is read by weighing trust language against real verification. Below is the page-by-page tally of review mentions and external proof links, then the schema markup that may (or may not) declare verifiable ratings and identity proof.

🛡️ Trust Signals — reviews, proof links, trust-theatre check
1Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 0 0
/ja/ 0 0
/en/ 1 0
/id/ 0 0
🔗 Identity & Technical Layer — schema JSON-LD: declared ratings, reviews & identity proof
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://misskey-hub.net/#Organization",
            "name": "Misskey",
            "url": "https://misskey-hub.net/",
            "sameAs": [
                "https://ja.wikipedia.org/wiki/Misskey"
            ],
            "logo": {
                "@type": "ImageObject",
                "url": "https://misskey-hub.net/img/icons/icon-256x256.png"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://misskey-hub.net/#WebPage",
            "name": "【Misskeyプロジェクト公式】Misskey Hub",
            "inLanguage": "ja",
            "url": "https://misskey-hub.net/",
            "publisher": {
                "@type": "Organization",
                "@id": "https://misskey-hub.net/#Organization"
            },
            "headline": "Misskeyオフィシャルサイト Misskey Hub",
            "description": "分散型SNS作成ソフトウェア Misskeyの公式サイト。Misskeyサーバーの作り方やサーバー一覧など、Misskeyに関する情報が満載!"
        }
    ]
}
/ja/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://misskey-hub.net/#Organization",
            "name": "Misskey",
            "url": "https://misskey-hub.net/",
            "sameAs": [
                "https://ja.wikipedia.org/wiki/Misskey"
            ],
            "logo": {
                "@type": "ImageObject",
                "url": "https://misskey-hub.net/img/icons/icon-256x256.png"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://misskey-hub.net/#WebPage",
            "name": "【Misskeyプロジェクト公式】Misskey Hub",
            "inLanguage": "ja",
            "url": "https://misskey-hub.net/ja/",
            "publisher": {
                "@type": "Organization",
                "@id": "https://misskey-hub.net/#Organization"
            },
            "headline": "Misskeyオフィシャルサイト Misskey Hub",
            "description": "分散型SNS作成ソフトウェア Misskeyの公式サイト。Misskeyサーバーの作り方やサーバー一覧など、Misskeyに関する情報が満載!"
        }
    ]
}
/en/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://misskey-hub.net/#Organization",
            "name": "Misskey",
            "url": "https://misskey-hub.net/",
            "sameAs": [
                "https://ja.wikipedia.org/wiki/Misskey"
            ],
            "logo": {
                "@type": "ImageObject",
                "url": "https://misskey-hub.net/img/icons/icon-256x256.png"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://misskey-hub.net/#WebPage",
            "name": "Misskey",
            "inLanguage": "en",
            "url": "https://misskey-hub.net/en/",
            "publisher": {
                "@type": "Organization",
                "@id": "https://misskey-hub.net/#Organization"
            },
            "headline": "Misskey Hub – Official website of the Misskey Project",
            "description": "This is the official site for Misskey, a decentralized social networking software. Find out how to get started, a list of servers, and lots more information about Misskey!"
        }
    ]
}
/id/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://misskey-hub.net/#Organization",
            "name": "Misskey",
            "url": "https://misskey-hub.net/",
            "sameAs": [
                "https://ja.wikipedia.org/wiki/Misskey"
            ],
            "logo": {
                "@type": "ImageObject",
                "url": "https://misskey-hub.net/img/icons/icon-256x256.png"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://misskey-hub.net/#WebPage",
            "name": "Misskey",
            "inLanguage": "id",
            "url": "https://misskey-hub.net/id/",
            "publisher": {
                "@type": "Organization",
                "@id": "https://misskey-hub.net/#Organization"
            },
            "headline": "Misskey Hub – Situs web resmi Proyek Misskey",
            "description": "Situs web resmi Misskey, sebuah perangkat lunak jejaring sosial yang terdesentralisasi. Temukan cara untuk memulai, daftar peladen, dan informasi lebih lanjut tentang Misskey!"
        }
    ]
}