Skip to content
https://gizmodo.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
D
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
FIX

Brand Presence

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

D

54/100

Site name appears as

Page titleThe Future Is Here
og:site_nameGizmodo
twitter:site@Gizmodo
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes, apple-touch-icon + SVG

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

0/10

no contact info discoverable

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
  • No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions

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

C
Structured Data
Action
1 JSON-LD block(s) found — some improvements recommended.
REVIEW
1 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing required property "headline" for Article
The "headline" property is required for the Article schema type.
Warning::
Missing required property "author" for Article
The "author" property is required for the Article schema type.
Warning::
Missing required property "datePublished" for Article
The "datePublished" property is required for the Article schema type.
Info::
Missing recommended property "image" for Article
Adding "image" can improve how search engines display your content.
Info::
Missing recommended property "publisher" for Article
Adding "publisher" can improve how search engines display your content.
Info::
Missing recommended property "dateModified" for Article
Adding "dateModified" can improve how search engines display your content.

The "headline" property is required for the Article 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 "author" property is required for the Article 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 "datePublished" property is required for the Article 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 "image" 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 "publisher" 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 "dateModified" 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 : Article
2 properties Valid
Missing required property: headline
Missing required property: author
Missing required property: datePublished
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Article",
      "@id": "https://gizmodo.com/#article",
      "isPartOf": {
        "@id": "https://gizmodo.com/"
      },
      "author": {
        "name": "Gizmodo Staff",
        "@id": "https://gizmodo.com/#/schema/person/77a03a3a3135faac3ad406086de4f1d5"
      },
      "headline": "Gizmodo | The Future Is Here",
      "datePublished": "2025-07-03T02:17:38+00:00",
      "dateModified": "2026-04-15T21:01:53+00:00",
      "mainEntityOfPage": {
        "@id": "https://gizmodo.com/"
      },
      "wordCount": 5,
      "publisher": {
        "@id": "https://gizmodo.com/#organization"
      },
      "inLanguage": "en-US"
    },
    {
      "@type": "WebPage",
      "@id": "https://gizmodo.com/",
      "url": "https://gizmodo.com/",
      "name": "Gizmodo | The Future Is Here",
      "isPartOf": {
        "@id": "https://gizmodo.com/#website"
      },
      "about": {
        "@id": "https://gizmodo.com/#organization"
      },
      "datePublished": "2025-07-03T02:17:38+00:00",
      "dateModified": "2026-04-15T21:01:53+00:00",
      "description": "Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for all things tech.",
      "breadcrumb": {
        "@id": "https://gizmodo.com/#breadcrumb"
      },
      "inLanguage": "en-US",
      "potentialAction": [
        {
          "@type": "ReadAction",
          "target": [
            "https://gizmodo.com/"
          ]
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gizmodo.com/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Gizmodo | The Future Is Here"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://gizmodo.com/#website",
      "url": "https://gizmodo.com/",
      "name": "Gizmodo",
      "description": "The Future Is Here",
      "publisher": {
        "@id": "https://gizmodo.com/#organization"
      },
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://gizmodo.com/?s={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      ],
      "inLanguage": "en-US"
    },
    {
      "@type": "Organization",
      "@id": "https://gizmodo.com/#organization",
      "name": "Gizmodo",
      "url": "https://gizmodo.com/",
      "logo": {
        "@type": "ImageObject",
        "inLanguage": "en-US",
        "@id": "https://gizmodo.com/#/schema/logo/image/",
        "url": "https://gizmodo.com/app/uploads/2025/10/gizmodo-identity-696x696-1.jpg",
        "contentUrl": "https://gizmodo.com/app/uploads/2025/10/gizmodo-identity-696x696-1.jpg",
        "width": 696,
        "height": 696,
        "caption": "Gizmodo"
      },
      "image": {
        "@id": "https://gizmodo.com/#/schema/logo/image/"
      },
      "sameAs": [
        "https://www.facebook.com/gizmodo/",
        "https://x.com/Gizmodo"
      ]
    },
    {
      "@type": "Person",
      "@id": "https://gizmodo.com/#/schema/person/77a03a3a3135faac3ad406086de4f1d5",
      "name": "Gizmodo Staff",
      "image": {
        "@type": "ImageObject",
        "inLanguage": "en-US",
        "@id": "https://gizmodo.com/#/schema/person/image/",
        "url": "https://secure.gravatar.com/avatar/7cd0dc096b6152a813dfac73746bc834?s=96&d=mm&r=g",
        "contentUrl": "https://secure.gravatar.com/avatar/7cd0dc096b6152a813dfac73746bc834?s=96&d=mm&r=g",
        "caption": "Gizmodo Staff"
      },
      "url": "https://gizmodo.com/author/gizmodo"
    }
  ]
}
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://gizmodo.com/app/uploads/2025/10/gizmodo-social-1200x675-1.jpg
URL: https://gizmodo.com/app/uploads/2025/10/gizmodo-social-1200x675-1.jpg

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

Preview

gizmodo.com

Gizmodo | The Future Is Here

Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for all things tech.

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

GIZMODO.COM

Gizmodo | The Future Is Here

Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for all things tech.

Preview quality · Facebook A+ · 100/100
  • og:title — Gizmodo | The Future Is Here
  • og:description — Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for ...
  • og:image — https://gizmodo.com/app/uploads/2025/10/gizmodo-social-1200x675-1.jpg
  • og:type — website
  • og:url — https://gizmodo.com/
  • og:site_name — Gizmodo

Gizmodo | The Future Is Here

gizmodo.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — Gizmodo | The Future Is Here
  • og:description — Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for ...
  • og:image — https://gizmodo.com/app/uploads/2025/10/gizmodo-social-1200x675-1.jpg

gizmodo.com

Gizmodo | The Future Is Here

Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for all things tech.

Preview quality · Slack A+ · 100/100
  • og:title — Gizmodo | The Future Is Here
  • og:description — Dive into cutting-edge tech, reviews and the latest trends with the expert team at Gizmodo. Your ultimate source for ...
  • og:image — https://gizmodo.com/app/uploads/2025/10/gizmodo-social-1200x675-1.jpg

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