|
3 | 3 | <head>
|
4 | 4 | <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
5 | 5 | <meta charset="utf-8">
|
| 6 | + <!-- Search Engine --> |
| 7 | + <meta name="description" content="A map full of lovely Python communities, add yours!"> |
| 8 | + <meta name="image" content="https://community.python.org.br/logo.png"> |
| 9 | + <!-- Schema.org for Google --> |
| 10 | + <meta itemprop="name" content="The Python Community Map"> |
| 11 | + <meta itemprop="description" content="A map full of lovely Python communities, add yours!"> |
| 12 | + <meta itemprop="image" content="https://community.python.org.br/logo.png"> |
| 13 | + <!-- Twitter --> |
| 14 | + <meta name="twitter:card" content="summary"> |
| 15 | + <meta name="twitter:title" content="The Python Community Map"> |
| 16 | + <meta name="twitter:description" content="A map full of lovely Python communities, add yours!"> |
| 17 | + <meta name="twitter:site" content="@jonatasbaldin"> |
| 18 | + <meta name="twitter:creator" content="@jonatasbaldin"> |
| 19 | + <meta name="twitter:image:src" content="https://community.python.org.br/preview.png"> |
| 20 | + <!-- Open Graph general (Facebook, Pinterest & Google+) --> |
| 21 | + <meta name="og:title" content="The Python Community Map"> |
| 22 | + <meta name="og:description" content="A map full of lovely Python communities, add yours!"> |
| 23 | + <meta name="og:image" content="https://community.python.org.br/preview.png"> |
| 24 | + <meta name="og:url" content="https://community.python.org.br"> |
| 25 | + <meta name="og:site_name" content="The Python Community Map"> |
| 26 | + <meta name="og:type" content="website"> |
| 27 | + |
6 | 28 | <title>The Python Community Map</title>
|
| 29 | + |
7 | 30 | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
8 | 31 | <link rel="shortcut icon" type="image/png" href="logo.png">
|
9 | 32 | <link rel="stylesheet" href="style.css">
|
|
0 commit comments