chore(seo): fix old site metadata

This commit is contained in:
Naomi Black 2015-12-15 20:00:36 -08:00
parent 3351f0758b
commit a0345c103f
2 changed files with 2 additions and 7 deletions

View File

@ -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"
}
}

View File

@ -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")