Meta Tag Generator

Metadata is data (information) about data. The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.

19 / 60
“Google does not use the keywords meta tag in web ranking”, Matt Cutts. Example: Keyword, Keyword2
0 / 160
Meta robots tag is a tag that tells search engines what to follow and what not to follow.

Your HTML meta code

<title>Your web page title</title>

With the meta tag generator, you can easily create your meta tags for seo. Meta tag generator tool can create site title, site description, author, robots and charset meta information. You need to configure your meta tags correctly so that your site can be found more easily by search engines and you can reach more visitors.

What is Meta Title?

It is an html tag that should be on every website. Thanks to the title tag, you specify the title of your web page to visitors and search engines. It is the most important tag by search engines. You can use your most important keywords in the title tag content. It is the first text that appears in the search results.

How to Use Meta Title Tag?

Meta title tag should be 50-60 characters.

<title>Webmaster Tools - wmtools.me</title>

What is Meta Description?

The meta description tag is the description that summarizes the text your page contains. This tag is not displayed in users' browsers, but appears in search engine rankings. Be sure to use your keywords in this description field.

How to Use Meta Description Tag?

Meta description tag should be 155-160 characters. <meta name="description" content="Your website description here">

What is Meta Author?

The meta author tag is used to indicate who wrote the articles on your page. It is not a very important label.

How to Use Meta Author Tag?

<meta name="author" content="John Doe">

What is Meta Robots?

Meta robots is the tag that you set your page to be crawled and indexed by search engines and other bots. With Meta robots, you can prevent or allow your site to be indexed by search engines.

How to Use Meta Robots Tag?

<meta name="robots" content="index, follow">

What is Meta Charset?

Meta charset determines the character encoding of your page.

How to Use Meta Charset Tag

<meta name="charset" content="UTF-8">

Related Webmaster Tools