What is the explanation 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 of a 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 webpages, 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!
|
|
| Part of the MetaTags Company Inc. Last update: 09-09-2010 |