commit a7c6b1099853f6c5e38bfdc5fd0c6033949c4f33
parent 6df3a171f413c171bddcbd24c5cadea8bd1cdcb8
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Mon, 30 Mar 2020 14:23:15 -0700
:mag: Add additional meta tags to increase SEO
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <title>txtodo</title>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
- <title>txtodo</title>
- <meta name="description" content="the homepage of the txtodo todo list mobile app">
+ <meta name="author" content="FIGBERT">
+ <meta name="description" content="the official website of the txtodo todo list mobile app">
+ <meta name="keywords" content="app,productivity,todo-list,ios,personal">
+ <meta name="twitter:title" content="txtodo">
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:description" content="the official website of the txtodo todo list mobile app">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">