mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
feat(seo): update meta tags
This commit is contained in:
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
@@ -60,17 +60,17 @@
|
||||
<meta name="title" content="Component Party" />
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://component-party.pages.dev/" />
|
||||
<meta property="og:url" content="https://component-party.dev/" />
|
||||
<meta property="og:title" content="Component Party" />
|
||||
<meta property="og:description" content="Web component JS frameworks overview by their syntax and features: Svelte, React, Vue 3, Angular" />
|
||||
<meta property="og:image" content="https://component-party.pages.dev/banner.png" />
|
||||
<meta property="og:image" content="https://component-party.dev/banner-2.png" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://component-party.pages.dev/" />
|
||||
<meta property="twitter:url" content="https://component-party.dev/" />
|
||||
<meta property="twitter:title" content="Component Party" />
|
||||
<meta property="twitter:description" content="Web component JS frameworks overview by their syntax and features: Svelte, React, Vue 3, Angular" />
|
||||
<meta property="twitter:image" content="https://component-party.pages.dev/banner.png" />
|
||||
<meta property="twitter:image" content="https://component-party.dev/banner-2.png" />
|
||||
</head>
|
||||
<body class="bg-gray-900 text-white font-sans">
|
||||
<header class="backdrop-blur bg-gray-900/80 border-b border-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user