Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.DBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsFIX
Brand Presence
Partial brand coverage — a few channels are missing brand signals.
D
52/100
Site name appears as
| Page title | NSW Government | |
| og:site_name | NSW Government | |
| twitter:site | — | |
| Organization.name | — |
Consistent
Brand assets
Favicon
15/15covers multiple sizes, apple-touch-icon + SVG
Social share image
14/20og:image set; twitter:image missing
Meta completeness
8/20Organization schema
0/15Contact info discoverable
5/10contact page
Findings
- Missing brand name in: twitter:site, Organization.name
- 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
- 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.
COpen GraphActionOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://www.nsw.gov.au/themes/custom/dcs_theme/images/NSW-Government-official-logo.jpgThe 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
14 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

nsw.gov.au
NSW Government
No description
- twitter:card — Add <meta name="twitter:card" content="summary_large_image">
- twitter:title — falling back from og:title
- twitter:description — Add twitter:description to give the preview body text
- twitter:image — falling back from og:image
twitter:card is missing
→ Add <meta name="twitter:card" content="summary_large_image">

NSW.GOV.AU
NSW Government
No description
- og:title — NSW Government
- og:description — Add og:description to give the preview body text
- og:image — https://www.nsw.gov.au/themes/custom/dcs_theme/images/NSW-Government-official-logo.jpg
- og:type — website
- og:url — https://www.nsw.gov.au/node/1
- og:site_name — NSW Government

NSW Government
nsw.gov.au
- og:title — NSW Government
- og:description — Add og:description to give the preview body text
- og:image — https://www.nsw.gov.au/themes/custom/dcs_theme/images/NSW-Government-official-logo.jpg
nsw.gov.au
NSW Government
No description

- og:title — NSW Government
- og:description — Add og:description to give the preview body text
- og:image — https://www.nsw.gov.au/themes/custom/dcs_theme/images/NSW-Government-official-logo.jpg
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 | ⚠ | — | — | — |
A+Links200 links checked, 199 healthy, 0 brokenPASS
Redirects (7)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://nsw.gov.au/driving-boating-and-t... | https://nsw.gov.au/driving-boating-and-t... | <a> | 0 |
| https://nsw.gov.au/living-in-nsw/informa... | https://nsw.gov.au/living-in-nsw/informa... | <a> | 0 |
| https://nsw.gov.au/emergency | https://nsw.gov.au/emergency | <a> | 0 |
| https://nsw.gov.au/health-and-wellbeing | https://nsw.gov.au/health-and-wellbeing | <a> | 0 |
| https://nsw.gov.au/about-nsw/public-holi... | https://nsw.gov.au/about-nsw/public-holi... | <a> | 0 |
| https://nsw.gov.au/departments-and-agenc... | https://nsw.gov.au/departments-and-agenc... | <a> | 0 |
| https://nsw.gov.au/energy | https://nsw.gov.au/energy | <a> | 0 |
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
A+Structured Data1 JSON-LD block(s) found — structured data is well configured.PASS
JSON-LD Blocks
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "GovernmentOrganization",
"name": "NSW Government",
"url": "https://www.nsw.gov.au/",
"logo": {
"@type": "ImageObject",
"url": "https://www.nsw.gov.au/themes/custom/dcs_theme/favicons/sets/standard/logo.svg"
},
"sameAs": [
"https://www.linkedin.com/company/nswgovernment/",
"https://www.facebook.com/NSWGovernment"
],
"areaServed": {
"@type": "AdministrativeArea",
"name": "New South Wales, Australia"
},
"contactPoint": [
{
"@type": "ContactPoint",
"contactType": "customer service",
"email": "info@service.nsw.gov.au",
"areaServed": "NSW"
}
]
},
{
"@type": "WebSite",
"url": "https://www.nsw.gov.au/",
"name": "NSW Government",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.nsw.gov.au/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "WebPage",
"url": "https://www.nsw.gov.au/",
"name": "Home",
"primaryImageOfPage": {
"@type": "ImageObject",
"url": "https://www.nsw.gov.au/themes/custom/dcs_theme/favicons/sets/standard/logo.svg"
}
}
]
}