Skip to content

Commit 3b1ab15

Browse files
committed
Improve SEO and indexing defaults
1 parent a5504f3 commit 3b1ab15

12 files changed

Lines changed: 595 additions & 174 deletions

File tree

LYNX/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Lynx</title>
7-
<meta name="description" content="Lynx — Your personal links hub" />
7+
<meta name="description" content="Lynx - your personal links hub." />
8+
<meta name="robots" content="index, follow, max-image-preview:large" />
89
<meta name="author" content="paoloronco" />
10+
<meta name="theme-color" content="#ffffff" />
911

1012
<meta property="og:title" content="Lynx" />
11-
<meta property="og:description" content="Lynx — Your personal links hub" />
13+
<meta property="og:description" content="Lynx - your personal links hub." />
1214
<meta property="og:type" content="website" />
15+
<meta property="og:site_name" content="Lynx" />
16+
<meta name="twitter:card" content="summary" />
17+
<meta name="twitter:title" content="Lynx" />
18+
<meta name="twitter:description" content="Lynx - your personal links hub." />
1319
<style>
1420
body.lynx-booting {
1521
background: #ffffff !important;

LYNX/public/robots.txt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
User-agent: Googlebot
2-
Allow: /
3-
4-
User-agent: Bingbot
5-
Allow: /
6-
7-
User-agent: Twitterbot
8-
Allow: /
9-
10-
User-agent: facebookexternalhit
11-
Allow: /
12-
131
User-agent: *
142
Allow: /
3+
Disallow: /admin
4+
Disallow: /api

0 commit comments

Comments
 (0)