Posts: 2,111
Name: Matt. (>',')>
Location: London, England.
|
Put this in your robots.txt
Quote:
User-agent: *
Disallow: /page1-to-dissalow.html
Disallow: /page2-to-dissalow.html
Disallow: /directory-to-dissalow
|
and this in the top of the page you want to disalow in the head.
Quote:
|
<meta name="robots" content="noindex">
|
This might take some time.
Or you could just delete the files and dirs.
|