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?