Skip to content

Commit

Permalink
SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
Zander Lewis committed Jul 5, 2024
1 parent aa77943 commit 7c2682a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
<link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />
<meta name="csrf-token" content="{{ csrf_token() }}"> <!-- CSRF Token for security -->

<!-- SEO -->
<meta name="description" content="Linkverse is a free URL shortening service.">
<meta name="keywords" content="linkverse, url shortener, free url shortener, link shortener, shorten link, shorten url, zander, zander lewis, postaverse, tools, tool, postaverse tool, postaverse tools, zander tool, zander tools, zander lewis tools, zander lewis tool">
<meta name="author" content="Zander Lewis">
<meta name="robots" content="index, follow">
<meta name="og:title" content="Linkverse">
<meta name="og:description" content="Linkverse is a free URL shortening service.">
<meta name="og:sitename" content="Linkverse">
<meta name="og:type" content="website">
<meta name="og:url" content="https://linkverse.us">
<meta name="og:locale" content="en_US">

<!-- Styles -->
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
</head>
Expand Down

0 comments on commit 7c2682a

Please sign in to comment.