Adds more privacy options to both single Wordpress sites and WordPress networks.
This plugin adds 2 privacy options in a single install and 3 in a network install. In a network install the network administrators (Super admins) have the option to set the privacy setting for the entire network. When the privacy is set for the entire network, the extra privacy options are not shown on individual site’s Settings -> Privacy.
Features
In a single site WordPress install adds the following privacy options:
In a WordPress network activated on an individual site adds the following privacy options:
When Network Activated or in the mu-plugins folder in a WordPress network adds the following:
Support can be obtained through:
Try the WordPress Forums first
ra-network-privacy.php
to the /wp-content/mu-plugins/
directory. It will be listed in your “Must Use” plugins list and always active.network-privacy
folder to the /wp-content/plugins/
directory. It will be listed in your regular plugins list.By default, this plugin generates a robots.txt file that blocks bot access to the following directories:
''
'/wp-admin'
'/wp-includes'
'/wp-login.php'
'/wp-content/plugins'
'/wp-content/cache'
'/wp-content/themes'
'/trackback'
'/comments'
If you are having issues with this, you can filter the list of directories that are blocked in the robots.txt file by using the ra_network_privacy_robots_disallow
filter. If you want to allow access to specific directories or files, you can also use the ra_network_privacy_robots_allow
filter to populate the array of allowed items.
ra_network_privacy_robots_disallow
filter to allow filtering the list of directories that are disallowed by robots.txtra_network_privacy_robots_allow
filter to allow adding specific directories that should allow bot access (empty array by default)