Empowering 11,000+ WordPress Creators • Est. 2020
Free · Instant · No Account Needed

Gerador de meta tags grátis para qualquer site

O grátis mais rápido metagerador online. Build SEO title tags, meta descriptions, Open Graph tags, Twitter Cards, and technical meta tags — then copy the finished HTML directly into your website's head section. Live SERP preview updates as you type.

SEO Title & Meta Description Abrir Gráfico / OG Tags Etiquetas de cartão do Twitter Metatags técnicas Visualização ao vivo do Google SERP Importar do URL Copiar HTML com um clique
Import from URL:
Quick Template:
0/60
Pixel width — Google truncates at ~600px 0px
0/160

Google ignores this tag. Bing uses it lightly. Comma-separated, max 10 terms.

Prevents duplicate content by defining the "master" URL for this page.

generated-meta-tags.html — paste inside your head section
seo

        
og

        
twitter

        
technical

        
0 lines 0 tags 0 bytes

Google SERP Preview

Meta Tag Health Score

0 /100

O que são metatags?

Meta tags de SEO: o que são e por que cada página precisa delas

Metatags de SEO are lines of HTML placed inside your page's head section. They're invisible to visitors but essential for search engines and social platforms — they tell Google what your page is about, how to index it, and exactly how to display it in search results and social shares.

Os dois mais importantes são os etiqueta de título e meta descrição. Together they form your "organic ad" in Google — the snippet that determines whether someone clicks your result or the one above or below it. Our free gerador de meta tags permite criar, visualizar e copiar todos eles em um só lugar.

Além das tags SEO básicas, uma implementação completa inclui Metatags de gráfico aberto para cartões sociais, Metatags de cartão do Twittere tags técnicas como charset, viewport, e canonical — all generated by this tool with one click.

example — copy yours above ↑
<!-- Basic SEO Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport"
      content="width=device-width, initial-scale=1">
<title>Meta Generator — Build SEO Tags Free</title>
<meta name="description"
      content="Generate perfect SEO meta tags…">
<link rel="canonical" href="https://yoursite.com/">

<!-- Open Graph Tags --> <meta property="og:title" content="Your Title for Social Sharing"> <meta property="og:image" content="https://yoursite.com/og.jpg">
<!-- Twitter Card --> <meta name="twitter:card" content="summary_large_image">
Guia de tags de título

Como gerar um meta título perfeito com nosso gerador de meta título

Sua tag de título é o elemento de SEO mais importante na página. Use nosso gerador de tags de título preview above to see exactly how yours looks in Google — and follow these rules to maximise clicks.

Lidere com sua palavra-chave

Coloque sua palavra-chave primária no início do título ou próximo a ele. O Google e os usuários dão mais peso às palavras anteriores no título.

Fique abaixo de 600 pixels

Our pixel-width bar shows your title's true width. Google truncates at ~600px — a pixel-accurate limit our meta title generator tracks in real time.

Adicione a marca no final

Separate your brand name from the main title with | or — at the end. This builds recognition without wasting keyword space at the front.

Escreva primeiro para os humanos

Google rewrites titles it considers keyword-stuffed or inaccurate. Write naturally — include the keyword, make it click-worthy, and let our SERP preview confirm it looks right.

Guia de meta descrição

Como escrever meta descrições que geram cliques

O nosso gerador de meta descrição previews your description exactly as Google shows it — complete with keyword highlighting when your target phrase matches the search query. A great description doesn't improve rankings directly, but it aumenta drasticamente a taxa de cliques, o que significa mais tráfego da mesma posição.

Use isto criador da meta descrição to craft unique descriptions for every page. Google may rewrite generic or duplicate descriptions — so always write something specific, compelling, and within 120–160 characters.

Inclua sua palavra-chave primária naturalmente

Google bolds matching keywords in the SERP — this draws the user's eye to your listing over competitors.

Termine com uma frase de chamariz clara

"Try it free today", "Get your free report", "Start in 60 seconds" — action phrases convert readers into visitors.

Stay between 120–160 characters

Nosso contador de caracteres sinaliza descrições muito curtas (espaço desperdiçado) ou muito longas (frase truncada no meio).

