Skip to content
https://independent.ie

Content

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

52/100

Site name appears as

Page titleyoutube
og:site_nameIrish Independent
twitter:site
Organization.name

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

8/20

Organization schema

0/15

Contact info discoverable

10/10

contact page + mailto link

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
  • No Organization schema — Google can't render your logo in the knowledge panel

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

C
Open Graph
Action
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://www.independent.ie/extra/assets/img/dummy-social.gif
Warning::
Missing og:description
The og:description tag controls the description in social sharing previews.
Info::
og:title is short (17 characters)
Ideal length is 25–60 characters for social sharing previews.
Got: 17 chars Expected: 25–60 chars
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: https://www.independent.ie/extra/assets/img/dummy-social.gif

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

The og:description tag controls the description in social sharing previews.

Why this matters

No og:description means social cards either show no subtitle or scrape the first paragraph — usually unflattering.

Learn more

Without og:description, social platforms either render no subtitle or pull whatever text appears first on the page. The first paragraph is rarely written for share-card context. A purpose-written 150-200 character og:description gives a polished card.

Source: Open Graph Protocol

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

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

independent.ie

Irish Independent

No description

Preview quality · Twitter/X D · 50/100
  • twitter:card — Add <meta name="twitter:card" content="summary_large_image">
  • twitter:title — falling back from og:title
  • twitter:description — falling back from <meta name=description>
  • twitter:image — falling back from og:image
  • twitter:card is missing

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

INDEPENDENT.IE

Irish Independent

No description

Preview quality · Facebook A+ · 95/100
  • og:title — Irish Independent
  • og:description — falling back from <meta name=description>
  • og:image — https://www.independent.ie/extra/assets/img/dummy-social.gif
  • og:type — website
  • og:url — https://www.independent.ie
  • og:site_name — Irish Independent

Irish Independent

independent.ie

Preview quality · LinkedIn A+ · 95/100
  • og:title — Irish Independent
  • og:description — falling back from <meta name=description>
  • og:image — https://www.independent.ie/extra/assets/img/dummy-social.gif

independent.ie

Irish Independent

No description

Preview quality · Slack A+ · 95/100
  • og:title — Irish Independent
  • og:description — falling back from <meta name=description>
  • og:image — https://www.independent.ie/extra/assets/img/dummy-social.gif

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
B
Structured Data
1 JSON-LD block(s) found — some improvements recommended.
REVIEW
1 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #1
The @context should be "https://schema.org" for search engines to recognize the data.
Got: http://schema.org/ Expected: https://schema.org
Info::
Custom type "NewsMediaOrganization" — unable to validate specific properties
URL: http://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 : NewsMediaOrganization
8 properties Valid
Missing or invalid @context
{
  "@context": "http://schema.org/",
  "@type": "NewsMediaOrganization",
  "name": "Irish Independent",
  "url": "https://www.independent.ie/",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "27-32 Talbot Street",
    "addressLocality": "Dublin 1",
    "addressRegion": "County Dublin",
    "addressCountry": "Ireland",
    "postalCode": "D01 X2E1"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "Customer Support",
    "email": "info@independent.ie",
    "telephone": "+353 1 705 5333"
  },
  "logo": {
    "@type": "ImageObject",
    "url": "https://www.independent.ie/extra/assets/img/independent.svg"
  },
  "sameAs": [
    "https://www.facebook.com/Independent.ie",
    "https://twitter.com/Independent_ie"
  ]
}
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