mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
feat(*): Improve SEO
This commit is contained in:
+6
-2
@@ -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 {
|
||||||
|
|||||||
@@ -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])}>
|
||||||
|
|||||||
Reference in New Issue
Block a user