Meta Tag Generator

Create perfectly optimized SEO meta tags for your HTML documents to rank higher on Google.

Site Information

0 / 60 chars (Recommended)
0 / 160 chars (Recommended)

Generated HTML Tags

// Fill out the form to generate your meta tags...
How to install:

Copy the code block above and paste it inside the <head> section of your HTML document.

What are Meta Tags?

If you right-click anywhere on this webpage and select "View Page Source", you will see a bunch of confusing HTML code. Right at the very top of that code, hidden inside the <head> section, are several lines of code called Meta Tags.

Meta tags are essentially hidden labels. They are completely invisible to a normal human reading the website, but they are incredibly visible to search engine robots (like Googlebot). They provide a neat, structured summary of exactly what your webpage is about so that Google knows exactly how to categorize you in their search results.

The anatomy of a perfect Meta Tag setup

Not all meta tags are created equal. Some are absolutely critical, while others are essentially ignored by modern search engines. Here is what you need to focus on:

1. The Title Tag

This is arguably the most important SEO element on your entire page. When you search for something on Google, the massive blue clickable link that you see is pulled directly from the Title Tag. It needs to be catchy, include your main keyword, and ideally sit between 50 and 60 characters. If you make it too long, Google will chop it off and replace the end with an ellipsis (...).

2. The Meta Description

If the Title Tag is the blue link, the Meta Description is the grey paragraph of text directly underneath it in the search results. While Google has stated that the description doesn't directly influence your rank algorithmically, it massively influences your Click-Through Rate (CTR). It acts as your elevator pitch to convince the searcher to click on your link instead of the competitor below you. Keep it under 160 characters!

3. Meta Keywords

Back in the late 90s and early 2000s, webmasters would stuff hundreds of keywords into this tag to trick Yahoo and AskJeeves into ranking them #1. Because it was so heavily abused, Google officially announced in 2009 that they completely ignore the keywords tag. However, some smaller, alternative search engines still use it, so it doesn't hurt to include two or three highly relevant terms.

4. The Robots Tag

This tag gives direct orders to the web scrapers. If you set it to "index, follow", you are telling Google to scan the page, add it to their search results, and follow any links on the page. If you have a private page (like a user dashboard or an admin login), you would change this to "noindex" to hide it from the public internet.