Trust & Proof: Jekyll – Signal Evidence & AI Readability

Jekyll

(https://jekyllrb.com) 📸 Data Snapshot: May 27, 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.
13 Impact Weight: 20 / 100
65% Reputation

The site receives a minor penalty for trust theatre flags because it lists a review_count of 1 on internal pages without providing a direct link to a verified third-party review platform. However, it compensates with ‘functional proof’—providing the actual code needed to run the software and a decade-long news archive of releases, which acts as a historical proof path.

Proof density is extremely high. The ratio of verifiable evidence (code, version numbers, integration lists, release dates) to vague assertions is near 1:1. The News page alone contains over 100 dated entries of technical releases, providing a massive trail of project activity.

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
2Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 0 0
/docs/ 1 0
/resources/ 1 0
/news/ 0 0
🔗 Identity & Technical Layer — schema JSON-LD: declared ratings, reviews & identity proof
Homepage schema
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "description": "Transform your plain text into static websites and blogs",
    "headline": "Jekyll • Simple, blog-aware, static sites",
    "image": "https://jekyllrb.com/img/jekyll-og.png",
    "name": "Jekyll • Simple, blog-aware, static sites",
    "publisher": {
        "@type": "Organization",
        "logo": {
            "@type": "ImageObject",
            "url": "https://jekyllrb.com/img/logo-2x.png"
        }
    },
    "url": "https://jekyllrb.com/"
}
/docs/
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "dateModified": "2026-04-22T07:50:06-07:00",
    "datePublished": "2026-04-22T07:50:06-07:00",
    "description": "Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more.",
    "headline": "Quickstart",
    "image": "https://jekyllrb.com/img/jekyll-og.png",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://jekyllrb.com/docs/"
    },
    "publisher": {
        "@type": "Organization",
        "logo": {
            "@type": "ImageObject",
            "url": "https://jekyllrb.com/img/logo-2x.png"
        }
    },
    "url": "https://jekyllrb.com/docs/"
}
/resources/
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "description": "Transform your plain text into static websites and blogs",
    "headline": "Resources",
    "image": "https://jekyllrb.com/img/jekyll-og.png",
    "publisher": {
        "@type": "Organization",
        "logo": {
            "@type": "ImageObject",
            "url": "https://jekyllrb.com/img/logo-2x.png"
        }
    },
    "url": "https://jekyllrb.com/resources/"
}
/news/
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "author": {
        "@type": "Person",
        "name": "all"
    },
    "description": "Transform your plain text into static websites and blogs",
    "headline": "News",
    "image": "https://jekyllrb.com/img/jekyll-og.png",
    "publisher": {
        "@type": "Organization",
        "logo": {
            "@type": "ImageObject",
            "url": "https://jekyllrb.com/img/logo-2x.png"
        },
        "name": "all"
    },
    "url": "https://jekyllrb.com/news/"
}