hoangvu
New member
- Joined
- Jun 6, 2012
- Messages
- 1,835
- Points
- 0
You can use the Meta Robots tag to tell Google, Yahoo, Bing, ... know that this page should be indexed or not, that is saved in the database of Google, Yahoo, Bing or not. Today, Meta Robots are no longer used as much as before because most of these functions are used in the robots.txt file, robots.txt file we will discuss in the next section.
<HEAD>
<meta Name="robots" CONTENT="index,follow">
or
<META NAME = "robots"
CONTENT = "noindex, follow"> or
<META NAME = "robots"
CONTENT = "index, nofollow"> or
<META NAME = "robots"
CONTENT = "noindex, nofollow">
</ HEAD>
Meta Robots have four values​​:
Index: notify Google, Yahoo, Bing,...please index this page
Noindex: NO message index this page
Follow: notify Google, Yahoo, Bing ... update, save the link to this web page
Nofollow: NOT update message, save the link in this web page
<HEAD>
<meta Name="robots" CONTENT="index,follow">
or
<META NAME = "robots"
CONTENT = "noindex, follow"> or
<META NAME = "robots"
CONTENT = "index, nofollow"> or
<META NAME = "robots"
CONTENT = "noindex, nofollow">
</ HEAD>
Meta Robots have four values​​:
Index: notify Google, Yahoo, Bing,...please index this page
Noindex: NO message index this page
Follow: notify Google, Yahoo, Bing ... update, save the link to this web page
Nofollow: NOT update message, save the link in this web page