You are here:  » Robots: how exclude /review

Support Forum



Robots: how exclude /review

Submitted by magnaromagna on Wed, 2009-01-28 00:12 in

Hello,
to avoid duplicated I need to exclude all url that .htaccess rewrite in /reveiw
How to exclude through robots.txt?

Submitted by support on Wed, 2009-01-28 09:08

Hi,

Use something like this:

User-Agent: *
Disallow: /review/

Cheers,
David.

Submitted by magnaromagna on Wed, 2009-01-28 20:48

thanks

Another question: to put rel="nofollow" to all links that point to this section which file to check?

Submitted by support on Thu, 2009-01-29 09:25

Hi,

Links to /review/ are in html/featured.php line 17 and 19 (look for the A tag, then add rel='nofollow' (using single quotes) immediately inside the tag) and products.php line 41...

Cheers,
David.