Skip to content
https://www.dagster.io

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
96
GRADE
A
FIX
0
REVIEW
1
PASS
4
INFO
0
Checks
5
4 PASS 1 REVIEW
B
Brand Presence
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

B

71/100

Site name appears as

Page titleSlack icon
og:site_name
twitter:site
Organization.nameDagster

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

20/20

Organization schema

15/15

has name, logo + url

Contact info discoverable

5/10

contact 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.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
Missing og:url
The og:url tag specifies the canonical URL for the shared content.
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.

The og:url tag specifies the canonical URL for the shared content.

Why this matters

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.

Why this matters

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 Data
1 JSON-LD block(s) found — structured data is well configured.
PASS
1 JSON-LD block(s) found — structured data is well configured.

JSON-LD Blocks

Block 1 : Organization
14 properties Valid
{
  "@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."
}
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback