Skip to content

Commit da7a22e

Browse files
author
Raphael Bröderbauer
committed
SEO
1 parent 6af65c7 commit da7a22e

9 files changed

Lines changed: 42 additions & 0 deletions

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
<link rel="icon" type="image/png" href="/icon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>My Tasks</title>
8+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
9+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
10+
<link rel="shortcut icon" href="/favicon.ico" />
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
12+
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
13+
<link rel="manifest" href="/site.webmanifest" />
14+
<meta
15+
name="description"
16+
content="My Tasks helps you organize everything! Capture tasks, prioritize your day, and boost productivity. Never forget a thing again with your personal to-do list for projects, chores, and goals."
17+
/>
18+
<meta
19+
name="keywords"
20+
content="to do list app, task manager, productivity app, daily planner, organize tasks, task management app, best to do list app, personal organizer, goal tracker, time management app"
21+
/>
22+
<meta name="robots" content="index, follow" />
23+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
24+
<meta name="language" content="English" />
25+
<meta name="author" content="Raphael Holzer" />
826
</head>
927
<body>
1028
<div id="root"></div>

public/apple-touch-icon.png

11.1 KB
Loading

public/favicon-96x96.png

6.39 KB
Loading

public/favicon.ico

14.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

public/icon.png

-1.34 KB
Binary file not shown.

public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "My Tasks",
3+
"short_name": "Tasks",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
15.6 KB
Loading
60.5 KB
Loading

0 commit comments

Comments
 (0)