What is the meaning of the meta tag "GENERATOR"
How do you add a description of the program you used building your website to your meta tags? You use the so called GENERATOR tag, also known as the FORMATTER tag.
<meta name="generator" content="program">
or use:
<meta name="formatter" content="program">
Example how to use the meta tag generator
Add the following meta tag in the HTML source of your page:
<meta name="generator" content="Dreamweaver">
<meta name="generator" content="EditPlus">
<meta name="generator" content="Frontpage">
Where should you add this generator tag?
You may add the meta tags in all of your web-pages, so not only in the first index page. Make sure that on every page relevant meta tags are added. Add keywords and phrases that are relevant and correspond to the text on that specific page. It might be a lot of work to add specific meta tags to each page but you will notice in time that it works!
|