Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DLinksAction200 links checked, 190 healthy, 5 brokenFIX
Broken Links (6)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://ad.360yield.com | <link> | Not Found |
| 405 | https://prg.smartadserver.com/prebid/v1 | <link> | HTTP 405 |
| 503 | https://bidder.criteo.com | <link> | Service Unavailable |
| 404 | https://ib.adnxs.com | <link> | Not Found |
| 404 | https://focus.independent.ie | <link> | Not Found |
| 403 | https://fastlane.rubiconproject.com | <link> | Forbidden |
Redirects (1)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://independentnewsstand.e-pages.pub... | https://www.independent.ie/error | <a> | 5 |
DBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
D
52/100
Site name appears as
| Page title | youtube | |
| og:site_name | Irish Independent | |
| twitter:site | — | |
| Organization.name | — |
Inconsistent — names differ across channels
Brand assets
Favicon
15/15covers multiple sizes + apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
8/20Organization schema
0/15Contact info discoverable
10/10contact 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.
COpen GraphActionOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://www.independent.ie/extra/assets/img/dummy-social.gifThe og:image URL could not be fetched. Social platforms won't be able to display it.
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.
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
17 charsIdeal length is 25–60 characters for social sharing previews.
25–60 charsog: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.
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
- 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
- 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
- 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

- 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.
| Field | Twitter/X | Slack | ||
|---|---|---|---|---|
| og:title | ||||
| og:description | ⚠ | ⚠ | ⚠ | |
| og:image | ||||
| og:type | ||||
| og:url | ||||
| og:site_name | ||||
| twitter:card | — | — | — | |
| twitter:title | ⚠ | — | — | — |
| twitter:description | ⚠ | — | — | — |
| twitter:image | ⚠ | — | — | — |
BStructured Data1 JSON-LD block(s) found — some improvements recommended.REVIEW
http://schema.org/The @context should be "https://schema.org" for search engines to recognize the data.
https://schema.orgJSON-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
{
"@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"
]
}