diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-25 22:04:21 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:04 +0100 |
| commit | febfe0ae5b7a4ed1bb7ac1034d1f87ae925453f1 (patch) | |
| tree | a65ce07fb4f3adafe03ce4d8e6d1463ea4dcbf74 /src | |
| parent | e4bd48640c6284c7921e941dc570a38c3a3bd96f (diff) | |
| download | brokentalents-febfe0ae5b7a4ed1bb7ac1034d1f87ae925453f1.tar.gz brokentalents-febfe0ae5b7a4ed1bb7ac1034d1f87ae925453f1.zip | |
Better descriptions -> SEO
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 6 | ||||
| -rw-r--r-- | src/IntroBox.vue | 2 | ||||
| -rw-r--r-- | src/index.html | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/src/App.vue b/src/App.vue index 4dcf698..a4d0811 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,13 +20,15 @@ <div class="content has-text-centered"> <p> Last update: {{ lastUpdate }}, with {{ totalMatches }} matches total. - Join the <a href="https://discord.gg/txTchJY">Discord Server</a> if you have questions. </p> <p> - <strong>BrokenTalentsFun</strong> by shutterfly (<a href="https://schneefux.xyz">@schneefux</a>). + <strong>BrokenTalentsFun</strong>, the Vainglory Talents and Hero win rate statistics site, by shutterfly (<a href="https://schneefux.xyz">@schneefux</a>). + <br /> <a href="https://github.com/BrokenTalents/brokentalents.github.io">Source Code</a>. Built with the <a href="http://developer.vainglorygame.com">Vainglory API</a>. Images by <a href="https://vainglorygame.com">Super Evil Mega Corp</a>, Gwen Icon by Bleeko. + <br /> + Join the <a href="https://discord.gg/txTchJY">Discord Server</a> if you have questions. </p> <p> </p> diff --git a/src/IntroBox.vue b/src/IntroBox.vue index 457f9f5..b4d4600 100644 --- a/src/IntroBox.vue +++ b/src/IntroBox.vue @@ -9,7 +9,7 @@ <br /> Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways. <br /> - Information on this site has been gathered from a small number of real Vainglory matches. + The pick and win rates on this site have been gathered from real Vainglory matches. The data can be imprecise and can be contrary to your personal experience. </p> <p> diff --git a/src/index.html b/src/index.html index 3b00cdc..41110e0 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <title>Vainglory Broken Talents Fun Statistics</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta name="description" content="Vainglory Talent and Hero statistics"> + <meta name="description" content="Vainglory Talent and Hero statistics. Find the best Talent for Blitz and Battle Royale. Check Vainglory Hero pick and win rates."> <meta name="keywords" content="Vainglory,Talents,5v5,Blitz,Battle Royale"> <meta property="og:image" content="/dist/assets/TalentGrab_square.jpg"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
