Skip to content
https://g1.globo.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
87
GRADE
B
FIX
0
REVIEW
4
PASS
1
INFO
0
Checks
5
1 PASS 4 REVIEW
B
Open Graph
Open Graph tags are partially configured — some improvements recommended.
REVIEW
Open Graph tags are partially configured — some improvements recommended.
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://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: https://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1

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

Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

Why this matters

Without twitter:card, Twitter renders posts as plain text — no preview image, no structured layout.

Learn more

Twitter requires `<meta name="twitter:card" content="summary_large_image">` (or summary) to render share-cards at all. Without it, links appear as raw text and engagement plummets vs cards. Twitter also falls back to og:image if twitter:image isn't set, so configure both.

Source: Twitter Developer Platform

Preview

g1.globo.com

g1 - O portal de notícias da Globo

Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia, ciência, cultura e carros. Vídeos dos telejornais da TV Globo e da GloboNews.

Preview quality · Twitter/X F · 45/100

Description will be truncated (203 chars / 200 max)

  • twitter:card — Add <meta name="twitter:card" content="summary_large_image">
  • twitter:title — falling back from og:title
  • twitter:description — falling back from og:description
  • twitter:image — falling back from og:image
  • twitter:card is missing

    → Add <meta name="twitter:card" content="summary_large_image">

  • Description will be truncated on Twitter/X (203 chars, max 200)

    → Tighten the description to ≤200 characters

G1.GLOBO.COM

g1 - O portal de notícias da Globo

Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia, ciência, cultura e carros. Vídeos dos telejornais da TV Globo e da GloboNews.

Preview quality · Facebook A+ · 95/100

Description will be truncated (203 chars / 155 max)

  • og:title — g1 - O portal de notícias da Globo
  • og:description — Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia,...
  • og:image — https://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1
  • og:type — website
  • og:url — https://g1.globo.com/
  • og:site_name — G1
  • Description will be truncated on Facebook (203 chars, max 155)

    → Tighten og:description to ≤155 characters

g1 - O portal de notícias da Globo

g1.globo.com

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (203 chars / 150 max)

  • og:title — g1 - O portal de notícias da Globo
  • og:description — Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia,...
  • og:image — https://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1
  • Description will be truncated on LinkedIn (203 chars, max 150)

    → Tighten og:description to ≤150 characters

g1.globo.com

g1 - O portal de notícias da Globo

Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia, ciência, cultura e carros. Vídeos dos telejornais da TV Globo e da GloboNews.

Preview quality · Slack A+ · 100/100
  • og:title — g1 - O portal de notícias da Globo
  • og:description — Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia,...
  • og:image — https://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1

Social preview quality

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

B · 83/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
C
Structured Data
Action
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing @type in block #1
Search engines need @type to understand the structured data.
Warning::
Missing required property "name" for WebSite
The "name" property is required for the WebSite schema type.
Info::
Missing recommended property "sameAs" for Organization
Adding "sameAs" can improve how search engines display your content.
Info::
3 JSON-LD blocks found

Search engines need @type to understand the structured data.

Why this matters

JSON-LD without @type is invalid — Google can't determine which schema to validate against.

Learn more

Every JSON-LD block must declare @type (Article, Product, Organization, etc.). Without it, the block is structurally valid JSON but not valid schema.org. Add @type matching the content (e.g., '@type': 'Article' for blog posts).

Source: schema.org / Google Search Central

The "name" property is required for the WebSite 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 "sameAs" 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
6 properties Valid
{
  "@context": "http://schema.org",
  "type": "WebPage",
  "name": "g1 - O portal de notícias da Globo",
  "description": "Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia, ciência, cultura e carros. Vídeos dos telejornais da TV Globo e da GloboNews.",
  "url": "https://g1.globo.com/",
  "image": "https://s.glbimg.com/jo/g1/static/live/imagens/img_facebook.png?g1"
}
Block 2 : Organization
6 properties Valid
{
  "@type": "Organization",
  "@context": "http://schema.org",
  "name": "G1",
  "url": "https://g1.globo.com",
  "logo": {
    "@type": "ImageObject",
    "url": "https://s.glbimg.com/jo/g1/static/live/g1_amp/img/g1_logo_json_ld.png",
    "width": "94",
    "height": "60"
  },
  "parentOrganization": {
    "@type": "Organization",
    "@id": "https://redeglobo.globo.com/",
    "name": "Globo Comunicação e Participações S.A."
  }
}
Block 3 : WebSite
5 properties Valid
Missing required property: name
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://g1.globo.com",
  "description": "Últimas notícias do Brasil e do mundo, sobre política, economia, emprego, educação, saúde, meio ambiente, tecnologia, ciência, cultura e carros. Vídeos dos telejornais da TV Globo e da GloboNews.",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://g1.globo.com/busca/?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
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

63/100

Site name appears as

Page titleO portal de notícias da Globo
og:site_nameG1
twitter:site
Organization.nameG1

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

14/20

Organization schema

15/15

has name, logo + url

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
  • twitter:card missing
  • Consider adding contactPoint — helps appear in "contact us" rich results
  • 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.

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