Skip to content

Commit 14d34e4

Browse files
committed
Enhance SEO and social sharing meta tags in index.html
Updated the <head> section of index.html to improve SEO and social media previews. Added meta tags for description, keywords, author, Open Graph, and Twitter cards. Set preview images for sharing. Replaced <title> with a meta "title" tag and added a preload link for WebAssembly. Existing styles and favicon remain unchanged.
1 parent 3f2c1b3 commit 14d34e4

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

  • BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22
<html lang="en">
33

44
<head>
5-
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>BlazorExpress.ChartJS.Demo.WebAssembly</title>
5+
<meta name="title" content="BlazorExpress.ChartJs | Interactive Demos & Production-Ready Blazor Charts">
6+
<meta name="description" content="Explore live demos of BlazorExpress.ChartJs. A high-performance, production-ready charting library for Blazor built on Chart.js. Seamless C# integration for beautiful data visualization.">
7+
<meta name="keywords" content="Blazor, Chart.js, C#, .NET, Data Visualization, Blazor Components, Interactive Charts, BlazorExpress">
8+
<meta name="author" content="BlazorExpress Team">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://chartjs.blazorexpress.com/">
13+
<meta property="og:title" content="BlazorExpress.ChartJs | Production-Ready Blazor Charts">
14+
<meta property="og:description" content="Build stunning, interactive charts in Blazor with the power of Chart.js. Check out our live component demos.">
15+
<meta property="og:image" content="_content/BlazorExpress.ChartJS.Demo.RCL/images/line-chart.png">
16+
17+
<meta property="twitter:card" content="summary_large_image">
18+
<meta property="twitter:url" content="https://chartjs.blazorexpress.com/">
19+
<meta property="twitter:title" content="BlazorExpress.ChartJs | Production-Ready Blazor Charts">
20+
<meta property="twitter:description" content="Stop fighting with JS interop. Use BlazorExpress.ChartJs for native-feeling C# chart components.">
21+
<meta property="twitter:image" content="_content/BlazorExpress.ChartJS.Demo.RCL/images/line-chart.png">
22+
823
<base href="/" />
24+
<link rel="preload" id="webassembly" />
925
<link rel="icon" type="image/png" href="favicon.png" />
1026

1127
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">

0 commit comments

Comments
 (0)