Change of domain problem

by vicke4
2 replies
  • SEO
  • |
Hi all,

I had a blogspot named takealookattech.I had 3 posts with almost 30visitors/day.I had built some backlinks also.Those three posts where highly ranked in google search and they were in top in search results.


Yesterday I changed the name of the domain takealookattech to other name.So I created a new blog named takealookattech and used the above code to redirect to my renamed blog....

Code:
<script language="javascript">
location.replace("http://www.yournewsite.com");
</script>

<meta http-equiv="refresh" content="1; url=http://www.yournewsite.com">

<a href="http://www.yournewsite.com"><font face="arial,helvetica">My new page is here...</font></a>
So,are the things that I done correct??
My question is will the newly created takealookattech domain(because I deleted and created again as a new one) be indexed by google and be pulled back in search results???

Should I add "noindex" tag to the 3 posts in the renamed blog???

Will I face any problems in future?

What should I do?

Give me some suggestions.....
#change #domain #permalink redirection #problem
  • Profile picture of the author patco
    What are you trying to do with this code:

    <script language="javascript">
    location.replace("http://www.yournewsite.com");
    </script>

    Just to tell you that about 5% of people worldwide had disabled JavaScript code to be working on their PC's! Just a 301 redirect is enough for me! If you do it, you will NOT face any problems!
    Signature

    A blog that will show you How to Lose Weight with a cool Quick Weight Loss guide...
    Also enjoy some of my favorite Funny pictures and photos that will make you smile :)

    {{ DiscussionBoard.errors[8639876].message }}
    • Profile picture of the author vicke4
      Originally Posted by patco View Post

      What are you trying to do with this code:

      <script language="javascript">
      location.replace("http://www.yournewsite.com");
      </script>

      Just to tell you that about 5% of people worldwide had disabled JavaScript code to be working on their PC's! Just a 301 redirect is enough for me! If you do it, you will NOT face any problems!
      Okay I don't know how to set a 301 redirection and my domain is a .blogspot domain and it has limitations.....

      and one thing Just anyone tell me are the things did by me correct???

      Will I face any problems in future????
      {{ DiscussionBoard.errors[8639921].message }}

Trending Topics