Blogspot Pages Redirection

Hello all,
i have some issue regarding domain name and hosting, i have pr=3 blogspot with approx 900 pages indexed by google, i want to redirect all my blog post pages on my custom domain, but i wont have any idea how to redirect all indexed pages on custom domain pages, if i redirect then what effect of SEO? and how i will recover my previous Rankings??can any one please help me regarding redirection issue? how to redirect my all blog post pages to my new domain.

regards,
Emme

If you can do page by page 301 redirect then you should be fine.

I am not sure if blogspot would allow the redirect.

900 pages by pages :confused: seems like i have to spend hours on my system:cool:
can u please elaborate step by step procedure of 301 redirect or provide me some resource where i can get help.

(This assumes you’re on an Apache server and can use .htaccess)

If there is a pattern to the redirect, you can use mod_rewrite to match them up automatically. If you can’t make head or tail of the information there, try asking for help on our ‘Apache’ forum.

If there isn’t a pattern that can be written using regular expressions, you will need to write it out line by line, along the lines of

Redirect 301 [color="#aa0000"]old/page.htm[/color] [color="green"]http://domain.com/new/page.htm[/color]

The old URL is relative to the folder where your .htaccess file is. The new URL has to include the full protocol and domain.

I assume that you have been using a sub domain of XXXX.blogspot.com. If that is the case and that you still plan to host with Blogger, i don’t think you’ll have to worry about the redirection and PR. I had a similar case 2 years ago and i had not issue with it. By that time my blog was PR1 and after buying a domain and redirecting it the PR remained the same. Now that same blog is PR3 now.

ok thanks for help!
i will try that!