Skip to content
https://gigaom.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
84
GRADE
B
FIX
1
REVIEW
3
PASS
1
INFO
0
Checks
5
1 PASS 3 REVIEW 1 FIX
B
Mixed Content
1 HTTP resource(s) loaded on HTTPS page
REVIEW
1 HTTP resource(s) loaded on HTTPS page
Critical::
HTTP link loaded on HTTPS page
Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
Got: http://gmpg.org/xfn/11 Expected: https://gmpg.org/xfn/11
URL: http://gmpg.org/xfn/11

Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.

Expected: https://gmpg.org/xfn/11
Why this matters

Mixed content — HTTP resource on HTTPS page. Browser may block silently or warn user.

Source: Google Chrome Security

B
Structured Data
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing required property "author" for NewsArticle
The "author" property is required for the NewsArticle schema type.
Warning::
Missing required property "datePublished" for NewsArticle
The "datePublished" property is required for the NewsArticle schema type.
Info::
Missing recommended property "image" for NewsArticle
Adding "image" can improve how search engines display your content.
Info::
Missing recommended property "publisher" for NewsArticle
Adding "publisher" can improve how search engines display your content.
Info::
Missing recommended property "dateModified" for NewsArticle
Adding "dateModified" can improve how search engines display your content.
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
2 JSON-LD blocks found

The "author" property is required for the NewsArticle 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 NewsArticle 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 : WebPage
2 properties Valid
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https://gigaom.com/",
      "url": "https://gigaom.com/",
      "name": "Home - Gigaom",
      "isPartOf": {
        "@id": "https://gigaom.com/#website"
      },
      "primaryImageOfPage": {
        "@id": "https://gigaom.com/#primaryimage"
      },
      "image": {
        "@id": "https://gigaom.com/#primaryimage"
      },
      "thumbnailUrl": "https://gigaom.com/wp-content/uploads/sites/1/2017/12/gigaom-logo.png",
      "datePublished": "2020-07-10T21:31:02+00:00",
      "dateModified": "2024-11-05T22:35:25+00:00",
      "description": "GigaOm's mission is to make actionable, practical technology research accessible to everyone: We think ahead of the market.",
      "breadcrumb": {
        "@id": "https://gigaom.com/#breadcrumb"
      },
      "inLanguage": "en-US",
      "potentialAction": [
        {
          "@type": "ReadAction",
          "target": [
            "https://gigaom.com/"
          ]
        }
      ]
    },
    {
      "@type": "ImageObject",
      "inLanguage": "en-US",
      "@id": "https://gigaom.com/#primaryimage",
      "url": "https://gigaom.com/wp-content/uploads/sites/1/2017/12/gigaom-logo.png",
      "contentUrl": "https://gigaom.com/wp-content/uploads/sites/1/2017/12/gigaom-logo.png",
      "width": 1001,
      "height": 257
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gigaom.com/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://gigaom.com/#website",
      "url": "https://gigaom.com/",
      "name": "Gigaom",
      "description": "Your industry partner in emerging technology research",
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://gigaom.com/?s={search_term_string}"
          },
          "query-input": {
            "@type": "PropertyValueSpecification",
            "valueRequired": true,
            "valueName": "search_term_string"
          }
        }
      ],
      "inLanguage": "en-US"
    }
  ]
}
Block 2 : NewsArticle
8 properties Valid
Missing required property: author
Missing required property: datePublished
{
  "@context": "http:\/\/schema.org",
  "@type": "NewsArticle",
  "headline": "Home",
  "url": "https:\/\/gigaom.com\/",
  "thumbnailUrl": "https:\/\/gigaom.com\/wp-content\/uploads\/sites\/1\/2017\/12\/gigaom-logo.png",
  "dateCreated": "2024-11-05T16:35:25+0000",
  "articleSection": null,
  "creator": "Jamie Poitra"
}
B
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Partial brand coverage — a few channels are missing brand signals.

B

75/100

Site name appears as

Page titleGigaom
og:site_nameGigaom
twitter:site@gigaom
Organization.name

Consistent

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Missing brand name in: Organization.name
  • 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+
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
og:title is short (13 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 13 chars Expected: 25–60 chars
URL: 13 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

gigaom.com

Home - Gigaom

Our mission is to make actionable technology research accessible to everyone...

Preview quality · Twitter/X A+ · 95/100
  • twitter:card — summary_large_image
  • twitter:title — falling back from og:title
  • twitter:description — GigaOm's mission is to make actionable, practical technology research accessible to everyone: We think ahead of the m...
  • twitter:image — https://gigaom.com/wp-content/uploads/sites/1/2021/11/0917ff52-gigaom-light-square.jpg

GIGAOM.COM

Home - Gigaom

Our mission is to make actionable technology research accessible to everyone...

Preview quality · Facebook A+ · 100/100
  • og:title — Home - Gigaom
  • og:description — Our mission is to make actionable technology research accessible to everyone...
  • og:image — https://gigaom.com/wp-content/uploads/sites/1/2021/11/0917ff52-gigaom-light-square.jpg
  • og:type — website
  • og:url — https://gigaom.com/
  • og:site_name — Gigaom

Home - Gigaom

gigaom.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — Home - Gigaom
  • og:description — Our mission is to make actionable technology research accessible to everyone...
  • og:image — https://gigaom.com/wp-content/uploads/sites/1/2021/11/0917ff52-gigaom-light-square.jpg

gigaom.com

Home - Gigaom

Our mission is to make actionable technology research accessible to everyone...

Preview quality · Slack A+ · 100/100
  • og:title — Home - Gigaom
  • og:description — Our mission is to make actionable technology research accessible to everyone...
  • og:image — https://gigaom.com/wp-content/uploads/sites/1/2021/11/0917ff52-gigaom-light-square.jpg

Social preview quality

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

A+ · 98/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