Meta Tag Generators
Search Engine Meta Tags Redirect Meta Tags

Search engines send out Spiders and Robots that index your web site. Some of these Robots index the information that is in the 'DESCRIPTION' and KEYWORDS' Meta Tags between the <head></head> section of the html document. 

The generator below will generate your 'DESCRIPTION' and KEYWORDS' Meta tags based upon the information you provide. An example of the output of the generator are the meta tags in this page they look like:

<META NAME="DESCRIPTION" CONTENT="Web Hosting">

<META NAME="KEYWORDS" CONTENT="Hosting ACMSystems Domains Virtual Web">

These tags are to be placed between the <head></head> tags in the html code


Site Description
(more descriptive the better)
Up to 10 Keywords
(separated with spaces)
Here is your META - tag coding.
Copy and Paste between the <head></head> Tags  of your HTML document.


Redirect Browser to a new URL

Redirecting the browser to another URL
If you should decide to upgrade from a Virtual Web to a Registered Domain you will want people that would normally visit your old site to be automatically redirected to your new domain. What many people do is keep one page at the old address which, when visited, will automatically send the user on to the site's new home. This can be easily achieved using the META tag, which will redirect the user either instantly or after a given time delay.

For example, the line below will redirect the visitor to acmsystems.net after ten seconds, giving them enough time to read about what's going on:

<META HTTP-EQUIV="Refresh" CONTENT="10;URL=http://www.acmsystems.net">

The generator below will generate your Redirecting Meta tags based upon the information you provide. These tags are to be placed between the <head></head> tags in the html code

Time Out Period New Location
Example 10 Seconds
 
http://
      
Here is your META - tag coding.
Copy and Paste between the <head></head> Tags  of your HTML document.