Online SEO Meta Tag Generator
Boost your website's search engine rankings by generating clean, accurate HTML meta tags. Just fill in the details below and copy the code into your website's <head> section.
Site Details
Generated HTML Code
<!-- Primary Meta Tags -->
<title>Site Title</title>
<meta name="title" content="Site Title" />
<!-- Search Engine Crawling -->
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<!-- Additional SEO Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />Pro Tip: Copy the code block above and paste it directly into the <head> section of your HTML document, just before the closing </head> tag.
Why are Meta Tags important for SEO?
Meta tags are snippets of HTML code that describe a webpage's content to search engines like Google, Bing, and Yahoo. They don't appear visually on the page itself, but they exist inside the page's source code. The Title and Description tags are arguably the most critical because they often dictate exactly what text appears in the Google Search Results. A compelling, keyword-optimized meta description acts as organic ad copy, directly influencing your Click-Through Rate (CTR).
How to Use the Meta Tag Generator
- Enter your Site Title. Keep it between 50-60 characters so it doesn't get cut off in search results.
- Write a compelling Site Description. This should accurately summarize the page in 150-160 characters.
- Choose your Robots Indexing preferences. By default, you want search engines to "Index" and "Follow" your pages.
- (Optional) Fill in Language, Author, and Keywords for deeper metadata context.
- Click Copy to Clipboard and paste the generated HTML right after the
<head>tag in your website's source code.
Frequently Asked Questions
How long should my Title and Description be?+
For optimal SEO, keep your Title between 50-60 characters and your Description between 150-160 characters. If they are longer, search engines may truncate them with an ellipsis (...), hiding important keywords. Our tool provides a live character counter to help you stay within these limits.
Are the keywords meta tag still useful?+
Google officially stated in 2009 that they do not use the meta keywords tag for web ranking. However, some smaller search engines and internal site search tools may still use it. It is optional but generally safe to include a few highly relevant keywords.
What does the Robots tag do?+
The robots meta tag gives instructions to web crawlers (like Googlebot). "Index, Follow" tells them to add the page to search results and follow all links on the page. "Noindex, Nofollow" tells them to hide the page from search results and ignore its links.
Where do I put the generated meta tags?+
Copy the generated HTML code and paste it into the <head>section of your website's HTML document, preferably right after the opening <head> tag.