how to exclude certain URL's?
« on: February 22, 2009, 02:22:13 PM »
I'm not sure how to configure the PHP control panel to EXCLUDE URL's with -almost- the same content.
Let me explain.

My URL
mydomain/my_URL should be indexed
but
mydomain/my_URL/meer must be excluded because it has 90% the same content.

Thanks for helping me out.

Re: how to exclude certain URL's?
« Reply #1 on: February 24, 2009, 01:16:59 PM »
Hello,

you can simply add this in "Exclude URLs" option:
Code: [Select]
/meerand all links that contain this string will be excluded.
Re: how to exclude certain URL's?
« Reply #2 on: February 24, 2009, 04:10:51 PM »
 :) that simple... thanks a lot!