Recent Topics

1 May 10, 2012 20:49    

My b2evolution Version: 4.1.x

Is there any way to lock index.php?disp=user&user_ID= to be not crawled? Somehow Google got listing of users and can be displayed as SERP

User - XYZ News
Identity. Name: Joe. Login: Joe. Contact: Send a message. Additional info.
www.xyz.com/index.php?disp=user&user_ID=14

Thanks

3 May 21, 2012 01:14

Add this to the top of index.main.php

if( $disp == 'user' ) $robots_index = false;

Then open any user page and see is there's a tag like this in <head> section.

<meta name="robots" content="NOINDEX" />


Form is loading...