Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.CBrand PresenceActionSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
C
62/100
Site name appears as
| Page title | The Julia Programming Language | |
| og:site_name | The Julia Programming Language | |
| twitter:site | @JuliaLanguage | |
| Organization.name | The Julia Programming Language |
Inconsistent — names differ across channels
Brand assets
Favicon
8/15single size only
Social share image
14/20og:image set; twitter:image missing
Meta completeness
20/20Organization schema
15/15has name, logo + url
Contact info discoverable
0/10no contact info discoverable
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
- Single favicon only — add apple-touch-icon for iOS home-screen and high-DPI support
- Consider adding contactPoint — helps appear in "contact us" rich results
- No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions
How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.
ALinks200 links checked, 198 healthy, 2 brokenPASS
Broken Links (4)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://fonts.googleapis.com | <link> | Not Found |
| 404 | https://fonts.gstatic.com | <link> | Not Found |
| 403 | https://ka-f.fontawesome.com | <link> | Forbidden |
| 403 | https://kit.fontawesome.com/f030d443fe.js | <script> | Forbidden |
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
AOpen GraphOpen Graph tags are well configured for social sharing.PASS
https://www.julialang.org/assets/images/julia-open-graph.pngThe 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
18 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
51 charsIdeal length is 55–200 characters for social sharing previews.
55–200 charsog:description very short — provides little context in social cards.
Source: Open Graph Protocol
Preview

www.julialang.org
The Julia Language
Official website for the Julia programming language

WWW.JULIALANG.ORG
The Julia Language
Official website for the Julia programming language

The Julia Language
www.julialang.org
www.julialang.org
The Julia Language
Official website for the Julia programming language

A+Structured Data1 JSON-LD block(s) found — structured data is well configured.PASS
JSON-LD Blocks
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "The Julia Programming Language",
"url": "https://julialang.org",
"logo": "https://julialang.org/assets/infra/logo.svg",
"sameAs": [
"https://github.com/JuliaLang/julia",
"https://twitter.com/JuliaLanguage",
"https://www.youtube.com/user/JuliaLanguage",
"https://www.linkedin.com/company/the-julia-language"
],
"description": "Julia is a high-level, high-performance, dynamic programming language for technical computing."
}