This tutorial shows you how to include meta-tags in your websites. Some people wonder exactly what meta-tags are for, well if you include them in your website it's easier for search engines to pick your site up. Now some people have said theyve added the tags to there site but there site isnt on the search engines, if you leave it for a few weeks you will gradualy start to see your site on search engines.
Main Search Engines
Step 1
It's really simple really, just copy the code below.
| < meta name = "DESCRIPTION"
content = " A discription of the website can go here " /> < meta name = "KEYWORDS" content = " all, key, words, go, here, seperated, by, a, comma " /> |
Step 2
Then you add the code into the <head> </head> tags on your page, and dont forget to edit the blue parts like the one ive done below.
| < meta name = "DESCRIPTION"
content = " Axialabs.com - A webmasters dream home " /> < meta name = "KEYWORDS" content = " tutorials, html, photoshop, etc, etc, etc " /> |

