Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/05/2010, 21:55
Mokae
 
Fecha de Ingreso: marzo-2010
Ubicación: Culiacán, Sinaloa
Mensajes: 45
Antigüedad: 14 años, 1 mes
Puntos: 1
Respuesta: ¿Porqué Chrome detecta mi web como inglés?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Keywords" content="<?php echo ValorConfig('META-Keywords');?>" />
<meta name="Description" content="<?php echo ValorConfig('META-Description');?>" />
<meta name="verify-v1" content="<?php echo ValorConfig('ClaveGoogleAnalytics');?>" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

No se mucho de HTML pero creo que si cambias EN por ES tal vez se solucionaría!