Clean url in index view.

My current url if a access a pagination item from my controller index view file is this: http://my_site.com/user?User_page=2 (ajax = disabled). This is not so good for SEO optimization. How can i transform this url into http://my_site.com/user/page/2 for example. Thanks in advance.

Documentation