From a0345c103f8ebcf68172efd8a4e2ce07664db1a5 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 15 Dec 2015 20:00:36 -0800 Subject: [PATCH] chore(seo): fix old site metadata --- public/_data.json | 5 ----- public/_includes/_head-include.jade | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/public/_data.json b/public/_data.json index 6d23c5ef31..de70c1662a 100644 --- a/public/_data.json +++ b/public/_data.json @@ -14,10 +14,5 @@ "title": "Contribute to Angular", "subtitle": "Help us build the framework of the future!", "autoformat": "true" - }, - - "download": { - "title": "Download Angular", - "subtitle": "Setup & Installation" } } \ No newline at end of file diff --git a/public/_includes/_head-include.jade b/public/_includes/_head-include.jade index 6a757339f3..b5fe0cab54 100644 --- a/public/_includes/_head-include.jade +++ b/public/_includes/_head-include.jade @@ -22,14 +22,14 @@ meta(name="robots" content="all") meta(name="referrer" content="origin") meta(name="viewport" id="viewport" content="width=device-width, initial-scale=1") -meta(property="og:title" content="Angular") +meta(property="og:title" content="Angular 2") meta(property="og:image" content="/resources/images/logos/standard/shield-large.png") meta(property="og:image:type" content="image/png") meta(property="og:image:width" content="184") meta(property="og:image:height" content="200") meta(property="og:description" content="#{description}") -meta(itemprop="name" content="Angular") +meta(itemprop="name" content="Angular 2") meta(itemprop="description" content="#{description}") meta(itemprop="image" content="https://angular.io/resources/images/logos/standard/shield-large.png")