Content
· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.BBrand PresenceSite-name consistency, favicon, social image, meta tags, schema, and contact signalsREVIEW
Brand Presence
Your brand name differs across channels — visitors see inconsistent identity.
B
71/100
Site name appears as
| Page title | Slack icon | |
| og:site_name | — | |
| twitter:site | — | |
| Organization.name | Dagster |
Inconsistent — names differ across channels
Brand assets
Favicon
12/15covers apple-touch-icon
Social share image
14/20og:image set; twitter:image missing
Meta completeness
20/20Organization schema
15/15has name, logo + url
Contact info discoverable
5/10contact page
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
- Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
- 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.
ALinks187 links checked, 185 healthy, 2 brokenPASS
Broken Links (2)
| Status | URL | Found in | Error |
|---|---|---|---|
| 404 | https://fonts.googleapis.com | <link> | Not Found |
| 404 | https://fonts.gstatic.com | <link> | Not Found |
A+Mixed ContentNo mixed content detected — all resources use HTTPS.PASS
AOpen GraphOpen Graph tags are well configured for social sharing.PASS
The og:url tag specifies the canonical URL for the shared content.
Without og:url, social platforms infer the canonical URL — often picking a tracking-param variant that pollutes share counts.
Learn more ▾ ▴
og:url tells the social platform which URL to count this share against. Without it, platforms use the literal URL the user pasted (which may include utm_* parameters, ref codes, etc.). Setting og:url to the canonical form keeps share-count attribution clean.
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

www.dagster.io
Modern Data Orchestrator Platform | Dagster
Dagster is the data orchestrator platform that helps you build, schedule, and monitor reliable data pipelines - fast, flexible, and built for teams.

WWW.DAGSTER.IO
Modern Data Orchestrator Platform | Dagster
Dagster is the data orchestrator platform that helps you build, schedule, and monitor reliable data pipelines - fast, flexible, and built for teams.

Modern Data Orchestrator Platform | Dagster
www.dagster.io
www.dagster.io
Modern Data Orchestrator Platform | Dagster
Dagster is the data orchestrator platform that helps you build, schedule, and monitor reliable data pipelines - fast, flexible, and built for teams.

A+Structured Data1 JSON-LD block(s) found — structured data is well configured.PASS
JSON-LD Blocks
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://dagster.io/#organization",
"name": "Dagster",
"alternateName": "Dagster Labs",
"url": "https://dagster.io/",
"logo": "https://dagster.io/images/misc/dagster_logo_primary.svg",
"sameAs": [
"https://github.com/dagster-io/dagster",
"https://x.com/dagster",
"https://www.linkedin.com/company/dagsterlabs/",
"https://stackoverflow.com/questions/tagged/dagster",
"https://dagster.io/rss.xml",
"https://dagster.io/slack",
"https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q/videos"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"url": "https://dagster.io/contact",
"availableLanguage": [
"English"
]
},
"address": {
"@type": "PostalAddress",
"streetAddress": "2 Embarcadero Ctr",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94111",
"addressCountry": "US"
},
"foundingDate": "2019",
"foundingLocation": {
"@type": "Place",
"name": "San Francisco, California, United States"
},
"founders": [
{
"@type": "Person",
"name": "Nick Schrock"
}
],
"description": "Dagster is a data orchestration platform that helps engineers develop, produce, and observe data assets with reliability and scalability."
}