Commit 803ff9a1cef0710760f84e7c46b82d4945739144
1 parent
db4eb6fd
Exists in
master
and in
4 other branches
Add the global OpenGraph meta tags
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
src/index.html
... | ... | @@ -4,10 +4,15 @@ |
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <title>Dialoga Brasil</title> |
7 | - <meta name="description" content=""> | |
7 | + <meta name="description" content="O País fica melhor quando você participa"> | |
8 | 8 | <base href="/"> |
9 | 9 | <meta name="viewport" content="width=device-width"> |
10 | 10 | <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
11 | + | |
12 | + <!-- OpenGraph --> | |
13 | + <meta name="og:title" content="Dialoga Brasil"> | |
14 | + <meta name="og:description" content="O País fica melhor quando você participa"> | |
15 | + <meta name="og:image" content="http://dialoga.gov.br/images/logo.png"> | |
11 | 16 | |
12 | 17 | <!-- build:css({.tmp/serve,src}) styles/vendor.css --> |
13 | 18 | <!-- bower:css --> | ... | ... |