Top 3 Problems on Importing Blogger To Wordpress
Here are the top 3 problems or difficulties I had when I imported Blogger posts to Wordpress. You may also encounter these troubles when you import Blogger to Wordpress:
Problem# 1: Wordpress blog post URL differs from Blogger blog posts.
When you use the post title for your Blogger blog post URL, there will be problem when you import Blogger to Wordpress. Unlike Wordpress, Blogger does not use the full title of the post as URL. It cuts the title to limit the characters and it also removes the articles “the”, “a”, and “an”. If your Blogger posts have already earned a good PageRank and you don’t want to lose it, then you have to preserve the original post URLs in Blogger.Since my old Blogger blog posts were already indexed and some of them were given a PageRank, I decided to retain their original Blogger URL. I tried to find an easy solution to this problem and the best remedy I found was to edit the Mysql database. I used my backup file to change the URL of the posts in the Wordpress Mysql with the original URLs. It was no sweat as I have less than 50 blog posts that time. This gonna be a big trouble for those blogs with huge number of posts. But, you may opt to change only those with good PageRank, though.
Problem# 2: Subdirectory blog homepage URL can’t be accessed without trailing slash.
My blog is under a subdirectory. In Blogger, my blog could be accessed without the trailing slash. I used RewriteRule in main .htaccess, as follows:RewriteEngine On
RewriteRule ^moneymakingblog moneymakingblog/index.php [L]
With the above, I could access my blog without the trailing slash and without .htaccess file in the blog directory. But in Wordpress, I have to place the following in main .htaccess:
RewriteEngine On
RewriteRule ^moneymakingblog$ moneymakingblog/index.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^moneymakingblog/. moneymakingblog/index.html [L]
I had spent so much time discovering the above entries in my main .htaccess. Before this, I had so much trouble accessing my site without trailing slash and my admin page. There were cases when I could access my admin page but not my homepage without trailing slash and when I could access my blog homepage without trailing slash but not the subpages or blog posts.
Fortunately after so much research and so many trials and errors, I finally discovered the solution. It worked smoothly. So, I retained my PageRank.
Now, let me explain the functions of the above .htaccess entries. The .htaccess rules are being read by the browsers line by line from top to bottom:
RewriteEngine On = This initializes the URL Rewriting
^ = This the start of the string.
$ = This is the end of the string.
[L] = This is the Last rule flag. Use this flag to prevent the currently rewritten URL from being rewritten further by following rules.
RewriteRule ^moneymakingblog$ moneymakingblog/index.html [L] = This rule means that when freetipsandwits.com/moneymakingblog is accessed, it will be redirected to freetipsandwits.com/moneymakingblog/index.html. This rule must precede the conditions. Otherwise, it will be redirected the blog homepage URL with trailing slash.
RewriteCond %{REQUEST_FILENAME} !-f = This is the condition that if there’s no file of the same URL, go to the next rule. Otherwise, it will be redirected to that file.
RewriteCond %{REQUEST_FILENAME} !-d = This is the condition that if there’s no directory of the same URL, go to the next rule. Otherwise, it will be redirected to the directory.
RewriteRule ^moneymakingblog/. moneymakingblog/index.html [L] = This rule means that all blog URLs after the preceding conditions must be redirected to moneymakingblog/index.html.
Problem# 3: Comment URLs are missing after importing to Wordpress.
This was also a big problem for me. The URLs of the commentators were not imported, they were all missing. I tried to find an easy solution to this. The best solution I found for my case was to edit comments in Wordpress Admin page by copying and pasting the URL of the comment authors. I copied the URLs from my backup Blogger posts and search for the comment author in Wordpress comments and pasted the URLs to the corresponding comments. One by one, I painstakingly copied and pasted the URL to the comments. It was really tedious but I finished it in about an hour as my blog has only less than 200 comments that time.
That’s how I preserved the Blogger permalinks of my blog posts, which have earned some good PageRank and the Blogger comments URLs. Hope this will help you in moving or converting your blog from Blogger to Wordpress.
Here are the additional resources that could help you fix the problems you may encounter when moving, converting, or migrating blog from Blogger or other blog platform to Wordpress:
Importing Content from Blogger and other blog platforms to Wordpress
Maintain permalinks moving from new Blogger to WordPress 2.0
Importing Haloscan comments into WordPress from Blogger
If you enjoyed this post, make sure you subscribe to my RSS feed!
Bookmark this post to »
More options »
Visitors who read this post, also read...
»12 Steps To Convert Your Blog From Blogger To Wordpress»Top 5 Reasons: Converting Blog From Blogger to Wordpress
»Make Money Online FAQs
»Inserting Adsense Codes in FTP Blogger Template
»Inserting Adsense Code to New Blogger Template As Page Element
»New Life To Work at Home and Make Money Online
»Increase PageRank: Top 10 Natural Link-Seductive Web Page Contents
»Top 5 Tips To Win Problogger’s Top 5 Group Writing Project Contest
»Escaping Adsense Code: An Adsense Policy Violation?
»Making Money Online At The Lowest Cost Possible



