Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
no_robots_txt.php
Go to the documentation of this file.
1 <?php
7 
10  \Magento\Framework\Filesystem::class
11 )->getDirectoryWrite(
12  DirectoryList::ROOT
13 );
14 if ($rootDirectory->isExist('robots.txt')) {
15  $rootDirectory->delete('robots.txt');
16 }
$rootDirectory