Skip to content
https://github.blog

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
88
GRADE
B
FIX
0
REVIEW
3
PASS
2
INFO
0
Checks
5
2 PASS 3 REVIEW
B
Structured Data
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing required property "name" for Person
The "name" property is required for the Person schema type.
Warning::
Missing required property "name" for Person
The "name" property is required for the Person schema type.
Info::
Missing recommended property "url" for Person
Adding "url" can improve how search engines display your content.
Info::
Missing recommended property "url" for Person
Adding "url" can improve how search engines display your content.
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
3 JSON-LD blocks found

The "name" property is required for the Person schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

The "name" property is required for the Person schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

Adding "url" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

Adding "url" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

JSON-LD Blocks

Block 1 : Person
8 properties Valid
Missing required property: name
{
  "@context": "https:\/\/schema.org",
  "headline": "Home",
  "author": {
    "@type": "Person",
    "name": ""
  },
  "datePublished": "2024-07-23T05:50:32-07:00",
  "abstract": "Latest Engineering Spotlight Featured playlists Explore GitHub Universe 2025 Learn about GitHub Copilot Stay informed with The Download Explore GitHub Copilot for Beginners News & insights",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https:\/\/github.blog\/"
  },
  "image": "https:\/\/github.blog\/wp-content\/uploads\/2024\/07\/github-logo.png?resize=150%2C150",
  "@type": "TechArticle"
}
Block 2 : Person
8 properties Valid
Missing required property: name
{
  "@context": "https:\/\/schema.org",
  "headline": "Home",
  "author": {
    "@type": "Person",
    "name": ""
  },
  "datePublished": "2024-07-23T05:50:32-07:00",
  "abstract": "Latest Engineering Spotlight Featured playlists Explore GitHub Universe 2025 Learn about GitHub Copilot Stay informed with The Download Explore GitHub Copilot for Beginners News & insights",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https:\/\/github.blog\/"
  },
  "image": "https:\/\/github.blog\/wp-content\/uploads\/2024\/07\/github-logo.png?resize=150%2C150",
  "@type": "BlogPosting"
}
Block 3 : WebPage
2 properties Valid
{
  "@context": "https:\/\/schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https:\/\/github.blog\/",
      "url": "https:\/\/github.blog\/",
      "name": "Home - The GitHub Blog",
      "isPartOf": {
        "@id": "https:\/\/github.blog\/#website"
      },
      "primaryImageOfPage": {
        "@id": "https:\/\/github.blog\/#primaryimage"
      },
      "image": {
        "@id": "https:\/\/github.blog\/#primaryimage"
      },
      "thumbnailUrl": "https:\/\/github.blog\/wp-content\/uploads\/2024\/07\/github-logo.png?fit=585%2C368",
      "datePublished": "2024-07-23T12:50:32+00:00",
      "dateModified": "2026-03-04T18:16:29+00:00",
      "description": "Updates, ideas, and inspiration from GitHub to help developers build and design software.",
      "breadcrumb": {
        "@id": "https:\/\/github.blog\/#breadcrumb"
      },
      "inLanguage": "en-US",
      "potentialAction": [
        {
          "@type": "ReadAction",
          "target": [
            "https:\/\/github.blog\/"
          ]
        }
      ]
    },
    {
      "@type": "ImageObject",
      "inLanguage": "en-US",
      "@id": "https:\/\/github.blog\/#primaryimage",
      "url": "https:\/\/github.blog\/wp-content\/uploads\/2024\/07\/github-logo.png?fit=585%2C368",
      "contentUrl": "https:\/\/github.blog\/wp-content\/uploads\/2024\/07\/github-logo.png?fit=585%2C368",
      "width": 585,
      "height": 368
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https:\/\/github.blog\/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https:\/\/github.blog\/#website",
      "url": "https:\/\/github.blog\/",
      "name": "The GitHub Blog",
      "description": "Updates, ideas, and inspiration from GitHub to help developers build and design software.",
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https:\/\/github.blog\/?s={search_term_string}"
          },
          "query-input": {
            "@type": "PropertyValueSpecification",
            "valueRequired": true,
            "valueName": "search_term_string"
          }
        }
      ],
      "inLanguage": "en-US"
    }
  ]
}
C
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

C

59/100

Site name appears as

Page titleGitHub icon
og:site_nameThe GitHub Blog
twitter:site
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
  • No Organization schema — Google can't render your logo in the knowledge panel
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Critical::
og:image is not reachable
The og:image URL could not be fetched. Social platforms won't be able to display it.
Got: https://github.blog/wp-content/uploads/2024/07/github-logo.png
Info::
og:title is short (4 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 4 chars Expected: 25–60 chars
URL: https://github.blog/wp-content/uploads/2024/07/github-logo.png

The og:image URL could not be fetched. Social platforms won't be able to display it.

Why this matters

An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.

Learn more

Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.

Source: Open Graph Protocol / Facebook Sharing Debugger

URL: 4 chars

Ideal length is 25–60 characters for social sharing previews.

Expected: 25–60 chars
Why this matters

og:title very short — may render with awkward whitespace in social cards.

Source: Open Graph Protocol

Preview

github.blog

Home

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Preview quality · Twitter/X A · 85/100
  • twitter:card — summary_large_image
  • twitter:title — falling back from og:title
  • twitter:description — falling back from og:description
  • twitter:image — falling back from og:image

GITHUB.BLOG

Home

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Preview quality · Facebook A+ · 100/100
  • og:title — Home
  • og:description — Updates, ideas, and inspiration from GitHub to help developers build and design software.
  • og:image — https://github.blog/wp-content/uploads/2024/07/github-logo.png
  • og:type — website
  • og:url — https://github.blog/
  • og:site_name — The GitHub Blog
  • og:image is below recommended size (585×368)

    → Upload an image ≥1200×630 for the large preview card

Home

github.blog

Preview quality · LinkedIn A+ · 100/100
  • og:title — Home
  • og:description — Updates, ideas, and inspiration from GitHub to help developers build and design software.
  • og:image — https://github.blog/wp-content/uploads/2024/07/github-logo.png

github.blog

Home

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Preview quality · Slack A+ · 100/100
  • og:title — Home
  • og:description — Updates, ideas, and inspiration from GitHub to help developers build and design software.
  • og:image — https://github.blog/wp-content/uploads/2024/07/github-logo.png

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A+ · 96/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback