Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/09/2012, 21:08
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 11 años, 9 meses
Puntos: 86
Respuesta: Pagina principal index o no?

Hola tu pagina principal debe llamarse index hay otras obsiones como home o default pero quedate con index y con respecto al buscador utiliza los meta en las etiquetas head.
te dejo un ejemplo:

Código HTML:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>nombre de tu sitio web</title>
<meta name="title" content="nombre de tu sitio web">
<meta http-equiv="title" content="nombre de tu sitio web">
<meta http-equiv="keywords" content="palabras claves de tu sitio web como por ejemplo fotos noticias etcetera">
<meta name="keywords" content="palabras claves de tu sitio web como por ejemplo fotos noticias etcetera">
<meta http-equiv="description" content="contenido de tu sitio web">
<meta name="description" content="contenido de tu sitio web">
<meta http-equiv="DC.Description" content="descripsion de tu sitio web">
<meta name="distribution" content="global">
<meta name="resource-type" content="Document">
<meta http-equiv="Pragma" content="cache">
<META HTTP-EQUIV="Content-Language" CONTENT="es">
<meta name="robots" content="index,follow">
</head> 
__________________
Saludos!
----------------------------------------------------------