Skip to content
https://9to5google.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
3
PASS
1
INFO
0
Checks
5
1 PASS 3 REVIEW 1 FIX
F
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.

F

39/100

Site name appears as

Page title9to5Mac Logo
og:site_name9to5Google
twitter:site@9to5Google
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

0/20

Meta completeness

14/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No social share image — shared links render as bare URLs
  • og:image missing
  • 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.

B
Open Graph
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
Warning::
Missing og:image
The og:image tag provides a preview image for social sharing.
Info::
og:title is short (10 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 10 chars Expected: 25–60 chars

The og:image tag provides a preview image for social sharing.

Why this matters

No og:image means social shares are imageless — measurably less engaging than image-cards across every major platform.

Learn more

Twitter, Facebook, and LinkedIn all use og:image (or twitter:image as a fallback) for share-card thumbnails. Without one, the post renders as a text-only card. A 1200x630px image (Twitter's preferred size) covers all platforms.

Source: Open Graph Protocol

URL: 10 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

No image set

9to5google.com

9to5Google

Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Home, Google apps, Chromebooks, and more!

Preview quality · Twitter/X D · 55/100
  • twitter:card — summary_large_image
  • twitter:title — falling back from og:title
  • twitter:description — falling back from og:description
  • twitter:image — Add twitter:image — preview card without an image looks broken
  • No preview image for Twitter/X

    → Add og:image or twitter:image (≥300×157 for summary_large_image)

No image set

9TO5GOOGLE.COM

9to5Google

Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Home, Google apps, Chromebooks, and more!

Preview quality · Facebook C · 65/100
  • og:title — 9to5Google
  • og:description — Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Hom...
  • og:image — Add og:image — preview card without an image looks broken
  • og:type — website
  • og:url — https://9to5google.com/
  • og:site_name — 9to5Google
  • No preview image for Facebook

    → Add og:image (recommended 1200×630)

No image set

9to5Google

9to5google.com

Preview quality · LinkedIn D · 60/100

Description will be truncated (155 chars / 150 max)

  • og:title — 9to5Google
  • og:description — Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Hom...
  • og:image — Add og:image — preview card without an image looks broken
  • Description will be truncated on LinkedIn (155 chars, max 150)

    → Tighten og:description to ≤150 characters

  • No preview image for LinkedIn

    → Add og:image (recommended 1200×627)

9to5google.com

9to5Google

Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Home, Google apps, Chromebooks, and more!

Preview quality · Slack B · 80/100
  • og:title — 9to5Google
  • og:description — Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Hom...
  • og:image — Add og:image — preview card without an image looks broken
  • No preview image — Slack unfurl will be text-only

    → Add og:image or twitter:image

Social preview quality

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

C · 65/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
B
Structured Data
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #3
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Info::
Custom type "CollectionPage" — unable to validate specific properties
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
Custom type "HowTo" — unable to validate specific properties
Info::
3 JSON-LD blocks found
URL: https://schema.org/

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

JSON-LD Blocks

Block 1 : CollectionPage
2 properties Valid
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "CollectionPage",
      "@id": "https://9to5google.com/",
      "url": "https://9to5google.com/",
      "name": "9to5Google - Google news, Pixel, Android, Home, Chrome OS, more",
      "isPartOf": {
        "@id": "https://9to5google.com/#website"
      },
      "about": {
        "@id": "https://9to5google.com/#organization"
      },
      "description": "Breaking news on all things Google and Android. We provide breaking Google Pixel news, everything Android, Google Home, Google apps, Chromebooks, and more!",
      "breadcrumb": {
        "@id": "https://9to5google.com/#breadcrumb"
      },
      "inLanguage": "en-US"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://9to5google.com/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://9to5google.com/#website",
      "url": "https://9to5google.com/",
      "name": "9to5Google",
      "description": "Google news, Pixel, Android, Home, Chrome OS, more",
      "publisher": {
        "@id": "https://9to5google.com/#organization"
      },
      "potentialAction": [
        {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://9to5google.com/?s={search_term_string}"
          },
          "query-input": {
            "@type": "PropertyValueSpecification",
            "valueRequired": true,
            "valueName": "search_term_string"
          }
        }
      ],
      "inLanguage": "en-US"
    },
    {
      "@type": "NewsMediaOrganization",
      "@id": "https://9to5google.com/#organization",
      "name": "9to5Google",
      "url": "https://9to5google.com/",
      "logo": {
        "@type": "ImageObject",
        "inLanguage": "en-US",
        "@id": "https://9to5google.com/#/schema/logo/image/",
        "url": "https://9to5google.com/wp-content/uploads/sites/4/2018/09/9to5-google-logo.png",
        "contentUrl": "https://9to5google.com/wp-content/uploads/sites/4/2018/09/9to5-google-logo.png",
        "width": 628,
        "height": 103,
        "caption": "9to5Google"
      },
      "image": {
        "@id": "https://9to5google.com/#/schema/logo/image/"
      },
      "sameAs": [
        "https://www.facebook.com/pages/9to5Google/218132111544562",
        "https://x.com/9to5Google",
        "https://www.instagram.com/9to5google",
        "https://www.youtube.com/c/9to5google"
      ],
      "masthead": "https://9to5google.com/about/"
    }
  ]
}
Block 2 : WebPage
15 properties Valid
{
  "@context": "https:\/\/schema.org",
  "@type": "WebPage",
  "headline": "9to5Google",
  "url": "https:\/\/9to5google.com",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "http:\/\/9to5google.com\/"
  },
  "thumbnailUrl": "https:\/\/9to5google.com\/wp-content\/uploads\/sites\/4\/2026\/01\/Google-One-app-storage-2.jpg?quality=82&strip=all&w=155",
  "image": {
    "@type": "ImageObject",
    "url": "https:\/\/9to5google.com\/wp-content\/uploads\/sites\/4\/2026\/01\/Google-One-app-storage-2.jpg?quality=82&strip=all"
  },
  "articleSection": "News",
  "author": [
    {
      "@type": "Person",
      "name": "Abner Li"
    }
  ],
  "creator": [
    "Abner Li"
  ],
  "publisher": {
    "@type": "Organization",
    "name": "9to5Google",
    "logo": ""
  },
  "keywords": [],
  "dateCreated": "2026-04-15T23:19:59Z",
  "datePublished": "2026-04-15T23:19:59Z",
  "dateModified": "2026-04-15T23:23:42Z"
}
Block 3 : HowTo
6 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@type": "HowTo",
  "name": "How to delete an app's access to Google Drive",
  "image": "https://i0.wp.com/9to5google.com/wp-content/uploads/sites/4/2022/02/Google-Drive-logo-header.jpg?w=1024&quality=82&strip=all&ssl=1",
  "totalTime": "PT3M",
  "step": [
    {
      "@type": "HowToStep",
      "text": "On Chrome for desktop, head to drive.google.com."
    },
    {
      "@type": "HowToStep",
      "text": "Once signed in and looking at the main file page, click the settings cog at the top."
    },
    {
      "@type": "HowToStep",
      "text": "Click Settings."
    },
    {
      "@type": "HowToStep",
      "text": "Click Manage apps."
    },
    {
      "@type": "HowToStep",
      "text": "Look through apps that have access and find one your want to revoke access from. Click Options."
    },
    {
      "@type": "HowToStep",
      "text": "From there, click Disconnect from Drive."
    }
  ]
}
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
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback