|
9 | 9 | <title>Comandos Git - Aprenda Git do básico ao avançado</title> |
10 | 10 | <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"> |
11 | 11 | <meta name="author" content="Rafael Corrêa Gomes"> |
12 | | - <meta name="robots" content="nofollow" /> |
13 | 12 | <meta name="description" content="Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab"> |
14 | | - <meta name="keywords" content="git branch, git commit, git remote, comandos git, github, git merge, windows, mac, bitbucket, git, linux, ubuntu, debian, controle de verão, git add, git pull, git push, git remote"> |
| 13 | + <meta name="keywords" content="git branch, git commit, git remote, comandos git, github, git merge, windows, mac, bitbucket, git, linux, ubuntu, debian, controle de versão, git add, git pull, git push, git remote"> |
15 | 14 | <link rel="canonical" href="https://comandosgit.github.io/"> |
| 15 | + |
| 16 | + <!-- Open Graph / Facebook --> |
| 17 | + <meta property="og:type" content="website"> |
| 18 | + <meta property="og:url" content="https://comandosgit.github.io/"> |
| 19 | + <meta property="og:title" content="Comandos Git - Aprenda Git do básico ao avançado"> |
| 20 | + <meta property="og:description" content="Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab"> |
| 21 | + <meta property="og:image" content="https://comandosgit.github.io/img/comandos-git.png"> |
| 22 | + <meta property="og:locale" content="pt_BR"> |
| 23 | + |
| 24 | + <!-- Twitter --> |
| 25 | + <meta property="twitter:card" content="summary_large_image"> |
| 26 | + <meta property="twitter:url" content="https://comandosgit.github.io/"> |
| 27 | + <meta property="twitter:title" content="Comandos Git - Aprenda Git do básico ao avançado"> |
| 28 | + <meta property="twitter:description" content="Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab"> |
| 29 | + <meta property="twitter:image" content="https://comandosgit.github.io/img/comandos-git.png"> |
| 30 | + |
| 31 | + <!-- Theme Color for Mobile Browsers --> |
| 32 | + <meta name="theme-color" content="#ffffff"> |
16 | 33 | <!-- Latest compiled and minified CSS --> |
17 | 34 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
18 | 35 | <!-- Optional theme --> |
|
25 | 42 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
26 | 43 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
27 | 44 | <![endif]--> |
| 45 | + <!-- JSON-LD Structured Data --> |
| 46 | + <script type="application/ld+json"> |
| 47 | + { |
| 48 | + "@context": "https://schema.org", |
| 49 | + "@type": "WebSite", |
| 50 | + "name": "Comandos Git", |
| 51 | + "url": "https://comandosgit.github.io/", |
| 52 | + "description": "Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab", |
| 53 | + "inLanguage": "pt-BR", |
| 54 | + "author": { |
| 55 | + "@type": "Person", |
| 56 | + "name": "Rafael Corrêa Gomes" |
| 57 | + }, |
| 58 | + "publisher": { |
| 59 | + "@type": "Organization", |
| 60 | + "name": "Comandos Git", |
| 61 | + "url": "https://comandosgit.github.io/" |
| 62 | + } |
| 63 | + } |
| 64 | + </script> |
| 65 | + |
28 | 66 | <!-- Google Tag Manager --> |
29 | 67 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
30 | 68 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
|
0 commit comments