feat(docs-infra): add meta[name]=Description to angular.io's index.html (#28916)

This change makes angular.io more user and SEO friendly according to web.dev.

See: https://web.dev/discoverable/write-descriptive-text

PR Close #28916
This commit is contained in:
Igor Minar 2019-02-21 17:31:43 -08:00
parent 2df2168c0a
commit 599e2e22bc
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<head>
<meta charset="utf-8">
<title>Angular</title>
<meta name="Description" content="Angular is a platform for building mobile and desktop web applications.
Join the community of millions of developers who build compeling user interfaces with Angular.">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">