How to use the meta robots tag

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,831
Points
0
Hi there,

I disabled google and other search engines crawl and indexing my site by code in robots.txt

Code:
User-agent: *
Disallow: /
but in my html template I still put

Code:
<meta name="robots" content="index,follow" />
thus Google crawled and indexed my web pages.

just want to know How to use/control the meta robots tag for Google index or following my web pages?

Thanks in advanced!
 

Jack London

New member
Joined
Jul 9, 2012
Messages
386
Points
0
Hello,

If you disable spiders crawl your web pages then you can use this robot tag:

Code:
<meta name="robots" content="index, nofollow">
Google spider will not index page, only look at page.

Code:
<meta name="robots" content="noindex, follow">
Google spider will not index/crawl pages, not look at other pages from this page.

Code:
<meta name="robots" content="noindex, nofollow">
You can switch between index/noindex and follow/nofollow depends on your requirements on web pages to control spiders crawl/index or not.

Hope it's useful to you.
 
Newer threads
Replies
23
Views
13,264
Replies
0
Views
2,468
Replies
6
Views
4,602
Latest threads
Replies
1
Views
112
hi
Replies
1
Views
120
Replies
1
Views
128
Recommended threads
Replies
27
Views
14,541
Replies
9
Views
6,294
Replies
2
Views
6,303
Replies
2
Views
3,702
Top