Description within the band
- Input
- 133 caracteres (texto padrão desta ferramenta)
- Expected output
- sem aviso, dentro de 50-160
Sits close to the middle of the reference band, with room on both sides before any warning fires.
meta description generator
The generator checks the title against a 60-character ceiling and the description against a 50-to-160 band: crossing 160 fires a truncation warning, and falling under 50 fires only an info-level notice that the description is too short to fill the snippet well. Neither limit exists in HTML or in Google's spec, they are reference bands meant to predict the real cutoff.
Sits close to the middle of the reference band, with room on both sides before any warning fires.
Below the 50-character floor; the warning is info-level, it does not stop the HTML from being generated.
The title ceiling only exists on the upper end; there is no short-title warning in this tool, unlike the description.
The <title> lives in the <head> and sets the browser tab text and the search snippet title; it is a whole-page signal. The <h1> is the visible heading inside the content. They can have different text: the title is usually more concise and tuned for the SERP, while the h1 speaks directly to someone already on the page. Do not conflate them or repeat the exact same text without reason.
No. It is a snippet source, not a ranking signal: Google builds the result summary mostly from the page's own content, and turns to the declared description only when it better represents the query. A good description's payoff is in click-through rate on top of the position the page already holds, not in the position itself.
Because the SERP's real cutoff is by on-screen pixel width, not character count: text full of wide letters ("W", "M") can take up more visual space than 160 narrow ones ("i", "l", "t"). This generator's 160-character band is only a safe approximation for most text, not a guarantee.
No. The generator only warns when the title crosses 60 characters; there is no minimum floor that fires a title warning, unlike the description, which lights up an info-level warning under 50 characters. A short, few-word title passes through with no signal at all.

<title>Guia completo de SSR no Next.js</title> <meta name="description" content="Aprenda quando usar renderização no servidor, streaming e cache no Next.js, com exemplos práticos e armadilhas comuns de performance." /> <link rel="canonical" href="https://exemplo.com.br/blog/ssr-next-js" /> <meta name="robots" content="index, follow" /> <meta property="og:title" content="Guia completo de SSR no Next.js" /> <meta property="og:description" content="Aprenda quando usar renderização no servidor, streaming e cache no Next.js, com exemplos práticos e armadilhas comuns de performance." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://exemplo.com.br/blog/ssr-next-js" /> <meta property="og:image" content="https://exemplo.com.br/og/ssr-next-js.png" /> <meta property="og:image:alt" content="Diagrama de renderização no servidor com Next.js" /> <meta property="og:site_name" content="Exemplo" /> <meta property="og:locale" content="pt_BR" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@exemplo" /> <meta name="twitter:creator" content="@exemplo" /> <meta name="twitter:title" content="Guia completo de SSR no Next.js" /> <meta name="twitter:description" content="Aprenda quando usar renderização no servidor, streaming e cache no Next.js, com exemplos práticos e armadilhas comuns de performance." /> <meta name="twitter:image" content="https://exemplo.com.br/og/ssr-next-js.png" />
Everything runs in the browser. Nothing you type is sent to any server, stored in logs or used in analytics.