Browse Source

Add meta tags to improve SEO

Marcelo Fornet 5 years ago
parent
commit
5cdd785791
1 changed files with 7 additions and 1 deletions
  1. 7 1
      layout/_base.html

+ 7 - 1
layout/_base.html

@@ -7,13 +7,19 @@
 	<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148161067-1"></script>
 	<script>
 		window.dataLayer = window.dataLayer || [];
-		function gtag() { dataLayer.push(arguments); }
+
+		function gtag() {
+			dataLayer.push(arguments);
+		}
 		gtag('js', new Date());
 		gtag('config', 'UA-148161067-1');
 	</script>
 	<meta charset="UTF-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<meta http-equiv="X-UA-Compatible" content="ie=edge">
+	<meta name="description" content="Online Portfolio | Alucho">
+	<meta name="keywords" content="Alucho, Alejandro, Rodríguez, Rodriguez, Fornes, Cartel, Cuba, Diseño, Gráfico">
+	<meta name="author" content="Alejandro Fornes, Danilo Gomez, Marcelo Fornet">
 	<link rel="stylesheet" href="{{ 'css/hamburger.css' | static }}">
 	<link rel="stylesheet" href="{{ 'css/main.css' | static }}">
 	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">