How to block search engines from scanning the Synology Server
From SynologyWiki
Here are the methods which can be used to prevent search engines from searching the Synology server (Known as bots, crawlers, spiders, etc...) Please note that it takes a few days for automated bots to recognize your request
Method 1
Create a robots.txt file in the \web share of the Synology product
Add the following code in the file
User-agent: * Disallow: /
Method 2
Create a index.php file in the \web share of the Synology product
Add the following code in the file
<HTML> <HEAD> <meta name="robots" content="noindex,nofollow"> <TITLE></TITLE> </HEAD> <BODY> </BODY> </HTML>
Additional Resources
How to Host a Website with the Synology Server
The Web Robots Pages
