• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
TheWayoftheWeb

TheWayoftheWeb

Content and Digital Marketing Specialists

  • Blog
  • The Cipher
  • About Us
    • Useful Resources For Businesses In Peterborough, UK
  • Contact Us
  • Show Search
Hide Search

blogger

How To Redirect a Blogspot Blog To Another Site

July 30, 2018 By Dan Thornton

If you’ve been using blogger as your website, you might have decided it’s time to change your CMS. And that might also mean switching from the standard .blogspot.com address to a custom domain. But how do you ensure that the search authority and visitors from your current site are transferred to your new one as effectively as possible? Well, here’s how to redirect a Blogspot blog to another site.

How To Redirect a Blogspot Blog To Another Site

Before we get into the exact instructions, it’s worth explaining a little about Blogger and how redirects work between different urls. Or if you want to remove pages from your current website, including after a redesign. One of our main services is assisting with this process for business clients ranging from small websites to massive enterprise solutions. We’ve migrated a large number of websites over the years, and ensured traffic and search rankings are kept as high as possible during the transition.

If you’re in a hurry, already know about website redirects, or find it boring, you can skip the next bit!

Blogger and Redirects:

Blogger was originally launched in 1999 as a blog-publishing service by Pyra Labs. The company was founded by Meg Hourihan and Evan Williams, who also went on to co-found Twitter and Medium. Blogger itself was acquired by Google back in 2003. And although new features have regularly been added, the service itself hasn’t radically changed for a long time now. So although it’s still a very popular way to start blogging and publishing content online, many people find they want to switch to an alternative like WordPress after a while.

By default, your Blogger site will have an address ending in blogspot.com. If you’ve bought a custom domain for your site, e.g. www.thewayoftheweb.net, then everything will work on your new site as long as the urls of your posts stay the same. But your old site will revert back to blogspot.com and display your old duplicate content unless you either delete or redirect it.

However, when urls are being changed or posts are being removed, that’s when redirects are useful. For any permanent changes or deletions, you would want to use what is called a ‘301 Redirect’. This indicates to search engines that the content has been permently moved to a new address. And redirects your users to the new page automatically. So unless you want to completely ditch your old content and let users see a 404 error page, you’d typically put a 301 Redirect into your .htaccess file for PHP websites and web.config for IIS sites.

But editing .htaccess and web.config require server access. And Blogger doesn’t allow that.

Meanwhile adding redirection plugins and services to your new website and domain won’t have any effect on your old blogspot.com address.

But there is a solution. It uses what’s called a Meta Refresh to perform a client-side redirect (rather than the server-side options described above).

How To Redirect a Blogspot Blog To Another Site – Detailed Steps:

Rather than putting an instruction directly onto your server, we’re going to add a Meta Refresh tag to the header of your old blogspot site. This will refresh the page content, and in the process, send visitors to your new website. It does have some downsides, which we’ll outline later. But the advantages will generally outweight the negatives.

And don’t be scared of the code in the steps below. It really is very simple.

Step 1:

Go to Blogger and log into your website. When you’re viewing the main dashboard, click on ‘Theme’ in the left hand menu. You’ll see a preview of your theme with the option to ‘Edit HTML’ under the ‘Live on Blog’ window.

Click Edit HTML and you’ll see the code for your site:

How To Redirect a Blogspot Blog Theme Editing

This can look intimidating, but adding the Meta Refresh code is very simple. You need to locate the <head> tag in the code, and then add the following code straight after it:

<meta http-equiv=”refresh” content=”0;URL=’https://www.yournewwebsite.com/'” />

Obviously you’ll replace yournewwebsite.com with your new url!

I’ve highlighted the relevant code in the example below with a couple of red stars.

How To Redirect a Blogspot Blog Theme With Redirect Code

Now click on Save Theme, and you’re done!

Visit your blogspot.com address and check the redirect works.

Meta Fresh: Options and Downsides?

There’s not a huge amount of options available when you have a client-side redirect with a Meta Refresh Tag. The main one is how long it takes for your redirect to work. If you’ve put a message on your site explaining what’s happening, you may want to give your visitors time to see it before they’re sent to your new website.

Luckily, that’s simple. If you take another look at the code:

<meta http-equiv=”refresh” content=”0;URL=’https://www.yournewwebsite.com/'” />

You can see there’s a 0 value after content. Simple adjust that for the number of seconds you want to allow visitors to stay on your old site and see whatever is left there to explain the redirect.

See, easy!

Now for the Meta Refresh downsides.

Unfortunately, being an easy way to redirect visitors without accessing a server means Meta Refresh Tags have often been used by spammers and other people who might be less than honest.

So many SEO specialists will recommend that your refresh time is set to at least 5 seconds to avoid being seen as dubious and incurring a potential problem.

Also due to the spam problem, search engines will generally not pass all of the SEO value of the original site. You’ll still get some benefit, and obviously it’s better than nothing. But using a server-side redirect should generally be seamless for traffic and SEO authority.

