Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/04/2009, 02:31
synack85
 
Fecha de Ingreso: abril-2009
Mensajes: 5
Antigüedad: 15 años
Puntos: 0
Respuesta: Dónde colocar Metatags en index.php

bueno, es bastante libre, pero yo lo tengo de esta manera
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>titulo</title>
<META NAME="Description" CONTENT="ESTA ES MI DESCRIPCION">
<META NAME="keywords" CONTENT="claves">
<MAS METAS.......>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var params = {menu: "false", wmode: "opaque" };
swfobject.embedSWF("embedobject.swf", "embed", "700", "300", "8.0.0","","",params);
</script>

</head>