Hello,
to avoid duplicated I need to exclude all url that .htaccess rewrite in /reveiw
How to exclude through robots.txt?
thanks
Another question: to put rel="nofollow" to all links that point to this section which file to check?
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.
Hi,
Use something like this:
User-Agent: *
Disallow: /review/
Cheers,
David.