Using HTML Meta tags

Meta HTML tags can be very helpful for gaining some search engine rank and promoting your website better. However, these simple tags are not going to drive your website immediately to the top of the lists.

Meta tags are basically information located in the head of your webpage(s). This content is not visible to the viewer, however does communicate with the browser.

Some of the most common meta tags include:

  • Description
  • Keywords
  • Character Set
  • Author
  • Robots

Here is an example for meta tags of a website about fast cars:

<meta name="description" content="Really fast cars, fast car photos, reviews, and information. Awesome fast cars." />
<meta name="keywords" content="Fast
cars
photos
reviews
speed" />
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />

The robots tag is used to tell whether or not a page should be indexed by search engines. For example, if you don’t want your page to be indexed use the following code:

<head>
<title>Page Not Indexed</title>
<meta name="robots" content="NOINDEX">
</head>

The meta tags are supported by all major browsers out there. These can help your website with it’s niche and search engine listings.

0

Popularity: 1% [?]

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Filed Under: HTML

Tags:

RSSComments (4)

Leave a Reply | Trackback URL

  1. Kelly Brown says:

    Hi, very nice post. I have been wonder’n bout this issue,so thanks for posting

  2. Hi, very nice post. I have been wonder’n bout this issue,so thanks for posting

  3. LeraJenkins says:

    What necessary words… super, a brilliant idea

  4. Took me time to read all the comments, but I really enjoyed the article. It proved to be Very helpful to me and I am sure to all the commenters here! It’s always nice when you can not only be informed, but also entertained! I’m sure you had fun writing this article.

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.

The tutorials and scripts found on bgallz.org are for training purposes only, use to your discretion.