Skip to content

Commit

Permalink
Adding analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkeydev committed Jan 30, 2024
1 parent 2dbfd7e commit 1c3f13d
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,34 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/png" href="/assets/images/index/favicon144x144.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="msapplication-TileImage" content="/favicon-144x144.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-144x144.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="canonical" href="https://www.astrostation.me">
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" type="image/png" href="/assets/images/index/favicon144x144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileImage" content="/favicon-144x144.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-144x144.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="canonical" href="https://www.astrostation.me" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrostation - Aesthetic Pomodoro Timer</title>
<meta
name="description"
content="An aesthetic and customizable Pomodoro Timer app. Increase your productivity and focus better while studying, writing, or coding."
/>
<meta name="“robots”" content="index," follow” />
<meta name="keywords" content="pomodoro technique, tomato timer, pomodoro timer, online pomodoro timer, software timer, pomodoro software timer, productivity tools, gtd, getting things done, productivity, digital timer, concentration techniques, pomodoro resources, pomodoro software, pomodoro technique, procrastination, productivity, to do, list, focus timer, task, be focused">
<link rel="”publisher”" href="https://twitter.com/melkeydev">
<meta
name="keywords"
content="pomodoro technique, tomato timer, pomodoro timer, online pomodoro timer, software timer, pomodoro software timer, productivity tools, gtd, getting things done, productivity, digital timer, concentration techniques, pomodoro resources, pomodoro software, pomodoro technique, procrastination, productivity, to do, list, focus timer, task, be focused"
/>
<link rel="”publisher”" href="https://twitter.com/melkeydev" />
<!--Schema.org markup for Google-->

<script defer data-domain="astrostation.me" src="https://test.lpli.io/js/script.js"></script>

<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -60,11 +66,11 @@
}
</script>

<!--FB/Other Social Media (Open Graph Protocol)-->
<!--FB/Other Social Media (Open Graph Protocol)-->
<meta property="og:title" content="Astrostation - Aesthetic Pomodoro Timer" />
<meta property="og:site_name" content="Astrostation" />
<meta property="og:url" content="https://astrostation.me" />
<meta property="og:type" content="website">
<meta property="og:type" content="website" />
<meta
property="og:description"
content="An aesthetic and customizable Pomodoro Timer app. Manage your time effectively and focus better while studying, writing, or coding."
Expand All @@ -86,8 +92,9 @@
<meta name="twitter:creator" content="@MelkeyDev" />
<meta
name="twitter:image"
content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png">
<meta name="twitter:image:alt" content="Screenshot of Astrostation - Aesthetic Pomodoro Timer Website App">
content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png"
/>
<meta name="twitter:image:alt" content="Screenshot of Astrostation - Aesthetic Pomodoro Timer Website App" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 1c3f13d

Please sign in to comment.