To remove www from your url and make it SEO friendly  you need to add the following code to .htaccess file in your root.

RewriteCond %{HTTP_HOST} ^www.sio-india.org$ [NC]
RewriteRule ^(.*)$ http://sio-india.org/$1 [R=301,L]