Skip to content

Commit 4453034

Browse files
Add Open Graph and Twitter Card meta tags for social sharing
Uses the Darling Data barbell logo as hero image when shared on social media. Also adds meta description for SEO. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a7e841c commit 4453034

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/PlanViewer.Web/wwwroot/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Free SQL Server Query Plan Analysis — Darling Data</title>
7+
<meta name="description" content="Free browser-based SQL Server execution plan analysis. Paste or upload a .sqlplan file — your plan XML never leaves your browser." />
8+
<meta property="og:title" content="Free SQL Server Query Plan Analysis" />
9+
<meta property="og:description" content="Paste or upload a .sqlplan file. Your plan XML never leaves your browser." />
10+
<meta property="og:image" content="https://plans.erikdarling.com/darling-data-logo.jpg" />
11+
<meta property="og:url" content="https://plans.erikdarling.com" />
12+
<meta property="og:type" content="website" />
13+
<meta name="twitter:card" content="summary_large_image" />
14+
<meta name="twitter:title" content="Free SQL Server Query Plan Analysis" />
15+
<meta name="twitter:description" content="Paste or upload a .sqlplan file. Your plan XML never leaves your browser." />
16+
<meta name="twitter:image" content="https://plans.erikdarling.com/darling-data-logo.jpg" />
717
<link rel="icon" type="image/png" href="favicon.png" />
818
<base href="/" />
919
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)