Fix: Add meta description, keywords, canonical, and improve title

This commit is contained in:
2025-11-18 23:43:55 -08:00
parent f17c4460de
commit e6de14a5bc

View File

@@ -3,7 +3,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4ev.link - Custom Short URLs</title> <title>4ev.link - Free Permanent URL Shortener</title>
<meta name="description" content="Create custom, permanent short links with analytics. Runs on Cloudflare Edge for instant redirects. No expiration dates. Open source.">
<meta name="keywords" content="url shortener, link shortener, custom slug, permanent links, analytics, free">
<link rel="canonical" href="https://4ev.link/">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>"> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>">
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script> <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>