Browse Source

Add a meta description

Gaël Métais 10 years ago
parent
commit
d556f84929
2 changed files with 2 additions and 1 deletions
  1. 1 0
      front/src/main.html
  2. 1 1
      package.json

+ 1 - 0
front/src/main.html

@@ -5,6 +5,7 @@
     <base href="/">
     <link rel="icon" type="image/png" href="/img/favicon.png">
     <meta property="og:image" content="/img/logo-large.png" />
+    <meta name="description" content="Free online web performance tool. Audit your webpage for performance and front-end quality issues. And it's open-source!" />
 
     <!-- build:css /css/styles.css-->
     <link rel="stylesheet" type="text/css" href="/css/main.css">

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "yellowlabtools",
   "version": "1.2.0",
-  "description": "Online tool audits a webpage for performance and front-end code quality issues",
+  "description": "Online tool to audit a webpage for performance and front-end quality issues",
   "repository": {
     "type": "git",
     "url": "git://github.com/gmetais/YellowLabTools.git"