Blogger to WordPress – How to Migrate from Blogger to WordPress Easily
If we go to see the history of top bloggers, we will find that they even begin their blogging journey using blogger blog. Blogger is the most famous blogging platform where anyone can register and start a blog free i.e. abc.blogspot.com. Not only this but he can use own top quality custom domain instead of sub domain. Today many of the blogger is also using blog with custom domain with free blogger’s free hosting. But it is better to move from Blogger to wordpress instead of using blogger’s free hosting.

Why Blogger to wordpress?
It is most important question that why you should migrate from blogger to wordpress. CMS (content management system) filled with many advance features like themes, plugins etc. Themes make your blogger so attractive to drag attention of your visitors. There are unlimted themes are available for wordpress only you need to do google search.
Plugins make a blog powerful. Plugins are the main source of wordpress attraction because there are special plugin developed for a specific task and mostly are free to use.
WordPress is considered best for SEO (Search Engine Optimization) and it takes less time to index any article or post. It has some advance features and plugin specially for Search Engine Optimization that makes your blog or site search engine friendly.
Also Read
So what you need to move from Blogger to wordpress?
To move from blogger to wordpress is not so defficult it is much simple and need only few minutes. But there is few requirement then you can only use wordpress.
Hosting – When you are on blogger there is not need to take hosting because you use blogger’s free hosting service. But while moving to advance blogger to wordpress you need a good a hosting service from hosting provider companies. There are so many hosting companies are providing cheap hosting. But I recommend to a few world’s top companies like Hostgator, Dream Host, Blue Host etc. Hosting account can be start by just spending few $/month or year. If you use these companies hosting there will never be issue of server down etc site will be 99% up.
There are so many companies also providing free hosting or cheap hosting but I hate free hosting service because there is no guarantee your site will be fast and up always. They can stop your service at any time and you will be able to access any more. No support will be available for you, you will loss your hard labor and valuable visitor. So please don’t move to free hosting services.
Domain – If on blogger you are using own custom domain service there is no need to buy another the only thing need to do is to change name server according your new hosting company like hostgator. If don’t have a domain like www.abc.com. you just need to buy one. You can find a regstrar easily to get a top quality domain but I recommend to use first Godaddy or namecheap domain services.
Why use Godaddy or top domain provider? You should select them because Godaddy or any other top domain provider’s service become easy to configure. Every hosting company provide instruction indicating towards Godaddy. Because it is best and top provider running million of the domains.
Before selecting a domain name : you need some instruction while choosing a domain name, first domain name should be easy and using less words. When you choose small domain name every one can remember it easily and will not do spelling mistake while opening your site. never use too many words in domain it becomes ugly to see and use both.
First I recommend to choose a .com domain extention because it is a high ranking domain in search engine and prefered every where. If you can’t find .com domain using your keyword then you can buy .org or .net. These three domain extention 1 – .com 2 – .org, 3- .net ony recommended to use. Other domain extentions are not so good and can’t get profit like .com.
Now you have both essential domain name and hosing. Now time comes to install wodpress on your domain, you are on top host, it is so easy to install wordpress because they provide script installer like Fantastico or Quickinstaller or Softculous. Where you can do it with single click, your new wordpess site will be ready within too mitues only. If your host not provide any script installer like Fantastico then you can do it manually within 5 minutes.
Please Read :
Installing WordPress – Instructions Must Read before Installing WordPress
Installing WordPress – How To Install WordPress through Cpanel
How to Install WordPress Manually – Installing WordPress
WordPress Security – Security tips while customizing a wordpress site.
Migrate Blogger to WordPress
Now you are a website ready with wordpress installation. You can just migrate blogger to wordpress. Download and install Blogger Importer plugin it can be done from dash board by search blogger importer or you can download it from here Blogger importer and upload to your plugin directory. Activate Blogger Importer plugin.
- Go to Tools and choose import option it will ask to import from blogger to wordpress click over it. It will ask for blogger account details blogger email and password, signin using your blogger account.
- Now you will get a notice telling this domain is not register with google sites, choose authourize option.
- Now you can see your blogger blog in wordpress dash board displaying number of blogger’s post and comments, look for import button and click it.
- When you hit import button all your post will be imported to new wordpress site including your comments in few minutes only.
Changing Essentials for Search Engine Optimization
Moving from blogger to wordpress is not the only thing, the most important thing is redirect the blog correctly to not bear any traffic loss. Traffic is the main that need special caution while migrating blogger to wordpress. So here is the tips how you can recover or redirect whole blog to new wordpres site.
Make a new file blogger.php and update it with follow lines. You can create this file in notepad and save it too blogger.php by adding following lines then upload it to theme directory you are using. You can do it through file manager of Cpanel or FTP.
</code>/* Template Name: Blogger */ global $wpdb; $old_url = $_GET['q']; if ($old_url != "") { $permalink = explode("blogspot.com", $old_url); $q = "SELECT guid FROM $wpdb->posts LEFT JOIN $wpdb->postmeta ". "ON ($wpdb->posts.ID = $wpdb->postmeta.post_id) WHERE ". "$wpdb->postmeta.meta_key='blogger_permalink' AND ". "$wpdb->postmeta.meta_value='$permalink[1]'"; $new_url = $wpdb->get_var($q)? $wpdb->get_var($q) : "/"; header ("HTTP/1.1 301 Moved Permanently"); header("Location: $new_url"); } ?><code>
If you have done uploading blogger.php location will be like wp-content > Themes > Twenty Ten > Blogger.php.Now come back to wordprress dash board and Create a New page named Blogger and Select the Template Blogger in the Page Attribute Area. Click on Publish Button.
Now Come Back to Blogger Admin here you need to do some changes in blogger template:
Go to Design Section of Blogger and click on Edit HTML. What you should look for Revert To Classic Template, you will get the message Setting were saved successfully.
Next thing is to do copy the below codes and replace with whatever you have in edit HTML section. The most important thing is to replace the google.com with your new domain address, change google .com with your web address, approx 6 times need to change the link. Finally click on save button.
</code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTNextML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>"> <head> <title><$BlogPageTitle$></title> <script type="text/javascript"> <MainOrArchivePage>window.location.href='http://google.com/'</MainOrArchivePage> <Blogger><ItemPage> window.location.href='http://google.com/blogger/?q=<$BlogItemPermalinkURL$>' </ItemPage></Blogger> </script> <MainPage><link rel="canonical" href="http://google.com/" /></MainPage> <Blogger><ItemPage> <link rel="canonical" href="http://google.com/blogger/?q=<$BlogItemPermalinkURL$>" /> </ItemPage></Blogger> </head><body> <div style="border:#ccc 1px solid; background:#eee; padding:20px; margin:80px;"> <p>This page has moved to a new address.</p> <h1> <MainOrArchivePage><a href="http://google.com"><$BlogTitle$></a></MainOrArchivePage> <Blogger><ItemPage> <a href="http://google.com/blogger/?q=<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a> </ItemPage></Blogger> </h1> </div> </body></html><code>
Now you are do with Migrating from blogger to wordpress Successfully without loss of any traffic or SEO.
Under Topics: blogger to wordpress, blogger to wordpress conversion, blogger to wordpress migration, how to move blogger to wordpress, tranfer blogger to wordpress,







