Skip to content

Commit fcac9ab

Browse files
committed
chore: updated meta
1 parent b2f0ecd commit fcac9ab

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.screenshots/window.png

-91.3 KB
Loading

index.html

+41
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,47 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,target-densitydpi=device-dpi, user-scalable=no"
99
/>
10+
11+
<!-- Basic -->
12+
<meta charset="UTF-8" />
13+
<!-- <meta name="theme-color" content="#09f" /> -->
14+
<meta
15+
name="description"
16+
content="A dead-simple paper for keeping notes. Notes is a simple notes taking app that focuses on simplicity to reduce distractions."
17+
/>
18+
<meta
19+
name="keywords"
20+
content="open, open note, opennote, notes app, notes, rubbie, rubbie kelvin, keep, note taking, vue, javascript, django, python"
21+
/>
22+
<meta name="mobile-web-app-capable" content="yes" />
23+
<meta name="author" content="Rubbie Kelvin Voltsman" />
24+
<meta name="copyright" content="stuffsbyrubbie" />
25+
<meta name="robots" content="nofollow" />
26+
<meta property="og:type" content="website" />
27+
<meta property="og:title" content="Opennotes" />
28+
<meta property="og:url" content="https://opennotes.one" />
29+
<meta
30+
property="og:description"
31+
content="A dead-simple paper for keeping notes. Notes is a simple notes taking app that focuses on simplicity to reduce distractions."
32+
/>
33+
<meta property="og:site_name" content="Opennotes" />
34+
35+
<meta
36+
property="og:image:secure_url"
37+
itemprop="image"
38+
content="https://res.cloudinary.com/rubbie-io/image/upload/v1680096114/oppennotes-screenshot.png"
39+
/>
40+
<meta
41+
property="og:image"
42+
itemprop="image"
43+
content="https://res.cloudinary.com/rubbie-io/image/upload/v1680096114/oppennotes-screenshot.png"
44+
/>
45+
<meta property="og:image:width" content="1174" />
46+
<meta property="og:image:height" content="842" />
47+
48+
<meta name="twitter:card" content="summary_large_image" />
49+
<meta name="twitter:creator" content="@kelvinrubbie" />
50+
1051
<title>OpenNotes</title>
1152
</head>
1253
<body class="bg-themed-bg text-themed-text">

0 commit comments

Comments
 (0)