The Best Solution for Redirecting Blogspot Sites?

Although using a Meta Refresh Tag won’t pass all of the SEO equity of your original blogspot site, it’s still going to pass more than if you didn’t put in any redirect at all. And as long as you keep an eye on your site to ensure you’re not accidentally seen as trying to trick users, then it has the major benefit of ensuring your existing traffic is carried across to your new website.

Do you blog?

December 29, 2010 By Dan Thornton

The start of a new year is almost upon us, and for me it’s a good time to refresh a few things, including my reading list. And I’ve realised that I’ve been awfully rude for a while and not asked what YOU are doing…

So, if you’re reading this and have a blog, leave a link in the comments. It doesn’t have to be specifically about marketing or social media (Some of my absolute favourite bloggers have nothing to do with either subject). Maybe let me know what it’s about and how long you’ve been blogging for? The only rule is that blatant spam blogs harvesting and reposting content from other people will obviously be removed.

So what’s your blog called and where can I find it?

Evan Williams talks Twitter at TED

March 1, 2009 By Dan Thornton

I’m a big fan of the TED talks, the conferences which started by covering Technology, Entertainment and Design, and now include a huge range of thought-leaders on a variety of topics. (More about TED here)

Somehow I hadn’t got around to watching the talk by Evan Williams from Twitter until I saw a good article about it by Garr Reynolds at Presentation Zen.

One interesting point is how Evan has followed a couple of hunches to build projects – Blogger and Twitter.

Secondly – Twitter was designed as a broadcast medium – one message went out to many.

But users invented the @reply functionality, the API, the use of hashtags, and started using it to raise awareness around issues, raise money for causes, implement marketing and business use, etc.

It’s a pretty quick presentation at just 8 minutes – and worth watching until the end to see what happens when TED Curator Chris Anderson uses Twitter search to look for mentions of Evan Williams.

Google help with changing blog platforms

January 12, 2009 By Dan Thornton

As someone who moved this blog from Blogger to the current self-hosted WordPress location back in April, I’m keenly aware of the problems you can encounter if you switch blogging platforms.

As a result, I’d defintely advise starting with WordPress, but if you’re not ready to host your own site (It’s really far more simple than it sounds!), then you’re limited to WordPress.com, which has all the functionality, but doesn’t allow you to display any advertising – a pain if you’re trying to see if something might drive some revenue, for example!

And while there are some very well-respected people using Blogger (such as Dave Cushman at Faster Future), and some good resources for some nice templates (such as BloggerBuster), I’m learning far more from the greater flexibility of WP.

Switching from Blogger should be simple in theory, but having exported, I found I had to import into a WordPress.com blog, then export from that into my hosted version – and even then a lot of posts seemed to get lost en route (They’re still on my old Blogger blog awaiting the remote possibility I’ll find the time to finish manually importing them).

Therefore it’s great news that Google (which owns Blogger), has released Google Blog Convert 1.0. It’s from the fantastically named Data Liberation team, and it’s a new Open Source project to allow you to move blog posts and comments from service to service, including Blogger, WordPress, Moveable Type and LiveJournal.

It’s not only great news for anyone considering switching services.

It’s also great news if you want to use the quick and easy implementation of Blogger to get something just up and running with some adverts etc to see if it works, and then switch later.

It certainly means I’m less reluctant about using Blogger to experiment, and I’d be more likely to be enticed back by something suitable.

How Coke and Pepsi are wasting their online strategy

November 28, 2008 By Dan Thornton

I have to admit that as a non-coffee drinker, I’m pretty addicted to caffeinated soft drinks. To the point where I’ve just shocked myself by working out that, in conjunction with my partner, we spend about £957 per year just on Coke or Pepsi! The fact that I can happily switch between the two main brands without any hesitation probably also makes me a reasonable target for online marketing.

Pepsi:

Pepsi can by schnaars (CC licence)
Pepsi can by schnaars (CC licence)

Pepsi has recently launched a social media promotion to engage bloggers around a new Pepsi logo. They picked 25 top social media and marketing bloggers, sent them empty cans featuring all the previous designs, some full cans with the new design, and even a DVD of history of Pepsi. The approach had some criticism (why target the social media/marketing niche rather than the fans of Pepsi niche?), but the response was fairly favourable – see Jennifer Laycock and Chris Brogan for more. And they even started a room in FriendFeed – The Pepsi Cooler – and that’s where my problem lies.