hi, I from Viet Nam. Y Blog is very nice. Please exchange link Blog with me. Thank y verymuch.
my blog: http://haitvonline.blogspot.com
Hello,
Very well written and detailed information, Thanks
Please visit my blog: http://make-money-data.blogspot.com/
This was the unique problems you described for the blogger post to word press..But there are many other problems too..So can you share that problems to all the people so that all can understand…
Thank You and we are waiting for your post…
Good…I just thought to post the comment based on this problem. Anyway, you have posted this comment. Thank you for the post and really this is a main problem we want to share with the people for the blogger post. Congrats for the future….
This was the unique problems you described for the blogger post to word press..But there are many other problems too..So can you share that problems to all the people so that all can understand…
Thank You and we are waiting for your post…
did your adsense revenue increased by moving from blogger to wordpress?
thanks for the info but i post on the same point yesterday sharing my ex prince on this moving and there is other solution to do so
in point your main url is easy part as you will use the hosting service secript with one click the main url will be the same check it out here
&please do comment on my post there
http://smalbusinessidea.com/blog/index.php/2008/03/06/82/
This is a great post, thank you for the information. This will save me the head ache. If you have time, visit my blog I make good money and it really is for free.
http://mybux3statsproof.wordpress.com
Thanks for your info in your blog post, but your ad on the right is REALLLLLY annoying how it flickers and pulls text from across the page.
With wordpress 2.6 coming out soon, hopefully they will address some of these issues! Or at least make the transition flow more smoothly.
This is a great post, thank you for the information.
This info is so useful for people like me who do not have sufficient knowledge when it comes to blogging or maintaining a website. I learnt so much from you and now i feel like a real winner. If i can do this with my site i will be really grateful to you. Please keep such useful informations coming.
Here is my piece of contribution to this amazing post.
I have a website which has some useful Forex trading videos and Forex trading software for download. Hope it helps !!
http://www.forexfreedownload.com
Really nice stuff!!
There is so much to learn about blogging from this article that you have shared with us. You must never tell yourself that you have learned everything because that would be ignorance.
http://www.forextradingsystemfree.info
Is this a unique problem or it does happen all the time?
Yan
Hi,
I wrote these http://tjantunen.com/2007/03/21/import-blogger-posts-to-wordpress/
simple instructions how to import blogger beta posts to wordpress easily and without using any plugins.
well, sometimes it is difficult to earn a good deal of money in a short amount of time:’:
you got to work hard to earn lots of money because it is not very easy to earn ~-’
Earning money online is fashionable at nowadays, but most people are unconsciously to enter the forex investments.
This also leads to a loss of money. If you plan to invest online, I advise you not to invest without full knowledge about market.
Many resources on this subject can be found by searching on the Internet.
Thank you for sharing this beautiful done. This en incremental shares. Thank you again.
@Yan : it often happens
Thanks for this tips, really usefull…
Really Thank You !
When one considers the issue taking, i’ve to trust your endings. You intelligibly show knowledge about problem and i’ve much to find out after reading your publish.Lot’s of salutations and i will come for any further revisions.
This is really nice information and i consider that this types of problem generating sometimes not every time.