block_search_indexing) { $content = view('components.robotsTxt.disallowAll'); } else { $content = view('components.robotsTxt.default'); } return response($content)->header('Content-type', 'text/plain'); } }