Pretty quickly people saw the flaw in a room which only allowed contributions from 5 people, and enforced moderation for all comments.  You can see some responses to Chris Brogan’s post. The fact that Edelman’s Steve Rubel was involved meant that there was a fairly quick response claiming it’s the tip of the iceberg, and the team were working quickly to approve comments.

  • The first problem has been that the team are all U.S based – so no approval for 12 hours if you’re in the wrong timezone. I did make the suggestion of getting a representative from other countries involved.
  • The second is that a topic effectively has to be discussed in the comment of something irrelevant, in the hope the 5 contributors will write about it – I wanted to chat about the fact Pepsi cans in the UK now came with QR codes on them on November 17 – but Bart, who acknowledged by comment appears to have disappeared since then.
  • The third is that with 5 contributors, there just isn’t the flow of content,contribution and conversation to keep any interest going. There’s now just a contribution every 3 days, which is pretty slow – and hardly anyone is commenting.

Put it like this – if I had a community of 312 members, I’d be pretty disapointed if only 5 of them posted, and only once every three days. They’ve said that ‘we need to make sure the conversation is clean, free of profanity, and does not have any personal attacks’, but if you’re using Friendfeed after targetting 25 leading social media bloggers, you’re not likely to be overun by flame wars!

It’s good that Pepsi has started trying to engage the blogosphere as part of their overall marketing strategy, and that they at least discussed and made a slight attempt to have some conversations – but it’s a akin to listening to Pepsi shouting at us through a megaphone, and then trying to chat back with a sore throat.

Coke:

Coke Machine by KB35 (CC licence)
Coke Machine by KB35 (CC licence)

It’s lucky Coke have also managed to make a mess of things, because it nicely balances the post! Way back in June,08, I wrote about the CokeZone loyalty scheme, which allows users to input a code found on Coke bottles to be rewarded with points, which can then be exchanged for a range of products – some of which are rather good. The problem I had, was that the site was incredibly unreliable and frustrating to use. Things may have improved slightly, but there are still bugs with entering login details, and the site moves at the same speed as evolution.

Luckily, I haven’t actually been fired for using cokezone, which happened to some Coke employees who accidentally infringed an employee limit on collecting points while they boosted and promoted the service (Shel Holtz has all the details).

But they have turned a scheme which was meant to promote loyalty into one of immense frustration.

About a week ago, I happened to be logging into the site to register some more codes when I caught sight of an offer for a Flip Mino on the homepage – with options to enter to win for 2 points, or get one for 300 points. It was something I wanted to make sure I got, so I thought I’d try to collect the extra 100 points I needed (33 1/3 2litre bottles worth!). Now it did state that there was a limited number of the Minos, but bearing in mind there’s been a message saying ‘hurry, just a few left’ on various T-shirts etc since about the time I joined in April or so, I thought there’d be a bit of time.

But there wasn’t.

Turns out it’s a special pre-Christmas promotion with a new product each week. So either all the Flips were handed out or they’ve just been deleted.

So after swearing and realising my mistake, I thought I’d check for some contact details, and maybe try a bit of pleading in case there was one left in a cupboard somewhere.

Now read the following very carefully:

In 2008, on an onlineregistered members loyalty scheme for a major global corporation, with an unreliable site, and transactions to the value of games consoles etc, the contact details for the site are by telephone or post. No email, Facebook, Twitter, GetSatisfaction or Uservoice page. Post or phone! Oh, and some FAQs – (How were people asking these Frequently Asked Questions? And where’s the one for ‘My God, is this the most unreliable site ever?)

How to fix this stuff:

The Pepsi Fix: Allow everyone to contribute and chat. Employ moderation after the event, only if it becomes legally necessary, or of a personal or offensive nature. Employ someone to do the moderation if you need to, or get volunteers around the world to spend an hour each day. And try and make sure there are some Pepsi responses more than once every 3 days. That way, you’ll find the Pepsi fans, not just the top bloggers in a category by ranking.

The Coke Fix: Ideally, remove some of the flashy yet unreliable gubbins and make the site simpler to use. Make the Ts and Cs regarding a week long competition really, really clear, because when a site takes as long to load as yours, I don’t spend any more time on the homepage than necessary. And for the love of God, put some useful contact details or customer service on there!

Two companies with whom I’ve spent significant amounts of money have both engaged with plans which should, on the face of it, been right up my street. And yet somehow, it’s resulted in me realising how much I’ve spent, and the potential health risks of overindulging, because of the quick research I did before composing this post, and because they didn’t commit and go the whole way. And there’s nothing worse than getting halfway to somewhere, stopping, and turning round again.

And do it quick, before I start loading my shopping trolley with bottled water or lemonade

  • Page 1
  • Page 2
  • Page 3
  • Go to Next Page »

Primary Sidebar

Join us…

  • Facebook
  • Instagram
  • LinkedIn
  • RSS
  • Twitter

We only exist to deliver results for your business. So you get fresh Content, expert SEO, engaging Social Media, or a new Website which is right for you – and your customers.

We help you build your brand, reach more customers and increase your revenue

Search

Categories

Creative Commons License
This work by TheWayoftheWeb is provided under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Start growing your business today Contact Us

TheWayoftheWeb

Copyright © 2026· TheWayoftheWeb Ltd. Company Number 08038527. ICO registration: ZB397650