tienes la etiqueta meta description bien definida ?
Si pusieras la URL sería mucho más fácil ayudarte.
Código:
<head>
<meta name="aqui pones la descripcion de tu web" content="miweblamaschula xd">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="Hege Refsnes">
<meta charset="UTF-8">
</head>
Hola
He mirado el codigo fuente cuando la web esta online y tiene las metas asi:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="es-ES">
<meta name="keywords" content="miweb" />
<meta name="description" content="mi web." />
<link rel="canonical" href="http://miweb.com/" />
<link href="/css/estilos.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://miweb.com/feed/feed.xml" />
<!-- Cached date: <br />
<b>Warning</b>: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead in <b>/home/mipaginaweb.php</b> on line <b>97</b><br />
2014-01-26T13:57:33+00:00 - -->
<meta name="generator" content=" CMS " />
<title>mi titulo</title>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'es-419'}
</script>
</head>
Puede estar el error en ese warning?
xao gracias