Category

Posts Tagged ‘Meta Tags’

How to Use Robots < META > Tag

April 1st, 2009

If you don’t want some of your pages indexed by google or any other search engine you can use the html <META> tag, it basically tells search bots not to index the content of a web page, it can also tell search bots not to scan the page for links to follow.

The meta tag robots goes inside the <head> tag as shows the example bellow.

<html>

<head>

<title>…</title>

<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>

<meta name=”description” content=”" />

</head>

While using robots meta <tag> you should know:

  • robots can be bad and ignore your <META> tag. Especially malware robots that scan the web for security holes and spam robots that harvest email addresses to be used by spammers.
  • the NOFOLLOW only applies to links on the applied page.
  • The NOFOLLOW from robots <meta> tag is not the same as the rel=”nofollow” link attribute.

Valid Values:

NAME=” ROBOTS”.

The “CONTENT” attribute are: “INDEX”, “NOINDEX”, “FOLLOW”, “NOFOLLOW”. All attributes must be separated by commas.

Possible combinations :

<META NAME=”ROBOTS” CONTENT=”NOINDEX, FOLLOW”>

<META NAME=”ROBOTS” CONTENT=”INDEX, NOFOLLOW”>

<META NAME=”ROBOTS” CONTENT=”INDEX, FOLLOW”>

<META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”>

Other attributes can also be added to Robots meta tags, to know more about it please take a look at the post Using Noodp and Noydir

Other Useful related Posts:

You liked this post? feel free to comment on it.

admin Web Building , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

What are the best SEO tactics for website subpages?

March 11th, 2009

Doing SEO for a large site (20+ pages)?. What are the best practices in regards to the sub-pages of the site? Should I put keywords for sub-pages, and if yes how similar can they be to my home page keywords? What about description and page title, how long should those be and how similar to the home page? Is there anything else that can be done for SEO optimization?

Well, i have to tell you that it doesn’t really matter what keywords you use for subpages as long as your page is optimized for them and your content is a match. As long as you build backlinks to your site and subpages, you will be going in the right direction!

You can check this site too:  http://www.websitegrader.com to check details like title length, meta tags…  or just visit the tool section of KeyDensity.com for more available free SEO tools.

admin SEO , , , , , , , , , ,