Wordpress wp-admin/widget.php is indexed?? How do i stop this from happeneing?

The Secret

Failed to resolve dispute
Joined
Feb 22, 2012
Messages
160
Reaction score
60
Is this a problem that this page is indexed? What causes this and do i need to stop it happening?
 
Check your robots.txt file, Just disallow the wp-admin folder using it

Use like this

User-agent: * Disallow: /cgi-bin/ Disallow: /wp-admin/ Disallow: /wp-content/ Disallow: /wp-includes/
 
Last edited:
The solution is editing your robot.txt file , but I also never seen such thing.. lol
 
I've faced the same problem few weeks ago. I don't even know how to solve this issue till now. Thanks for this.
 
Beauty, I will check it out, Cheers for all your replies
 
Back
Top