On-page

Title tag present

Checks if every page has a <title> tag.

¿Por qué importa esto?

The title tag is one of the most important on-page SEO factors. Search engines display it as the clickable blue link in search results. Without a title, Google generates one itself - often of poor quality.

¿Cómo se soluciona?

Add a unique <title> tag inside the <head> of every page. Include your focus keyword and keep it between 30 and 60 characters. Avoid duplicating titles across multiple pages.

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

Checks if every page has a <title> tag.

The title tag is one of the most important on-page SEO factors. Search engines display it as the clickable blue link in search results. Without a title, Google generates one itself - often of poor quality.

Add a unique <title> tag inside the <head> of every page. Include your focus keyword and keep it between 30 and 60 characters. Avoid duplicating titles across multiple pages.

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

<head>
    <meta charset="UTF-8">
    <title>SEO audit tool for any website | YourBrand</title>
    <meta name="description" content="Description of your page in 120-160 characters.">
    <link rel="canonical" href="https://www.yourdomain.com/seo-audit-tool/">
</head>
Empezar gratis