Category

Posts Tagged ‘Rel Nofollow’

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 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Using Google Trends

March 18th, 2009

You can use Google Trends to find the latest searches trends and daily searches.

Google Trends reports a portion of the web searches done for a determined term or set of terms, the report is shown in a graph plotted on a linear scale. The advantage of using Google trends is you could compare several keywords to find which one is more popular. Actually the number of terms you can compare at a time is limited to 5, but ey at least is free.

One advantage about using Google Trends is that Trends displays the search volumes for top cities,regions and language for a term.

Another useful tool by Google is Hot trends, Hot trends reports the top 100 keywords searched on Google with sudden change of popularity excluding commonly used generic terms. It can easily gives you an idea of the keywords popularity at the moment. Hot trends is updated every hour so don’t be surprised to find different reports often in a day.

The links for these tools are:

Hot Trends
Google Trends

admin Tools , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,