url setup

This commit is contained in:
David Haz
2025-07-09 10:47:01 +03:00
parent fa26b78ae0
commit d318c2eeb6
13 changed files with 181 additions and 24 deletions

View File

@@ -40,11 +40,11 @@
<meta property="og:title" content="Vue Bits">
<meta property="og:description"
content="An open source collection of high quality, animated, interactive & fully customizable Vue components for building stunning, memorable user interfaces.">
<meta property="og:image" content="https://vuebits.dev/og-pic.jpg">
<meta property="og:image" content="https://vue-bits.dev/og-pic.png">
<meta property="og:image:alt" content="The Vue Bits landing page design, showcasing the logo and a subtitle!">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="https://vuebits.dev">
<meta property="og:url" content="https://vue-bits.dev">
<meta property="og:site_name" content="Vue Bits">
<meta property="og:locale" content="en_US">
@@ -53,7 +53,7 @@
<meta name="twitter:title" content="Vue Bits">
<meta name="twitter:description"
content="An open source collection of high quality, animated, interactive & fully customizable Vue components for building stunning, memorable user interfaces.">
<meta name="twitter:image" content="https://vuebits.dev/og-pic.jpg">
<meta name="twitter:image" content="https://vue-bits.dev/og-pic.jpg">
<meta name="twitter:image:alt" content="The Vue Bits landing page design, showcasing the logo and a subtitle!">
<!-- Favicon & Apple Touch Icons -->
@@ -62,7 +62,7 @@
<link rel="manifest" href="/site.webmanifest">
<!-- Canonical & Robots Meta Tags -->
<link rel="canonical" href="https://vuebits.dev">
<link rel="canonical" href="https://vue-bits.dev">
<meta name="robots" content="index, follow">
<!-- Structured Data (JSON-LD for SEO) -->
@@ -71,9 +71,9 @@
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Vue Bits",
"url": "https://vuebits.dev",
"url": "https://vue-bits.dev",
"description": "An open source collection of high quality, animated, interactive & fully customizable Vue components for building stunning, memorable user interfaces.",
"image": "https://vuebits.dev/og-pic.jpg",
"image": "https://vue-bits.dev/og-pic.jpg",
"author": {
"@type": "Person",
"name": "David Haz"