How to redirect export blogger to wordpress with images

How to redirect export blogger to wordpress with images



In our Blogger to WordPress migration tutorial, one of our readers asked us for the step by step guide on moving custom domain blogger website to WordPress. Blogger allows you to use 3rd party custom domains as well as Google domains with your blog. In this article, we will show you how to move custom domain blogger blog to WordPress.


Note: If you’re looking for moving a normal Blogger subdomain blog to WordPress, then see our guide on how to switch from Blogger to WordPress.
Only use this tutorial, if you are trying to move a Blogger site on a custom domain to WordPress.

Step 1: Getting Started

Before we start, it is important to note that this guide is for the self hosted WordPress blog. See our guide on the difference between self hosted WordPress.org site vs free WordPress.com blog.
In order to get started, you will need a WordPress hosting provider to setup your self hosted WordPress website. We recommend Bluehost because they are an officially recommended hosting provider of WordPress, and they will give WPBeginner users 50% off discount.
If you want a Bluehost alternative, then take a look at Siteground who also offer the same special offer to WPBeginner users.

Step 2: Change DNS Settings


Blogger allows you to use any domain name registered by a 3rd party. U.S. based users can also use a domain registered with Google Domains.
When you first setup the domain pointing to your Blogger blog, you were asked to add CNAME and A records to your domain’s DNS records. You will need to delete those records and add your WordPress host’s DNS settings.
You can get DNS settings required by your WordPress hosting provider from their documentation or support websites. A typical DNS nameserver looks something like this:
NS1.Bluehost.com
NS2.Bluehost.com
In this guide, we will show you how to update DNS settings in Godaddy. If you have registered your domain with some other registrar don’t worry. The basic settings are the same on all domain registrars.
Important: DNS changes may take anywhere between a few hours to one or even two days to fully propagate. During this time, you can access your Blogger blog by logging into your account.

Changing DNS Settings in GoDaddy



Log in to your Godaddy account and click on the manage button next to domains. Click on the gear icon next to your domain and then select manage DNS.

Launching DNS manager in GoDaddy

You will see your domain information page. Next, you need to click on the DNS Zone File. This is where all the DNS level records for your domain are stored.


Launch DNS Zone File in GoDaddy



On the DNS Zone File page, you need to locate the A record and CNAME aliases you added for your Blogger blog and delete them. Click on save changes button to apply your changes.
The next step is to setup nameservers for your WordPress hosting provider. Go back to manage DNS page for your domain and then click on manage under the namservers section.


Nameservers
On the next page you need to click on custom and then click on edit nameservers link to add your new WordPress hosts nameservers.


Edit nameservers



Click on the save button to make your DNS changes go live.

Step 3: Remove Redirect

Your Bloggger blog’s original blogspot.com address is redirecting users to your custom domain. Since we have changed the domain settings, we need to remove this from Blogger too.
Simply log into your Blogger account and go to Settings » Basic page. Under the publishing section, click on the cross icon to cancel the redirect.

Remove custom domain redirection from Blogger



Step 4: Install WordPress

If your domain’s DNS has propagated now, you can now install WordPress on your hosting provider.
If your domain is registered on a 3rd party service other than your web host, then you will need to add the hosting for the domain. For example, in BlueHost you will add your domain as an Addon domain through cPanel unless it is the main domain on your account.
After adding domain to your new host, the next step is to install WordPress. Follow the instructions in our complete WordPress installation tutorial.
After successful installation of WordPress on your custom domain, you will be ready to import content from your Blogger blog.

Step 5: Export Content From Blogger

Before you can import content into WordPress, first you need to export it from your Blogger blog.
Blogger allows you to export content in an XML file.
Login to your Blogger blog and visit Settings » Other page. Under the blog tools, click on the Export Blog link.
Exporting your Blogger blog
This will bring up a popup where you need to click on the Download Blog button.
Depending on the file size, it may take a few seconds or a few minutes. Once you have your data, it is time to import it into your WordPress site.


Step 6: Import Blogger Blog into WordPress

Login to your WordPress admin area and visit Tools » Import page. There you will see a list of importers for different services. You need to click on Blogger to install the Blogger importer.
Blogger import tool in WordPress
This will bring up a popup where you need to click on the Insall button. WordPress will now download and install the Blogger Importer plugin for you. Once it is finished installing the plugin, you need to click on Activate Plugin and Run Importer link to continue.
Run importer
On the Import Blogger screen, WordPress will ask you to upload the XML file. Simply click on choose file button and upload the XML file you downloaded earlier. Click on the Upload file and import button to continue.
Upload export file
WordPress will now import your blogger posts from blogger, once it is finished you will be asked to assign an author to the imported posts. You can assign your blogger posts to an existing author or create a new one.
Congratulations! you have successfully imported your Blogger blog into WordPress. However, you still need to make sure that you don’t loose any search rankings and that visitors to your old blog can easily land to the same content on your new WordPress powered website.


Step 7: Setup Permalinks

WordPress comes with a feature that allows you to set up SEO friendly URL structure. However, since you are importing content from Blogger, you would want your URL structure to be as close to your Blogger URL structure as possible. To set permalinks you need to go to Settings » Permalinks and paste this in the custom structure field:
/%year%/%monthnum%/%postname%.html
Changing permalink structure in WordPress




Setp 8: Setup Feed Redirects

You have successfully redirected your Blogger blog to WordPress. However, users who have subscribed to your Blogger RSS feed will stop receiving updates.
You need to redirect feed requests to your WordPress feeds. This can be easily achieved by editing .htaccess file in your WordPress site’s root folder. If you can’t find your .htaccess file, then see this tutorial.
Start by connecting to your WordPress site using an FTP client. You will need to enable ‘Show Hidden Files’ option in your FTP client settings. If you are using Filezilla, you will find this option under Server menu.
Show hidden files in Filezilla
Once you are connected to your website, you will find the .htaccess file in your WordPress site’s root directory. You need to edit this file and paste the following code before any other code in the file.


<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule atom.xml /feed? [L,R=301]
RewriteRule rss.xml /feed? [L,R=301]
RewriteRule ^feeds/posts/?.*$ /feed? [L,R=301]
RewriteRule ^feeds/comments/?.*$ /comments/feed? [L,R=301]
</IfModule>



Save your changes and upload the .htaccess file back to the server. Your Blogger feed subscribers will now be redirected to your WordPress site’s feed.
Customizing Your WordPress Site

WordPress comes thousands of beautiful themes and extremely powerful plugins.


EmoticonEmoticon