hoangvu
New member
- Joined
- Jun 6, 2012
- Messages
- 1,835
- Points
- 0
Hi there,
I disabled google and other search engines crawl and indexing my site by code in robots.txt
but in my html template I still put
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!
I disabled google and other search engines crawl and indexing my site by code in robots.txt
Code:
User-agent: *
Disallow: /
Code:
<meta name="robots" content="index,follow" />
just want to know How to use/control the meta robots tag for Google index or following my web pages?
Thanks in advanced!