Change of domain problem

by 2 replies
2
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.....
#search engine optimization #change #domain #permalink redirection #problem
  • 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!
    • [1] reply
    • 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????

Next Topics on Trending Feed

  • 2

    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.