How to block wp-includes from indexing, How to prevent Google from indexing the /wp-content directory?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add the following line of code to the .htaccess file in your website root:
This will prevent directory listing across the website as it will show 403 error. If your wordpress directory is already indexed the it will take time to de-index.