Prevent the ADSelfService Plus URL from being listed in search engines
Keeping ADSelfService Plus hidden from public search results will reduce the risk of unauthorized access or exposure of sensitive data. It’s recommended that you prevent ADSelfService Plus from being indexed by search engines. To do this, follow the steps listed below:
Open the following files:
<installation folder>\webapps\adssp\html\index.html
<installation folder>\webapps\adssp\selfservice\index.html
<installation folder>\webapps\adssp\webclient\index.html
Locate the <head> tag within each of these files.
Add the following line of code within the <head> tag:
<meta name="robots" content="noindex,nofollow">

Make this change to each file and save them.
This should ensure that ADSelfService Plus is not listed in the results of search engines.
New to ADSelfService Plus?
Related Articles
ADSelfService Plus product startup issues
What do you need to know before troubleshooting You need to have administrator access to ADSelfService Plus. When you experience an error with ADSelfService Plus, check if these prerequisites are satisfied: Install ADSelfService Plus as a service ...
Bind ADSelfService Plus to run on a specific virtual IP address
Description You can configure ADSelfService Plus to run on specific IP address. Resolution Step 1: Create a virtual IP Address on the machine where ADSelfService Plus is running. Start → Settings → Control Panel → Open Network connection. Right click ...
Multi-factor authentication techniques in ADSelfService Plus
Let's take a look into the various authentication methods supported by ADSelfService Plus for enterprise multi-factor authentication (MFA). Why should you use MFA? Authentication based solely on usernames and passwords is no longer considered secure. ...
Configuring high availability in ADSelfService Plus
ADSelfService Plus utilizes automatic failover to support high availability in case of system and product failures. Essentially, this means that when the ADSelfService Plus service on one machine fails, another instance of ADSelfService Plus running ...
How to enable offline MFA in ADSelfService Plus
ManageEngine ADSelfService Plus supports offline multi-factor authentication (MFA) for Windows machine logins, User Account Control (UAC) prompt elevation, and Remote Desktop Protocol (RDP) server authentication when the product server is ...