i scanned my blog using website grader and found an issue that there is no permanent redirect set up in my blog ie from www.picxy.blogspot.com to picxy.blogspot.com how do i do that?
I don't think that you can set up a redirect on blogspot. You don't have access to the correct files.
No they won't. Google owns blogspot. Do you really think they would have a web property out there with an uncertain URL structure? You can't trust everything on every web tool that you use. Sometimes you have to use your head.
go to google webmaster tools, enter the www and the non www site there, validate both with the html file or metatag, set preferred address in the settings. additional edit htaccess for www RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.de [NC] RewriteRule (.*) http://www.domain.de/$1 [R=301,L] without www RewriteEngine on RewriteCond %{HTTP_HOST} ^www.domain.de [NC] RewriteRule (.*) http://domain.de/$1 [R=301,L]
I didn't know that you could have access to the .htaccess file because it is on the root, not on subdomains. I could be wrong but I'm pretty sure blogger doesn't give you access to change such things.