Meta Tag Generator
This tool generates a page layout code with the Meta Tags, meta keywords and meta description, for a web page.
What are Meta Tags?
Meta Tags are information about a web page, inserted into the head section of a webpage. Meta Tags are intended for search engines so the search engine bots know what a specific page is about. Meta Tags can also be used for other purposes e.g. telling the browser what character set is being used on the page etc.
Here is an example page layout with Meta Keywords and Meta Description tags:
<html>
<head>
<title>Relevant Page Title</title>
<meta name="keywords" content="keyword1,keyword2" />
<meta name="description" content="A short description about the page." />
</head>
<body>
</body>
<html>
|