Nunca duplique descrições entre páginas

Google may override duplicate descriptions with auto-generated snippets. Every page needs a unique description — use SkySEOManager Pro to bulk-generate them.

Gerador de tags OG + Gerador de meta tags do Twitter

Além do Google, todos os links que você compartilha no Facebook, LinkedIn, WhatsApp e Twitter/X são controlados por Tags de gráfico aberto (OG). Nosso gerador de tags og e gerador de meta tags do Twitter — built into the tabs above — let you craft perfect social cards for all platforms in one session.

Facebook / LinkedIn (por exemplo: tags)

Requires og:title, og:description, og:image (1200×630px), og:url, og:type. Missing og:image = no image preview on Facebook — the single biggest mistake most sites make.

𝕏

Twitter / X (twitter: tags)

Defina twitter:card="summary_large_image" para obter uma visualização da imagem em largura total. Sem essa tag, o Twitter mostra um link de texto simples sem imagem, independentemente da sua og:image.

💬

WhatsApp + folga

Both use og:title, og:description, and og:image automatically — no separate tags needed. Make sure your og:image works at small sizes (WhatsApp shows a thumbnail).

Já tem tags OG?

Use nosso Open Graph Checker gratuito para validar o que está ativo em seu site.

Check OG Tags →
Guia passo a passo

How to Generate Meta Tags for Your Website — Free

Use nosso gerador de meta tags grátis ferramenta acima e siga estas quatro etapas para obter meta tags HTML perfeitamente formatadas em seu site em menos de cinco minutos.

1

Preencha a aba SEO

Enter your page title (45–60 chars), meta description (120–160 chars), keywords, and canonical URL. Watch the live SERP preview update instantly.

2

Configurar guias OG + Twitter

Add your og:image URL (1200×630px) and set twitter:card="summary_large_image". Leave other fields blank to auto-inherit from your SEO tab.

3

Ajustar as configurações técnicas

Confirme o conjunto de caracteres (UTF-8), a janela de visualização e o idioma. Adicione a cor do tema para suporte ao PWA. Ative tags opcionais, se necessário.

4

Copy & paste into your site

Click "Copy All" and paste the HTML inside your page's head section — before the closing head tag. Done.

WPCode (recomendado)

The safest way to add global meta tags without editing PHP files. WPCode → Add Snippet → HTML Snippet → Insert in Head. Works with any theme and survives all theme updates.

WPCode → Add Snippet → HTML → Site Wide Header

SkySEOManager

Ambos os plug-ins têm uma metacaixa por página onde você cola o título e a descrição. Eles lidam com o HTML automaticamente. Use nossa visualização SERP para criar o texto e cole-o no campo do plugin.

Post editor → SEO plugin panel → Title & Meta

funções.php (Desenvolvedores)

Adicione meta tags programaticamente usando a ação wp_head no arquivo functions.php do seu tema filho. Melhor para tags dinâmicas que precisam de lógica PHP por tipo de postagem.

add_action('wp_head', função(){... })
Referência completa

Every Meta Tag Our Generator Creates — Full Reference

Do gerador de meta palavras-chave para o gerador de meta tags de robôs — every tag our tool builds, explained in plain English.

Marcação Prioridade
Meta Title Tag Crítico
meta description Crítico
meta robots Crítico
meta viewport Crítico
meta charset Crítico
link canonical Importante
og:title Importante
og:description Importante
og:image Importante
og:url Importante
twitter:card Importante
og:type Recomendado
og:site_name Recomendado
og:locale Recomendado
meta keywords Opcional
meta author Opcional
meta theme-color Opcional
og:image:width / height Opcional

Para sites WordPress com mais de 10 páginas

Pare de gerar metatags, uma página por vez

Isso é grátis gerador de metacódigo é perfeito para páginas individuais. Mas se você administra um site WordPress com dezenas ou centenas de postagens, escrever títulos e descrições exclusivos manualmente é impossível em grande escala. SkySEOManager Pro corrige isso.

  • Edite em massa títulos e meta descrições para cada postagem em uma tela
  • Geração automática de descrições otimizadas com tecnologia de IA (Gemini)
  • Works with SkySEOManager — no plugin conflicts
  • Scanner de texto alternativo de imagem em massa e corretor automático
