Free Online Meta Tags Generator


Enter Web Page Information

Additional Information

This free online meta tag generator tool creates meta tags HTML for your website. Also, you can extract and edit metadata from URL and generate meta tags for your web page. Just enter the website information to get the meta tags HTML with website metadata. Once the metadata is generated, copy the meta tags HTML and place it in the head section of the web page HTML.

What are Meta Tags?

The <meta> tags are used to specify the metadata about HTML document and always go inside the element. Meta elements basically used to define description, keywords, author, and other metadata of the web page. Metadata provides the information about the web page data. The metadata can be used by the Search Engines (Google, Yahoo, Bing, etc.), Browsers, and other web services. Metadata will not display on the webpage, but parsable by the machine.

Uses of Meta Tags

Meta tags are very important for SEO. It helps to improve the ranking of your website in search engines like Google, Yahoo, Bing, etc. To improve your website SEO, define some required meta tags must be defined in web page HTML.

Most Used Meta Tags

The following meta tags are used mostly in the web page.

Title: It displays on the search engines result and browser tab as web page title.

<title>Welcome to xWebTools</title>

Description: Define a description of the web page.

<meta name="description" content="Free Online Web Tools">

Keywords: Define keywords of the web page for search engines.

<meta name="keywords" content="web, tools, online, free">

Author: Define the author of the web page.

<meta name="author" content="xWebTools">

Other Meta Tags:

The following meta tags are less used in the web page.

Robots: Specify to allow search engine to index the web page.

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

Re-index: Specify when the spiders will come back and index your website again.

<meta name="revisit-after" content="1 day">

Author: Specify the language of the web page.

<meta name="language" content="english">

Copyright: Protect the web page content by specifying copyright meta tag.

<meta name="copyright" content="xwebtools.com">

Email: Define email address of the webmaster.

<meta name="reply-to" content="info@xwebtools.com">

Charset: Specify the character-set of the web page.

<meta http-equiv="content-type" content="text/html; charset=UTF-8">