|
1 | 1 | <snippet> |
2 | | - <content><![CDATA[ |
| 2 | + <content><![CDATA[ |
3 | 3 | <meta name="format-detection" content="telephone=no"> |
| 4 | +<meta name="referrer" content="origin"> |
4 | 5 | <meta name="description" content=""> |
5 | 6 |
|
6 | 7 | <!-- facebook --> |
7 | 8 | <meta property="og:site_name" content=""> |
8 | 9 | <meta property="og:title" content=""> |
9 | | -<meta property="og:type" content="product"> |
| 10 | +<meta property="og:type" content="website"> |
10 | 11 | <meta property="og:url" content="http://"> |
11 | 12 | <meta property="og:description" content=""> |
12 | 13 | <meta property="og:image" content="http://"> |
|
24 | 25 | <meta name="geo.country" content="BR"> |
25 | 26 | <meta name="geo.region" content="RJ"> |
26 | 27 | <meta name="geo.placename" content="Rio de Janeiro"> |
| 28 | +
|
| 29 | +<!-- favicon --> |
| 30 | +<link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
| 31 | +<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
| 32 | +<link rel="icon" href="/favicon.ico" type="image/x-icon"> |
| 33 | +
|
| 34 | +<!-- canonical --> |
| 35 | +<link rel="canonical" href="http://"> |
27 | 36 | ]]></content> |
28 | | - <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> |
29 | | - <tabTrigger>html-metas</tabTrigger> |
30 | | - <!-- Optional: Set a scope to limit where the snippet will trigger --> |
31 | | - <!-- <scope>source.python</scope> --> |
| 37 | + <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> |
| 38 | + <tabTrigger>html-head</tabTrigger> |
| 39 | + <!-- Optional: Set a scope to limit where the snippet will trigger --> |
| 40 | + <!-- <scope>source.python</scope> --> |
32 | 41 | </snippet> |
0 commit comments