Meta Tag Generator is a free online tool that generates HTML meta tags including title, description, keywords, author, robots, charset, and viewport tags. Copy the output directly into your HTML head section.

HTML meta tags are snippets of code in the head section of a webpage that provide metadata to search engines and browsers. They control how your page appears in search results, define the character encoding, and set the viewport for responsive design. Proper meta tags are essential for SEO.

Meta Tag Generator

Generate HTML meta tags for SEO, social sharing, and browser settings.

How to Use

  1. Enter your page title in the Title field
  2. Write a 120-160 character description in the Description field
  3. Add relevant keywords separated by commas
  4. Fill in optional fields like Author, Robots, Charset, and Viewport
  5. Click Generate Meta Tags and copy the output into your HTML head

Example

Input

Title: My Blog Post | Description: A helpful guide to meta tags

Output

<meta charset="UTF-8">
<title>My Blog Post</title>
<meta name="description" content="A helpful guide to meta tags">

FAQ

What are meta tags used for?
Meta tags provide metadata about your webpage to search engines and browsers, affecting SEO rankings, search result snippets, and browser behavior.
Is this tool free?
Yes, it is completely free with no registration required.
Does this tool run in the browser?
Yes, all tag generation happens locally in your browser with no data sent to a server.

Related Tools