- 3 metas en la cabecera para validar la propiedad del site

- Código UA-11391010-1 de Google Analytics (GA) 

git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@33 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
This commit is contained in:
David Arranz 2011-10-11 14:10:38 +00:00
parent ecc3fb3f12
commit 888fc40788
2 changed files with 22 additions and 9 deletions

View File

@ -1,3 +1,7 @@
<meta name="google-site-verification" content="vl3LVWYUkW7MTJbzHvQoXECmfuKZDCvVHuP5EazllRI" />
<meta name="y_key" content="9c15c657878b960a" />
<meta name="msvalidate.01" content="66B33D230C15B70BE1B52A43BAE0C6A6" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="all" href="/estilos.css" />
<link rel="stylesheet" type="text/css" media="all" href="/menu.css" />
@ -10,13 +14,22 @@
<link href="/fonts/stylesheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23016516-1']);
_gaq.push(['_trackPageview']);
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-11391010-1"]);
_gaq.push(["_setDomainName", "none"]);
_gaq.push(["_setAllowLinker", true]);
_gaq.push(["_trackPageview"]);
_gaq.push(["_setAccount", "UA-23016516-1"]);
_gaq.push(["_setDomainName", "none"]);
_gaq.push(["_setAllowLinker", true]);
_gaq.push(["_trackPageview"]);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB