Tuesday 28 June 2016

How to Move from Blogger to WordPress without Loosing ur Traffic

Display API     14:42     No comments

Now Because of the Problems of the Blogger .You Need to Just Move from Blogger to WordPress without Loosing ur Traffic. The Thing that Gets into mind was is it really Possible, Beacause Blogger is a platform Which Consists in a .xml format, When it comes to Wordpress is a completely different format .php and Without Losing Any traffic Can it Possible to Move from Blogger to Wordpress . Offcourse it is Possible to Move from Blogger to WordPress without Loosing ur Traffic


Steps  to Move from Blogger to WordPress without Loosing ur Traffic

#1) →Download the your blogger .xml which you want to be re-directed
For that Go to→Setting→Others→Export

After Tapping on Export Blog You will notify like below image
→→→ After Downloading the Blog

#Step 2) go to your WordPress Admin Panel.


 Navigate to Tools → Import→ Select ‘Blogger‘.

WordPress Blogger importer now download and install the plugin for you. When it is finished installing, you would need to click Activate Plugin link to continue importing and Run



On the Import screen of Blogger, WordPress will ask you to Choose xml file to upload. This is the file that you downloaded in Step 1.

Just click the button to select the file and upload the XML file you downloaded earlier. Next, click on the Upload file and import button to continue.



 Now, if you do not choose one of our recommended hosts, or your site is really great, you can get the error that your file size is too large. In this case, you would need to increase your maximum file upload limit. If your file is smaller, then you will not see any mistakes.

WordPress now import your Blogger- posts one by one. When it is finished, you will be asked to assign to the author of the imported posts. You can assign your existing Blogger posts by author (you) or by creating a new account.

Congratulations: You have successfully imported your Blogger content in WordPress. However, you still need to make sure you do not lose any of the search engine rankings and visitors to your blog easily landed on the same old content to your new WordPress website.

#3) Adjusting the Permalinks

Permalinks is the term is used in the URL structure of individual pages. WordPress comes with a feature that allows you to create SEO friendly URL structure. However, since you are importing content from Blogger, you would want your URL structure should be as close to your Blogger URL structure as well as possible.


To set the permalinks, you have to go to Settings »permalinks screen, and select the month and name as your post structure.

#4)  Redirection

The most important step in moving any website to create proper redirection so that users can be redirected to your new site.

The redirection is an important part that you want users to land  on to the same page on the new site, which they try to access the old site. Second, it also informs the search engines that your old site moved to a new location.

To successfully move from Blogger to WordPress, you need to create two levels of redirection.
First, you need to redirect visitors Blogger- in your new WordPress blog. Second, once users reach your WordPress website, you should read them as they try to redirect to the correct position.

Let's first set a redirection to a blogger blog.

You must sign in to your Blogger account and go to your →settings and on the →blog template.

Tap on →Revert to Classic Template link.
After switching to the classic template, you can see the 'Edit Template html' Text area: You have to replace everything in the text area with the following code: Make sure that you replace your own domain name http://www.example.com.

01<html>
02
 <head>
03
  <title><$BlogPageTitle$></title>
04

05
   <script>
06
    <MainOrArchivePage>
07
    window.location.href="http://example.com/"
08
    </MainOrArchivePage>
09
    <Blogger>
10
     <ItemPage>
11
     window.location.href="http://example.com/?blogger=<$BlogItemPermalinkURL$>"
12
     </ItemPage>
13
    </Blogger>
14
   </script>
15

16
   <MainPage>
17
   <link rel="canonical" href="http://example.com/" />
18
   </MainPage>
19

20
   <Blogger>
21
    <ItemPage>
22
    <link rel="canonical" href="http://example.com/?blogger=<$BlogItemPermalinkURL$>" />
23
    </ItemPage>
24
   </Blogger>
25
 </head>
26

27
 <body>
28
  <MainOrArchivePage>
29
   <h1><a href="http://example.com/"><$BlogTitle$></a></h1>
30
  </MainOrArchivePage>
31
  <Blogger>
32
   <ItemPage>
33
    <h1><a href="http://example.com/?blogger=<$BlogItemPermalinkURL$>"><$BlogItemTitle$></a></h1>
34
    <$BlogItemBody$>
35
   </ItemPage>
36
  </Blogger>
37
 </body>
38
</html>


Save your template and you successfully redirection to your Blogger blog.

However, you still need to setup redirection on your WordPress site, so users can be redirected to the relevant records.

You need to copy and paste the following code in your WordPress Theme - in functions.php file or site-specific plugin.

If this is your first time adding the code to your WordPress site, then you can check out our Beginner's Guide to pasting excerpts from the web into WordPress.

01function blogger_query_vars_filter( $vars ) {
02
  $vars[] = "blogger";
03
  return $vars;
04
}
05

06
add_filter('query_vars', 'blogger_query_vars_filter');
07

08
function blogger_template_redirect() {
09
  global $wp_query;
10
  $blogger = $wp_query->query_vars['blogger'];
11
  if ( isset ( $blogger ) ) {
12
    wp_redirect( get_wordpress_url ( $blogger ) , 301 );
13
    exit;
14
  }
15
}
16

17
add_action( 'template_redirect', 'blogger_template_redirect' );
18

19
function get_wordpress_url($blogger) {
20
  if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) {
21
    $query = new WP_Query (
22
      array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[2] ) );
23
    if ($query->have_posts()) {
24
      $query->the_post();
25
      $url = get_permalink();
26
    }
27
    wp_reset_postdata();
28
  }
29
  return $url ? $url : home_url();
30
}

The code above creates a blogger WordPress 301 redirect is what you need to ensure the best SEO.
Once you've pasted the code, all you have to do is create a redirection.

Now anyone visiting your old Blogger blog entry will be redirected to the new post of your WordPress site:

we hope this article helped you learn How to Move from Blogger to WordPress without Loosing ur Traffic. You may also want to see our guide on How To Backup a WordPress Database Manually Without Plugin

For Any Quries rgarding this Article pls do comment and dont forget to like this on facebook.for more Wordpress tutorials

, , ,

0 comments :

Lyte Byte Tech News

Recommended

Company

Legal Stuff

FAQ's

Blogroll

Subscribe to Newsletter

We'll never share your Email address.
© 2015 Lyte Byte Tech News | Distributed By My Blogger Themes | Designed By Bloggertheme9