How to disable Google search indexing for ADSelfService Plus URL hosted over the internet
Objective
This article guides you through the steps to prevent Google from listing your publicly accessible ADSelfService Plus URL in search results. This is crucial for safeguarding your portal from unauthorized access attempts, such as brute-force attacks targeting user credentials.
Prerequisites
Administrative access to the ADSelfService Plus server.
Access to the ADSelfService Plus installation directory.
A text editor to modify configuration files.
Steps to follow
Stop the ADSelfService Plus service to prevent conflicts while modifying files.
Modify the index.html files:
Navigate to the following directories within your ADSelfService Plus installation folder
<installation folder>\webapps\adssp\html\
<installation folder>\webapps\adssp\selfservice\
<installation folder>\webapps\adssp\webclient\
Open the index.html file in each directory using a text editor.
Locate the <head> tag.
Within the <head> tag, add the following meta tag: <meta name="robots" content="noindex,nofollow">
Save the changes to each index.html file.
Create and place the robots.txt file:
Create a new text file named robots.txt.
Add the following content to the robots.txt file:

User-agent*
Disallow:/
Save the robots.txt file.
Copy and paste the robots.txt file into the following directories:
<installation folder>\webapps\adssp\
<installation folder>\webapps\adssp\selfservice\
<installation folder>\webapps\adssp\webclient\
Start the ADSelfService Plus service.
Validation and confirmation
After restarting the ADSelfService Plus service, clear your browser's cache.
Open a new browser window in incognito or private mode.
Perform a Google search for your ADSelfService Plus URL.
Verify that your ADSelfService Plus URL is not listed in the search results.
Tips
Double-check that the meta tag is correctly added inside the <head> section of all specified files.
Ensure the robots.txt file is placed in all the mentioned directories.
If the URL still appears in Google search results, submit a request for removal via the Google Search Console.
How to reach support
If the issue persists, contact our support team here.
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 ...
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. ...
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 ...
How to remove CAPTCHA from the ADSelfService Plus portal?
ADSelfService Plus supports CAPTCHA for securing access to the product portal from automated bots. To disable CAPTCHA from the ADSelfService Plus login page: Login to the ADSelfService Plus portal with admin credentials. Navigate to Admin > Customize ...
How to deploy ADSelfService Plus over the internet?
Description Deploying ADSelfService Plus over the internet will allow end-users who are on the move to access the tool from anywhere, anytime. Resolution Register an IP address (say 64.12.13.11) and a public hostname (like ...