La etiqueta H1

La etiqueta <H1> es un factor importante a la hora de posicionar una página. La H1 define el tema de cada página web. Por lo tanto, generalmente la etiqueta <H1> solo debe usarse una vez por página.

The H1 tag serves two functions.

  1. It gives the search engines important information about the topic of the page. The search engines are then able to use this information as part of their method for determining relevancy.
  2. Just like the heading of an article, the H1 tag captures the reader’s attention and provokes them to continue reading.

Muchos webmasters evitan el H1 porqué por defecto el tamaño de la fuente es enorme y no atractivo. Afortunadamente, con un toque de CSS, se le puede poner cualquier estilo. Por ejemplo:

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight:normal;
font-style:italic;
}

Escrito por DavidM

¡No te pierdas el próximo artículo! Suscríbete via e-mail o RSS. ¡Gracias por tu visita!

Votar en Seoclon.

Deja un comentario

Entradas relacionadas


Cerrar
Enviar por Correo