J-Kit
Português

Meta Tag Generator

Build title, description, canonical, Open Graph and Twitter Card with search snippet and social card previews.

Understand meta tags
About meta tags

What meta tags actually control — and what they do not guarantee.

Meta tags are instructions in the <head> of an HTML page that describe the document to search engines and social networks. They do not invent relevance or raise rankings on their own: what they do is control how the page is presented (title and description in the snippet), how it is shared (Open Graph and Twitter Card), which URL is the official one (canonical) and whether crawlers may index the page and follow its links (robots). Understanding each group avoids two common mistakes: trusting obsolete tags like meta keywords and expecting a polished social card to make up for weak content. This tool assembles that block in an escaped, predictable way, but the editorial decision stays with you.

How to use

From editing to a block ready for the <head>.

  1. Fill in title and description with the search snippet in mind; use the counters as a truncation reference, not an absolute rule.
  2. Enable Open Graph and Twitter Card and review the social card preview; empty fields inherit the basic title and description automatically.
  3. Check the warnings, copy the HTML or download the file, and paste it into the page <head> — without forgetting charset and viewport, which belong to the base template.
Presentation vs. relevance

Why meta tags are not a magic ranking button

Title and meta description mainly influence the click-through rate on the snippet, not the position directly. A clear title and an honest description can earn more clicks, but the engine still weighs content, links and page experience.

Google even rewrites the title and description when it decides another text better matches the query. So write for search intent instead of trying to game the algorithm with stacked keywords.

  • title: the main anchor of the snippet and the browser tab.
  • meta description: a summary that may become the displayed text.
  • meta keywords: ignored by Google for years.
Social

Open Graph and Twitter Card decide how the link looks

When someone pastes your URL into WhatsApp, LinkedIn, Slack or X, the platform reads the Open Graph tags to build the preview card. Without og:title, og:description and og:image, the link becomes raw text and loses a lot of reach.

X has its own set of twitter: tags, but falls back to Open Graph when they are missing. That is why this tool inherits title, description and image automatically, and you only override when you want different copy for social networks.

  • og:image ideally 1200×630 and over https.
  • twitter:card sets a small or large image.
  • Empty fields inherit the basics to avoid duplication.
Indexing

Canonical and robots: duplication and visibility control

rel=canonical signals which URL is the official version when the same content lives at different addresses (campaign parameters, pagination, http/https). It is a strong hint, not an absolute order.

The robots meta tag controls indexing and link crawling for that specific page. It differs from robots.txt, which suggests what to crawl across the whole site. noindex removes the page from the index; nofollow affects how its links are treated.

  • canonical: consolidates signals on a preferred URL.
  • noindex: asks not to index the page.
  • robots.txt ≠ robots meta tag: different scopes.
References

Sources and references for this tool

These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.

FAQ

Frequently asked questions

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.

Productivity