feat(*): Improve SEO

This commit is contained in:
Josh Creek
2023-09-05 20:30:14 +01:00
parent 108bf6ee34
commit b56ebd94cb
2 changed files with 7 additions and 4 deletions
+6 -2
View File
@@ -7,8 +7,12 @@
<meta name="theme-color" content="#8D6A9F" /> <meta name="theme-color" content="#8D6A9F" />
<meta <meta
name="description" name="description"
content="A web app designed to assist scrum teams in performing estimations quickly and with minimal effort." content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other."
/> />
<meta property="og:title" content="Estimation Poker - A free scrum estimation planning poker tool" />
<meta property="og:url" content="https://estimationpoker.jcreek.co.uk" />
<meta property="og:description" content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other." />
<link rel="canonical" href="https://estimationpoker.jcreek.co.uk" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" /> <link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -17,7 +21,7 @@
rel="stylesheet" rel="stylesheet"
/> />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Estimation Poker</title> <title>Estimation Poker - A free scrum estimation planning poker tool</title>
%sveltekit.head% %sveltekit.head%
<style> <style>
:root { :root {
+1 -2
View File
@@ -47,8 +47,7 @@
<div class="container"> <div class="container">
<p> <p>
Simply choose a card set, start a room and share the URL to everyone else who needs to join the Estimation Poker is totally free planning poker tool to use with your scrum team! Simply choose a card set, start a room and share the URL to everyone else who needs to join the estimation session.
estimation session.
</p> </p>
<div class="dropdown"> <div class="dropdown">
<select on:change={(e) => (selectedCardSet = cardSets[e.target.selectedIndex])}> <select on:change={(e) => (selectedCardSet = cardSets[e.target.selectedIndex])}>