11,000+
Instalações Ativas
Gemini AI
Desenvolvido por
Edição em massa
Mais de 500 páginas de uma só vez
14 Dias
Reembolso

Perguntas frequentes

Como posso gerar meta tags para meu site gratuitamente?
Simply fill in the fields in the free meta tag generator above — Page Title, Meta Description, and the Open Graph/Twitter tabs — and the tool instantly generates the complete HTML code. Click "Copy All" and paste it inside the head section of your page. No account, no sign-up, no limit on how many pages you can generate tags for.
Posso gerar metatags a partir de um URL?
Yes. Click the "Import from URL" bar at the top of the tool, paste any public URL, and click "Import Tags." Our tool fetches the page and auto-fills all fields with the existing meta tags — title, description, OG tags, Twitter tags, and technical attributes. This is the fastest way to audit and update an existing page's meta tags without copying and pasting manually.
Ainda vale a pena incluir meta palavras-chave?
No — Google officially ignores the meta keywords tag and has done so since 2009. Bing uses it very lightly as a minor ranking signal. Our meta keywords generator includes the field for completeness, but we recommend spending your time on title tags and meta descriptions instead. If you use it, keep keywords to 5–10 comma-separated terms that genuinely describe the page.
Qual é a diferença entre og:title e a tag title?
The title tag is used by Google in search results and in browser tabs. The og:title is used by Facebook, LinkedIn, and WhatsApp when someone shares the link as a card. They serve different audiences and can have different text. For example, your title tag might be "Free Meta Tag Generator | SiteSkyline" (optimised for search) while your og:title is "Generate Perfect HTML Meta Tags in 60 Seconds — Free" (more click-worthy on social media).
Como adiciono metatags a um site WordPress sem plugin?
Use WPCode (a free WordPress plugin) to add custom HTML to your site's head section without editing theme files. Go to WPCode → Add Snippet → HTML Snippet, paste the HTML code generated by our tool, set the location to "Site Wide Header," and activate the snippet. This method is safe, survives theme updates, and works with any WordPress setup.
Qual é o melhor gerador de meta descrição online gratuito?
Our tool is a free meta description generator online that creates, previews, and scores your meta description in real time — no sign-up needed. Enter your description in the SEO tab, watch the SERP preview update, and use the character counter to stay in the 120–160 character sweet spot. For bulk meta description generation across an entire WordPress site, use SkySEOManager Pro with Gemini AI.
Como faço para gerar metatags para um site do Blogger?
Our meta tag generator works for any website — WordPress, Blogger, Shopify, Webflow, or plain HTML. For Blogger specifically, go to Theme → Edit HTML and paste the generated tags between the head tags in your theme code. Note that Blogger already outputs some basic meta tags — check for duplicates before adding. For the og:image, make sure you use an absolute URL accessible over HTTPS.
Esta ferramenta também gera meta tags Open Graph?
Yes — our OG tag generator is built into the "OG" tab of the tool. Enter your og:title, og:description, og:image (1200×630px JPG/PNG), og:url, og:type, og:site_name, og:locale, and image dimensions. The tool also generates og:image:width, og:image:height, and og:image:alt. After adding your OG tags, use our free Verificador Open Graph para validá-los em todas as 6 plataformas sociais.
O que é uma meta tag de robôs e quando devo usar noindex?
The robots meta tag controls whether search engines can index and follow links on a specific page. The most important values are "index, follow" (default — allow everything), "noindex, follow" (exclude from search results but follow links), and "noindex, nofollow" (exclude completely). Only use noindex on pages you genuinely don't want in Google — admin pages, thank-you pages, staging URLs, and duplicate content. Accidentally leaving noindex on a public page is one of the most common and damaging WordPress SEO mistakes.

Generate Your Meta Tags Free — Right Now

Preencha os campos acima e copie suas meta tags HTML completas em menos de 60 segundos. Sem conta, sem marca d'água, sem limite de páginas.

Run Full SEO Audit →