Skip to content

Commit

Permalink
Merge pull request #214 from gilcierweb/master
Browse files Browse the repository at this point in the history
adding meta tags seo and image share
  • Loading branch information
wantero authored Apr 1, 2019
2 parents f88b844 + 08bcf10 commit 16eeae5
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 42 deletions.
Binary file added src/assets/img/sharebook-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 82 additions & 42 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,96 @@
<!doctype html>
<html lang="pt-br">
<html lang="pt-BR">

<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-124464729-1', 'auto');
</script>

<!--
<script defer src="https://taggbox.com/app/js/embed.min.js" type="text/javascript"></script>
-->

<title>ShareBook - Doe ou ganhe livros.</title>
<base href="/">

<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<link rel="shortcut icon" type="image/x-icon" href="./assets/img/bookIco.ico">


<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/hover.css">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-124464729-1', 'auto');
</script>

<!--
<script defer src="https://taggbox.com/app/js/embed.min.js" type="text/javascript"></script>
-->

<base href="/">

<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="cache-control" content="no-cache,must-revalidate"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 day">
<meta name="resource-type" content="document"/>
<meta name="classification" content="Internet"/>
<meta name="language" content="pt-BR">
<meta name="doc-class" content="Completed"/>
<meta name="generator" content="Angular">
<meta name="author" content="ShareBook"/>
<meta name="copyright" content="© 2018 ShareBook"/>
<meta name="description" content="Sharebook é um projeto colaborativo de código aberto que é apoiado por muitos contribuidores. Você pode ser um deles. Vem pro time! Conheça alguns dos maiores contribuidores do projeto.">
<meta name="keywords" content="ShareBook, Doe, Doar, Ganhe, Livros, Book,.Net core 2.x, C#, SQL Server, Web api, Angular, ionic">

<!-- Twitter Card tags -->
<meta name="twitter:card" content="Sharebook"/>
<meta name="twitter:site" content="@sharebook"/>
<meta name="twitter:title" content="ShareBook - Doe ou ganhe livros."/>
<meta name="twitter:description" content="Sharebook é um projeto colaborativo de código aberto que é apoiado por muitos contribuidores. Você pode ser um deles. Vem pro time! Conheça alguns dos maiores contribuidores do projeto."/>
<meta name="twitter:image" content="https://www.sharebook.com.br/assets/img/sharebook-share.png"/>

<!-- Facebook meta tags -->
<meta property="og:site_name" content="ShareBook"/>
<meta property="og:url" content="https://sharebook.com.br"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="ShareBook - Doe ou ganhe livros."/>
<meta property="og:description" content="Sharebook é um projeto colaborativo de código aberto que é apoiado por muitos contribuidores. Você pode ser um deles. Vem pro time! Conheça alguns dos maiores contribuidores do projeto."/>
<meta property="og:image" content="https://www.sharebook.com.br/assets/img/sharebook-share.png"/>

<title>ShareBook - Doe ou ganhe livros.</title>

<link rel="shortcut icon" type="image/x-icon" href="./assets/img/bookIco.ico">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/hover.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<style>
html {overflow-x: hidden;}
</style>

<style>
html {
overflow-x: hidden;
}
</style>

</head>

<body>

<app-root></app-root>

<app-root></app-root>

<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>

</body>

</html>
</html>

0 comments on commit 16eeae5

Please sign in to comment.