fix: SEO description, tags

This commit is contained in:
Luka Dekanozishvili 2026-02-03 22:09:20 +01:00
parent 85b5306609
commit 7ad2a64f22
2 changed files with 6 additions and 6 deletions

View file

@ -50,9 +50,9 @@
<link rel="apple-touch-icon" href={favicon}>
<meta name="twitter:image" content={homeOg}>
<meta property="og:image" content={homeOg}>
<meta property="og:url" content="{page.url.toString()}">
<meta name="twitter:url" content="{page.url.toString()}">
<link rel="canonical" href={`${PUBLIC_BACKEND_API_HOST}${page.url.pathname}`}/>
<meta property="og:url" content={`${PUBLIC_BACKEND_API_HOST}${page.url.pathname}`}>
<meta name="twitter:url" content={`${PUBLIC_BACKEND_API_HOST}${page.url.pathname}`}>
<link rel="canonical" href={`${PUBLIC_BACKEND_API_HOST}${page.url.pathname}`}>
</svelte:head>

View file

@ -74,9 +74,9 @@
<title>HexName - Free, uncomplicated DNS management</title>
<meta property="og:title" content="HexName - Free, uncomplicated DNS management">
<meta name="twitter:title" content="HexName - Free, uncomplicated DNS management">
<meta name="description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
<meta property="og:description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
<meta name="twitter:description" content="Register our premium domains and manage DNS and DynDNS - so you can focus on what truly matters.">
<meta name="description" content="Register our premium domains, and manage DNS and DynDNS forever-free - so you can focus on what truly matters.">
<meta property="og:description" content="Register our premium domains, and manage DNS and DynDNS forever-free - so you can focus on what truly matters.">
<meta name="twitter:description" content="Register our premium domains, and manage DNS and DynDNS forever-free - so you can focus on what truly matters.">
<meta name="robots" content="index, follow">
</svelte:head>