SKSolveKit

Runs in your browser

SEO code generator

Meta Tag Generator

Write one page’s details, then copy a clean block with title, description, canonical, robots, and viewport.

01 / Page details

Edit the content

Advanced options

02 / Live output

Ready for your <head>

<title>Fast Free Online Tools | SolveKit</title><meta name="description" content="Solve everyday problems with fast, private online calculators, converters, and generators."><link rel="canonical" href="https://example.com/page"><meta name="robots" content="index, follow"><meta name="viewport" content="width=device-width, initial-scale=1">

Tags

5

Title

33

Description

90

Text is safely escaped. This tool does not publish or change your page.

What it solves

One valid head block, ready to paste.

This free meta tag generator creates the five tags a page commonly needs together: title, description, canonical, robots, and viewport. It escapes entered text safely and validates that the canonical is an absolute HTTP or HTTPS URL.

It does not publish anything, fetch the URL, or promise rankings. You review the generated code and paste it into the page’s existing <head>.

Common uses

01

New page

Prepare a clean block before a page or landing page is published.

02

CMS cleanup

Replace duplicated or incomplete tags with one reviewed set.

03

Index control

Create an explicit noindex directive for a page that should stay out of search.

Quick instructions

From page copy to code.

  1. 01Enter the page title, a useful description, and the preferred absolute URL.
  2. 02Open Advanced options only when the page should use a noindex or nofollow directive.
  3. 03Review the live block and use Copy tags to place it in the page head, replacing duplicates.

Frequent errors

Check before you paste.

  • 01

    Open Graph, Twitter Card, hreflang, structured data, and robots.txt rules are not part of this block; each has a separate generator on this site.

  • 02

    No obsolete tags are produced: no meta keywords, which Google's documentation states has no effect on indexing and ranking, and no revisit-after, which does not appear among the meta tags Google documents support for.

  • 03

    The canonical URL is not fetched or checked — it must be the absolute, publicly reachable address you want indexed, and pointing it at a URL that does not resolve, or one you do not control, is a real risk.

  • 04

    All five tags are always emitted — none can be switched off — so delete any title, description, canonical, robots or viewport tag the page already carries instead of pasting a second one. A noindex value also only works if crawlers can still fetch the page; blocking the same URL in robots.txt stops the rule being seen.

How the block is built

Five lines, with the risky parts handled.

The generator uses the browser URL parser for the canonical and escapes reserved HTML characters before placing your text inside markup.

  1. 01

    Four values are read: page title, meta description, canonical URL, and one robots setting chosen from index/follow, noindex/follow, or noindex/nofollow.

  2. 02

    The canonical URL is parsed as an absolute URL and rejected unless its scheme is http or https; the parsed form, not the raw text, is what is written into the tag.

  3. 03

    Every entered value is HTML-escaped before output — &, <, >, " and ' become entities — so an ampersand or quotation mark in a title cannot break the attribute or the surrounding markup.

  4. 04

    The result is a five-line block: the title element, meta description, link rel=canonical, meta robots, and a fixed meta viewport of width=device-width, initial-scale=1. Nothing is written to your page; you copy the block yourself.

Worked example

Head block for a product guide page

Input: Title "Ceramic Mugs & Teapots — Size and Care Guide", description "Compare mug and teapot sizes, materials, and dishwasher safety before buying.", canonical https://example.com/guides/mugs-and-teapots, and the Index and follow setting.

Output: Five lines, with the ampersand escaped: <title>Ceramic Mugs &amp; Teapots — Size and Care Guide</title>, the meta description tag, <link rel="canonical" href="https://example.com/guides/mugs-and-teapots">, <meta name="robots" content="index, follow">, and <meta name="viewport" content="width=device-width, initial-scale=1">.

Primary sources

Questions people ask

Meta tag generator FAQ.

01What meta tags does this generator create?

One block of five tags for a single page: the title element, meta description, link rel=canonical, meta robots, and meta viewport. It does not produce Open Graph, Twitter Card, hreflang, or structured data — those have their own generators here.

02Is this meta tags generator free?

Yes — no signup, no account, and no paywall. The block is assembled in your browser, so the title, description, and URL you type are not sent to a server.

03Which meta tags are actually necessary?

Every page needs a title element and a viewport tag, and a description is worth writing for any page you want people to click from a search result. A canonical is only needed when the same content is reachable at more than one URL, and a robots tag is only needed when you want something other than the default of index and follow.

04Should I add a meta keywords tag?

No. Google's documentation on supported meta tags states the keywords tag has no effect on indexing and ranking at all, so this generator never emits it — and it does not emit revisit-after either, which is absent from that same supported list.

05Will adding these meta tags improve my search rankings?

No, and no tool can promise that. What these tags control is whether a page may be indexed, which URL you declare as the preferred one, and what text is available to search engines for the result they display.

06Why does Google show a different title than the one I set?

Google generates the title link itself and may build it from anchors, on-page text, or other sources when it detects an issue with the title element. The same applies to the description: yours is a candidate for the snippet, not a guarantee.

Related tools

Complete the page metadata.

Share this tool

Referencing this tool on a website?

Copy an attribution link. It is optional and does not change free access.

Useful next stepOpen Graph GeneratorGenerate Open Graph tags for rich previews on social and messaging apps.