How to disable Google search indexing for ADSelfService Plus URL hosted over the internet

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 

  1. Stop the ADSelfService Plus service to prevent conflicts while modifying files.

  2. Modify the index.html files:

    1. Navigate to the following directories within your ADSelfService Plus installation folder

      1. <installation folder>\webapps\adssp\html\

      2. <installation folder>\webapps\adssp\selfservice\

      3. <installation folder>\webapps\adssp\webclient\

    2. Open the index.html file in each directory using a text editor.

    3. Locate the <head> tag.

    4. Within the <head> tag, add the following meta tag: <meta name="robots" content="noindex,nofollow">

    5. Save the changes to each index.html file.

  3. Create and place the robots.txt file:

    1. Create a new text file named robots.txt.

    2. Add the following content to the robots.txt file:

Info
User-agent*  
Disallow:/
    1. Save the robots.txt file.

    2. Copy and paste the robots.txt file into the following directories:

      1. <installation folder>\webapps\adssp\

      2. <installation folder>\webapps\adssp\selfservice\

      3. <installation folder>\webapps\adssp\webclient\

    1. 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?