How to use the meta robots tag

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,844
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
9,464
Replies
0
Views
1,678
Replies
6
Views
3,405
Latest threads
Replies
0
Views
1
Replies
0
Views
123
Replies
2
Views
329
Recommended threads
Replies
6
Views
3,915
Replies
17
Views
5,239
Replies
9
Views
2,755
Replies
1
Views
2,044

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top