Skip to content

Commit 05df44a

Browse files
committed
fix: added seo meta content
1 parent 73d1051 commit 05df44a

15 files changed

+51
-6
lines changed

app.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33

44
<head {{ HEAD_ATTRS }}>
55
<title>Diff viewer</title>
6+
<meta name="theme-color" content="#2563EB">
7+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
8+
<meta property="og:url" content="https://diffviewer.vercel.app/">
9+
<meta name="og:image" property="og:image" content="https://diffviewer.vercel.app/brand-430x495.png">
10+
<meta name="twitter:title" content="A privacy focused, secure, easy sharable and simple diff viewer">
11+
<meta name="og:title" property="og:title" content="A privacy focused, secure, easy sharable and simple diff viewer">
12+
<meta property="og:type" name="og:type" content="website">
13+
<meta name="description" content="A privacy focused, secure, easy sharable and simple diff viewer">
14+
<meta property="og:description" name="og:description"
15+
content="A privacy focused, secure, easy sharable and simple diff viewer">
16+
<meta name="twitter:description" content="A privacy focused, secure, easy sharable and simple diff viewer">
17+
<meta property="og:url" name="og:url" content="https://diffviewer.vercel.app/">
18+
<meta name="twitter:card" content="summary">
19+
<meta name="twitter:creator" content="@technikhil314">
20+
<meta property="og:image" name="og:image" content="https://diffviewer.vercel.app/128x128.png">
21+
<meta property="og:image" name="og:image" content="https://diffviewer.vercel.app/brand-192x192.png">
22+
<meta property="og:image" name="og:image" content="https://diffviewer.vercel.app/brand-200x200.png">
23+
<meta property="og:image" name="og:image" content="https://diffviewer.vercel.app/brand-512x512.png">
24+
<meta property="og:image" name="og:image" content="https://diffviewer.vercel.app/brand-800x800.png">
25+
<meta name="image" property="og:image" content="https://diffviewer.vercel.app/brand-1200x600.png">
26+
<meta name="og:image:alt" property="og:image:alt"
27+
content="A privacy focused, secure, easy sharable and simple diff viewer">
28+
<meta name="twitter:image" content="https://diffviewer.vercel.app/128x128.png">
29+
<link rel="canonical" href="https://diffviewer.vercel.app/">
30+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
31+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
32+
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
33+
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" />
34+
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
35+
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" />
36+
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
37+
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" />
38+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" />
639
<script>(function (w, d, s, l, i) {
740
w[l] = w[l] || []; w[l].push({
841
'gtm.start':

components/navbar.vue

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
<template>
22
<header class="fixed top-0 left-0 right-0 bg-white shadow-lg">
33
<div class="container flex items-center h-full p-4 mx-auto">
4-
<div class="flex-shrink-0 mr-auto md:w-48">
4+
<div class="flex-shrink-0 mr-auto">
55
<NuxtLink to="/">
6-
<img
7-
class="h-8 md:h-10"
8-
src="https://i.ibb.co/98pHdFq/2021-10-27-15h51-15.png"
9-
alt=""
10-
/>
6+
<svg
7+
height="40px"
8+
width="40px"
9+
fill="#000000"
10+
xmlns="http://www.w3.org/2000/svg"
11+
xmlns:xlink="http://www.w3.org/1999/xlink"
12+
version="1.1"
13+
x="0px"
14+
y="0px"
15+
viewBox="0 0 100 100"
16+
enable-background="new 0 0 100 100"
17+
xml:space="preserve"
18+
>
19+
<path
20+
d="M21.245,67.833V51.896h6.188c1.572,0,2.742,0.071,3.511,0.211c0.768,0.141,1.437,0.374,2.007,0.698 c1.104,0.649,1.933,1.562,2.488,2.737s0.833,2.622,0.833,4.338c0,1.804-0.345,3.32-1.033,4.55s-1.704,2.144-3.046,2.742 c-0.519,0.238-1.17,0.408-1.952,0.509c-0.783,0.101-2.036,0.151-3.76,0.151H21.245z M26.362,63.798h1.374 c1.276,0,2.162-0.285,2.656-0.855c0.494-0.569,0.741-1.59,0.741-3.062c0-1.435-0.253-2.452-0.758-3.051s-1.363-0.897-2.574-0.897 h-1.439V63.798z M40.945,67.833V51.896h5.214v15.937H40.945z M51.513,67.833V51.896h12.052v4.014H56.63v2.467h5.518v3.852H56.63 v5.604H51.513z M67.751,67.833V51.896h12.052v4.014h-6.935v2.467h5.518v3.852h-5.518v5.604H67.751z M85.248,2.083h-6.916H21.33 H7.531c-2.205,0-4,1.795-4,4v34.854v37.89v15.09c0,2.205,1.795,4,4,4h84.932c2.205,0,4-1.795,4-4v-15.09v-37.89V14.593L85.248,2.083 z M59.998,21.166h4.416c1.381,0,2.5-1.245,2.5-2.782V5.083h8.418v19.166c0,0.552-0.449,1-1,1H33.459V5.083h24.039v13.301 C57.498,19.921,58.617,21.166,59.998,21.166z M30.459,5.083v20.166H25.33c-0.553,0-1-0.448-1-1V5.083H30.459z M6.531,43.938h86.932 v31.89H6.531V43.938z M93.463,93.917c0,0.551-0.449,1-1,1H7.531c-0.551,0-1-0.449-1-1v-15.09h86.932V93.917z M6.531,40.938V6.083 c0-0.551,0.449-1,1-1H21.33v19.166c0,2.206,1.793,4,4,4h49.002c2.205,0,4-1.794,4-4V5.083h5.576l9.555,10.657v25.197H6.531z"
21+
></path>
22+
</svg>
1123
</NuxtLink>
1224
</div>
1325

static/android-chrome-192x192.png

3.88 KB
Loading

static/android-chrome-512x512.png

13 KB
Loading

static/apple-touch-icon-114x114.png

3.46 KB
Loading

static/apple-touch-icon-120x120.png

3.08 KB
Loading

static/apple-touch-icon-144x144.png

3.4 KB
Loading

static/apple-touch-icon-152x152.png

4.69 KB
Loading

static/apple-touch-icon-180x180.png

7.96 KB
Loading

static/apple-touch-icon-57x57.png

1.1 KB
Loading

0 commit comments

Comments
 (0)