Meta tag is created in JavaScript
Is a Free Meta Tag generator tool.
- Meta tags are an integral part of getting your webpages listed correctly on search engines.
- And, many search engines demand them before they will even crawl your website.
- Use the following free Meta Tag Generator tool to generate these important HTML Tags for cutting and pasting onto your website.
Tool Information
You must enable JavaScript to view this page.
Blank fields mean the Meta Tag is not created.
HTML document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
A valid HTML document declares what version of HTML is used in the document. The document type declaration names the document type definition (DTD) in use for the document.
HTML 4.01 specifies three DTDs, so authors must include one of the following document type declarations in their documents. The DTDs vary in the elements they support.
W3C - 7.2 HTML version information - 7.2 HTML version information
Newer browsers such as Internet Explorer 5 for Mac, Netscape 6, and Mozilla use a standards-compliant rendering for HTML 4.01 Transitional documents that include the URI of the DTD in the DOCTYPE. These browsers use a "quirks" mode to emulate rendering bugs in older browsers if the URI is omitted:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> & <html> & <head> Check to include, or Uncheck to exclude. |
Charset
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
This meta tag will tell, it causes to load the appropriate charset before displaying the page.
Language
<meta http-equiv="content-language" content="en">
This indicates to the browser what language the web page should be displayed in.
Title
<title>Enter your title here.</title>
This should be two or three words that best describe the site's content in some way. The title element should ideally be less than 64 characters in length.
(64 characters max)The title of a document is specified by the TITLE element. The TITLE element should occur in the HEAD of the document.
The title is not part of the text of the document, but is a property of the whole document. It may not contain anchors, paragraph marks, or highlighting. The title may be used to identify the node in a history list, to label the window displaying the node, etc. It is not normally displayed in the text of a document itself. Contrast titles with headings . The title should ideally be less than 64 characters in length. That is, many applications will display document titles in window titles, menus, etc where there is only limited room. Whilst there is no limit on the length of a title (as it may be automatically generated from other data), information providers are warned that it may be truncated if long.
The TITLE element in HTML - http://www.w3.org/Provider/Style/TITLE.html
Robots
<meta name="robots" content="INDEX,FOLLOW">
This tells the search engine which pages should be indexed.
The META element allows HTML authors to tell visiting robots whether a document may be indexed, or used to harvest more links. No server administrator action is required.
The list of terms in the content is ALL, INDEX, NOFOLLOW, NOINDEX.
W3C - Robots and the META element - W3C - Robots and the META element
A formal syntax for the Robots META tag content is:
content = all | none | directives all = "ALL" none = "NONE" directives = directive ["," directives] directive = index | follow index = "INDEX" | "NOINDEX" follow = "FOLLOW" | "NOFOLLOW"
INDEX,FOLLOW Index this page and follow all links.
INDEX,NOFOLLOW Index this page but do not follow or index links on this page.
NOINDEX,FOLLOW Do not index this page but follow all links.
NOINDEX,NOFOLLOW Do not index this page. Do not follow or index links on this page.
Description
<meta name="description" content="Enter your description here.">
This is the paragraph that best describes the content or category of your web page. Max character length should be 222.
(222 characters max)Keywords
<meta name="keywords" content="Enter your keywords here.">
These are the words that best describe the content of your page.
| (keywords: 80 characters max) | ||||
Author
<meta name="author" content="Enter your name here.">
This would be the email of the person who designed or developed the web page.
(100 characters max)Meta Tag Option
The rest of these tags are optional, bordering on useless.
It's your choice on how much extra code you put on your web pages.
Noarchive
<meta name="robots" content="NOARCHIVE">
This meta tag will tell robots not to archive the page.
Google Information for Webmasters - B-2
| Check to include. |
Browser Cache
<meta http-equiv="pragma" content="no-cache">
This would instruct a browser to save visited pages on the user's Hard drive in order to accelerate later retrieval and surfing.
| Check to include. |
LINK rev MADE
<link rev="made" href="mailto:Enter your e-mail address here.">
W3C - The global structure of an HTML document - The META element
(150 characters max)
LINK rel START
<link rel="start" href="URL">
Refers to the first document in a collection of documents. This link type tells search engines which document is considered by the author to be the starting point of the collection.
(150 characters max)
LINK rel NEXT
<link rel="next" href="URL">
Refers to the next document in a linear sequence of documents. User agents may choose to preload the "next" document, to reduce the perceived load time.
(150 characters max)
Favicon
<link rel="shortcut icon" href="Favicon file URL">
(150 characters max)
Copyright
<meta name="copyright" content="Enter your name here.">
This would be the name of your Company, or the name of the copyright owner.
Not used by search engines.
(150 characters max)
Revisit
<meta name="revisit-after" content="30 days">
This is your robot instruction tag for reindexing your web page. You can control the intervals with this tag. This can be 7 days, 15 days, 30 days, 60 days, 90 days, 120 days, 150 days, 180 days, or 365 days. It is recommended to not choose an interval lower than 30 days.
which is good if your content changes frequently.
Numbers only (3 characters max)
Expires
<meta name="expires" content="Tue, 02 Mar 2004 21:05:10 GMT">
Tells search engines when to clear your page based on the content no longer being valid or applicable. If they ignore revisit why would I tell them an expiration date?
EXAMPLE: Tue, 02 Mar 2004 21:05:10 GMT
(40 characters max)
Meta Tags is Created
Your Meta Tags will show up in the textarea below, ready for copying and pasting to your webpage.
Then use Control-C to copy the text into your webpage.
