chore(seo): fix old site metadata
This commit is contained in:
parent
3351f0758b
commit
a0345c103f
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue