Skip to content
https://euronews.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
D
Structured Data
Action
1 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
1 JSON-LD block(s) found — issues found that may affect search visibility.
Warning::
Missing or invalid @context in block #1
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Warning::
Missing required property "name" for WebSite
The "name" property is required for the WebSite schema type.
Warning::
Missing required property "url" for WebSite
The "url" property is required for the WebSite schema type.
Info::
Missing recommended property "description" for WebSite
Adding "description" can improve how search engines display your content.
Info::
Missing recommended property "potentialAction" for WebSite
Adding "potentialAction" can improve how search engines display your content.
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

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

The "url" 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 "description" 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 "potentialAction" 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 : WebSite
2 properties Valid
Missing or invalid @context
Missing required property: name
Missing required property: url
{
  "@context": "https://schema.org/",
  "@graph": [
    {
      "@type": "WebSite",
      "name": "Euronews.com",
      "url": "https://www.euronews.com/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.euronews.com/search?query={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "sameAs": [
        "https://www.facebook.com/euronews",
        "https://twitter.com/euronews",
        "https://flipboard.com/@euronews",
        "https://www.instagram.com/euronews.tv/",
        "https://www.linkedin.com/company/euronews"
      ]
    },
    {
      "@type": "Organization",
      "@id": "https://www.euronews.com/#organization",
      "name": "Euronews",
      "legalName": "Euronews",
      "url": "https://www.euronews.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://static.euronews.com/website/images/euronews-logo-main-blue-403x60.png",
        "width": 403,
        "height": 60
      },
      "sameAs": [
        "https://www.facebook.com/euronews",
        "https://twitter.com/euronews",
        "https://flipboard.com/@euronews",
        "https://www.instagram.com/euronews.tv/",
        "https://www.linkedin.com/company/euronews"
      ]
    }
  ]
}
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

65/100

Site name appears as

Page titleSearch
og:site_nameeuronews
twitter:site@euronews
Organization.name

Inconsistent — names differ across channels

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

  • Brand name differs across channels — users see inconsistent identity
  • 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://static.euronews.com/website/images/euronews-og-image-1200x675.png
Info::
og:title is long (65 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 65 chars Expected: 25–60 chars
URL: https://static.euronews.com/website/images/euronews-og-image-1200x675.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: 65 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

Preview

euronews.com

Latest breaking news available as free video on demand | Euronews

Latest breaking news available as free video on demand. Stay informed on European and world news about economy, politics, diplomacy… with Euronews.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — Latest breaking news available as free video on demand | Euronews
  • twitter:description — Latest breaking news available as free video on demand. Stay informed on European and world news about economy, polit...
  • twitter:image — https://static.euronews.com/website/images/euronews-og-image-1200x675.png

EURONEWS.COM

Latest breaking news available as free video on demand | Euronews

Latest breaking news available as free video on demand. Stay informed on European and world news about economy, politics, diplomacy… with Euronews.

Preview quality · Facebook A+ · 95/100

Title will be truncated (65 chars / 60 max)

  • og:title — Latest breaking news available as free video on demand | Euronews
  • og:description — Latest breaking news available as free video on demand. Stay informed on European and world news about economy, polit...
  • og:image — https://static.euronews.com/website/images/euronews-og-image-1200x675.png
  • og:type — website
  • og:url — https://www.euronews.com/
  • og:site_name — euronews
  • Title will be truncated on Facebook (65 chars, max 60)

    → Shorten og:title to ≤60 characters

Latest breaking news available as free video on demand | Euronews

euronews.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — Latest breaking news available as free video on demand | Euronews
  • og:description — Latest breaking news available as free video on demand. Stay informed on European and world news about economy, polit...
  • og:image — https://static.euronews.com/website/images/euronews-og-image-1200x675.png

euronews.com

Latest breaking news available as free video on demand | Euronews

Latest breaking news available as free video on demand. Stay informed on European and world news about economy, politics, diplomacy… with Euronews.

Preview quality · Slack A+ · 100/100
  • og:title — Latest breaking news available as free video on demand | Euronews
  • og:description — Latest breaking news available as free video on demand. Stay informed on European and world news about economy, polit...
  • og:image — https://static.euronews.com/website/images/euronews-og-image-1200x675.png

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