How to use the meta robots tag

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,834
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
11,620
Replies
0
Views
2,220
Replies
6
Views
4,110
Latest threads
Replies
1
Views
41
Replies
0
Views
39
Replies
1
Views
72
Recommended threads
Replies
16
Views
9,429
Replies
8
Views
3,774
Replies
3
Views
3,234
Replies
0
Views
2,343
Replies
1
Views
9,878

Latest postsNew threads

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