When I pasted a link to https://aspire.dev/dashboard/enable-browser-telemetry/ on discord, I noticed that the generated preview was very generic.
Compare this to linking a github issue
I believe this is because the open graph metatags are not page specific.
<meta property="og:title" content="Aspire—Your Stack, Streamlined"/>
<meta property="og:description" content="Aspire streamlines your development workflow with code-first control, modularity, and observability for distributed applications."/>
<meta property="og:image" content="https://aspire.dev/og-image.png"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Aspire"/>
title should be Enable browser telemetry whilst description should be an overview of that specific page, not some a general marketing tag line for aspire. I'm also not sure the image provides much value in previews in it's current form & size.
For reference, the opengraph data on microsoft/aspire#14940 . Github even go to an extreme and generate a unique image.
<meta property="og:image" content="https://opengraph.githubassets.com/3fccdc98b9ab7c263083acec65dbfd8b7bad3b067e149044ac8a4a9f8466fa7b/dotnet/aspire/issues/14940" />
<meta property="og:image:alt" content="📊 Burndown Chart xychart-beta title "13.2 Milestone Burndown (Open Issues)" x-axis ["Feb 26", "Feb 27", "Feb 28", "Mar 01", "Mar 02", "Mar 03", "Mar 04"] y-axis "Open Issues" 0 --> 50 line [27, 25,..." />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:site_name" content="GitHub" />
<meta property="og:type" content="object" />
<meta property="og:title" content="[13.2-burndown] Daily Burndown Report - March 4, 2026 · Issue #14940 · dotnet/aspire" />
<meta property="og:url" content="https://github.com/dotnet/aspire/issues/14940" />
<meta property="og:description" content="📊 Burndown Chart xychart-beta title "13.2 Milestone Burndown (Open Issues)" x-axis ["Feb 26", "Feb 27", "Feb 28", "Mar 01", "Mar 02", "Mar 03", "Mar 04"] y-axis "Open Issues" 0 --> 50 line [27, 25,..." />
<meta property="og:author:username" content="github-actions[bot]" />
When I pasted a link to https://aspire.dev/dashboard/enable-browser-telemetry/ on discord, I noticed that the generated preview was very generic.
Compare this to linking a github issue
I believe this is because the open graph metatags are not page specific.
titleshould beEnable browser telemetrywhilstdescriptionshould be an overview of that specific page, not some a general marketing tag line for aspire. I'm also not sure the image provides much value in previews in it's current form & size.For reference, the opengraph data on microsoft/aspire#14940 . Github even go to an extreme and generate a unique image.