Meta Tags Generator - Create HTML Meta Tags Code

Generate complete HTML meta tags code including title, description, keywords, author, robots, and viewport tags.

0 chars (aim 50-60)

0 chars (aim 150-160)

How to Use

  • Fill in the Page Title field with your page's title (50-60 characters is optimal).
  • Write a compelling meta description (150-160 characters) that summarizes your page content.
  • Add relevant keywords separated by commas (optional — modern SEO relies less on meta keywords).
  • Set the robots directive: 'index, follow' allows search engines to index and follow links.
  • Click 'Generate Meta Tags' to create the HTML code, then copy and paste it into your page's <head> section.

About Meta Tags Generation

Viewport Meta Tag

The viewport meta tag (<meta name='viewport' content='width=device-width, initial-scale=1'>) is essential for mobile-friendly pages. It tells browsers how to control the page's dimensions and scaling. Without it, mobile browsers render the page at a desktop width and then scale it down, resulting in a poor mobile experience and lower rankings in mobile search.

Robots Meta Tag

The robots meta tag controls how search engines crawl and index your page. Common values include: 'index, follow' (default — allows indexing and following links), 'noindex, follow' (don't index this page but follow links), 'noindex, nofollow' (block everything — for private pages), and 'noarchive' (don't show cached version in search results).

Charset Declaration

The charset meta tag (<meta charset='UTF-8'>) declares the character encoding for the HTML document. UTF-8 is the universal encoding that supports virtually all characters from all languages and is the recommended charset for all modern websites. It should be the first tag in the <head> section so browsers interpret the document correctly from the start.

Meta Keywords Tag

The meta keywords tag was historically used to tell search engines what keywords the page is about. However, Google stopped using it as a ranking signal in 2009 because of widespread abuse (keyword stuffing). Most modern SEO strategies focus on title, description, and actual page content instead. Including meta keywords is harmless but provides no ranking benefit in Google.

Key Features

  • Generates all essential meta tags: charset, viewport, title, description, keywords, author, robots
  • Character counter for title and description to ensure optimal length
  • One-click copy for the generated HTML code
  • Configurable robots and viewport options

Common Applications

  • Setting up meta tags for a new web page from scratch
  • Standardizing meta tags across multiple pages of a website
  • Learning which meta tags are needed for a modern, SEO-friendly page
  • Quickly generating meta tag templates for CMS or framework integration