1001Ferramentas
🏷️ SEO

Complete Meta Tags Generator

Complete meta tag set: charset, viewport, description, OG, Twitter, theme-color, canonical and hreflang.

Bloco para colar dentro do <head>:

The head block that turns links into cards

You paste your site link into WhatsApp and get a bare URL — no title, no image, nothing. On LinkedIn it renders as a grey rectangle. The cause is almost always the same: no Open Graph block in the head, or one that points at a relative image path, which no crawler will resolve. Typing those lines from scratch under deploy pressure is where the typos come from.

Seven inputs produce sixteen lines: charset, viewport, theme-color, title, description, canonical, five og properties and five twitter ones. Values are escaped for &, < and quotes, so an ampersand in the title will not break it. Two conventions worth knowing: og:type is hard-coded to website (switch it to article on posts) and twitter:card is fixed at summary_large_image. The language field feeds og:locale only, and Open Graph expects an underscore there, en_US, not the hyphenated form prefilled in the box.

The tool summary mentions hreflang, but the generated block contains no link rel=alternate hreflang line at all — that stays manual, one line per language plus x-default. It also omits the html lang attribute and the robots meta. Your image must be an absolute URL, ideally 1200 by 630. After pasting, run the page through the Facebook sharing debugger to force a cache refresh. It all runs in the browser; nothing leaves your machine.

Frequently asked questions

Does the block include hreflang?
No, despite the summary saying so. Add link rel=alternate hreflang lines yourself, one per language version plus x-default.
Do I need the twitter tags if I already have og?
X falls back to og tags, so it works without them. twitter:card is still worth keeping to force the large image card.
Should og:locale use a hyphen or an underscore?
An underscore: en_US, pt_BR. The field passes through whatever you type, so fix it before pasting into your head.

Related Tools