From 36881e76826112efc9c46629b4e8208f37f41b4c Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Wed, 4 Mar 2015 13:50:09 -0800 Subject: [PATCH] SEO Updates --- harp.json | 1 + public/_includes/_head-include.jade | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/harp.json b/harp.json index 595b5469c9..0b6d9347a9 100644 --- a/harp.json +++ b/harp.json @@ -2,6 +2,7 @@ "globals": { "title": "Angular", "description": "Angular is a development platform for building mobile and desktop web applications", + "keywords": "Angular, AngularJS, AngularDart, Javscript, Dart, Framework, JavaScript MVC, Google", "siteURL": "http://angular.io", "jsLatest": "2.0.0-alpha.12", "dartLatest": "2.0.0-alpha.6", diff --git a/public/_includes/_head-include.jade b/public/_includes/_head-include.jade index e126d30459..d1719cd5a3 100644 --- a/public/_includes/_head-include.jade +++ b/public/_includes/_head-include.jade @@ -1,3 +1,13 @@ +title #{title} | + +meta(charset="utf-8") +meta(http-equiv="X-UA-Compatible" content="IE=edge") +meta(name="description" content="#{description}") +meta(name="keywords" content="#{keywords}") +meta(name="robots" content="all") +meta(name="referrer" content="origin") +meta(name="viewport" id="viewport" content="width=device-width, initial-scale=1") + link(rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/0.7.1/angular-material.min.css") link(href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,700' rel='stylesheet' type='text/css') link(rel="stylesheet" href="/resources/css/vendor/icomoon/style.css")