Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BOpen GraphOpen Graph tags are partially configured — some improvements recommended.REVIEW
https://www.rmit.edu.au/assets/smart-crop/homepage-banner/homepage-mob-banner-bowen-st-particles-a-1440x1200.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
SummaryValid values are: summary, summary_large_image, app, player.
Invalid twitter:card value means Twitter renders no card at all — your shares appear as plain-text URLs.
Learn more ▾ ▴
twitter:card accepts only 'summary', 'summary_large_image', 'app', or 'player'. Anything else (typos, made-up values) means Twitter falls back to no-card rendering. Use 'summary_large_image' for most blog/article content; 'summary' for compact previews.
Source: Twitter Developer Platform
66 charsTitles over 60 characters may be truncated in social sharing previews.
25–60 charsog:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.
Source: Open Graph Protocol
The og:site_name tag displays the website name in social previews.
Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.
Learn more ▾ ▴
og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.
Source: Open Graph Protocol
Preview

rmit.edu.au
RMIT University: A world leader in technology, design & enterprise
RMIT is an international university of technology and design and Australia's largest tertiary institution.
- twitter:card — Summary
- twitter:title — RMIT University: A world leader in technology, design & enterprise
- twitter:description — RMIT is an international university of technology and design and Australia's largest tertiary institution.
- twitter:image — https://www.rmit.edu.au/assets/smart-crop/homepage-banner/homepage-mob-banner-bowen-st-particles-a-1440x1200.jpg

RMIT.EDU.AU
RMIT University: A world leader in technology, design & enterprise
RMIT is an international university of technology and design and Australia's largest tertiary institution.
Title will be truncated (66 chars / 60 max)
- og:title — RMIT University: A world leader in technology, design & enterprise
- og:description — RMIT is an international university of technology and design and Australia's largest tertiary institution.
- og:image — https://www.rmit.edu.au/assets/smart-crop/homepage-banner/homepage-mob-banner-bowen-st-particles-a-1440x1200.jpg
- og:type — Article
- og:url — https://www.rmit.edu.au/
- og:site_name — Add og:site_name — Recommended — site-level brand line in the preview
Title will be truncated on Facebook (66 chars, max 60)
→ Shorten og:title to ≤60 characters

RMIT University: A world leader in technology, design & enterprise
rmit.edu.au
- og:title — RMIT University: A world leader in technology, design & enterprise
- og:description — RMIT is an international university of technology and design and Australia's largest tertiary institution.
- og:image — https://www.rmit.edu.au/assets/smart-crop/homepage-banner/homepage-mob-banner-bowen-st-particles-a-1440x1200.jpg
rmit.edu.au
RMIT University: A world leader in technology, design & enterprise
RMIT is an international university of technology and design and Australia's largest tertiary institution.

- og:title — RMIT University: A world leader in technology, design & enterprise
- og:description — RMIT is an international university of technology and design and Australia's largest tertiary institution.
- og:image — https://www.rmit.edu.au/assets/smart-crop/homepage-banner/homepage-mob-banner-bowen-st-particles-a-1440x1200.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 | — | — | — |
BStructured Data2 JSON-LD block(s) found — some improvements recommended.REVIEW
https://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
Adding "description" can improve how search engines display your content.
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
{
"@context": "https://schema.org",
"@type": "CollegeOrUniversity",
"name": "RMIT University",
"alternateName": "Royal Melbourne Institute of Technology",
"url": "https://www.rmit.edu.au",
"logo": "https://www.rmit.edu.au/content/dam/rmit/common-assets/logo/rmit-logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+61 3 9925 2000",
"contactType": "customer service"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "124 La Trobe Street",
"addressLocality": "Melbourne",
"addressRegion": "VIC",
"postalCode": "3000",
"addressCountry": "AU"
},
"foundingDate": "1887",
"description": "RMIT University is an international university of technology, design and enterprise.",
"image": "https://www.rmit.edu.au/content/dam/rmit/university-image.jpg",
"geo": {
"@type": "GeoCoordinates",
"latitude": -37.80742,
"longitude": 144.96358
},
"sameAs": [
"https://www.facebook.com/RMITuniversity/",
"https://twitter.com/rmit",
"https://www.instagram.com/rmituniversity/",
"https://www.youtube.com/user/rmitmedia",
"https://www.linkedin.com/school/rmit-university/"
]
}{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "RMIT University",
"url": "https://www.rmit.edu.au",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.rmit.edu.au/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}CBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Partial brand coverage — a few channels are missing brand signals.
C
62/100
Site name appears as
| Page title | arrow icon | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | — |
Consistent
Brand assets
Favicon
12/15covers apple-touch-icon
Social share image
20/20og:image + twitter:image set
Meta completeness
20/20Organization schema
0/15Contact info discoverable
5/10contact page
Findings
- Missing brand name in: og:site_name, twitter:site, Organization.name
- Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
- 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.
ALinks200 links checked, 198 healthy, 2 brokenPASS
Broken Links (2)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://rmit.edu.au/events/2023 | <a> | Not Found |
| 404 | https://rmit.edu.au/events/end-of-year-student-sho... | <a> | Not Found |
Redirects (2)
| URL | Destination | Found in | Hops |
|---|---|---|---|
| https://rmit.edu.au/study-with-us/game-d... | https://rmit.edu.au/study-with-us/game-d... | <a> | 0 |
| https://rmit.edu.au/partner/collaborate-... | https://rmit.edu.au/partner/collaborate-... | <a> | 0 |