vote up 5 vote down star
6

I will shortly be redesigning and launching a new version of my business site.

I am currently in the top 5 search results for similar businesses in my line of work and in my area. I am concerned that the launch of my new site will result in a drop in rankings and a loss of business - Google has been good to me!

What can I do to minimise the drop in rankings during and after the launch, and how can I get my site back up to its current position as quickly as possible?

Thanks for any help.

EDIT: Sorry removed programming tags - still think it's a valid question, no?

flag

1  
SEO #%$@#$ is not about programming. – Zilupe May 21 at 14:30
2  
@ Zilupe - Then vote down or ignore. Don't use random characters to express your feeling. – Kriem May 21 at 14:33
9  
I can't believe some of the things people think are not programming related. We're developers, asking legitimate questions about stuff we're working on in a software development capacity. Oh, sure websites have nothing to do with programming! – JoshJordan May 21 at 14:35
9  
web developers have to consider seo issues in their to be worth their salt, so I think it is related – Nick Allen - Tungle139 May 21 at 14:36
3  
Anyone who votes NPR has never done web dev. – annakata May 21 at 14:47
show 2 more comments

closed as not programming related by Harper Shelby, Diodeus, Justin Niessner, David Thornley, Rich B May 21 at 16:36

3 Answers

vote up 9 vote down check
  • Setup 301 permanent re-directs to pages on the old site which do not map to the new site
  • Submit your new sitemap to google via webmaster tools immediately
  • Make sure your page titles and url/site structure is spot on before releasing so that you don't have to make any major structure changes (which would require more redirects) 2 months after an already major change, so google has a chance to get used to the new site gaining it history/age browny points
link|flag
I've ran into issues doing 301 redirects on static HTM files in cases where you are on shared hosting and don't have access to ISAPI filter. To make it work, I created folder called "index.htm" and then inside of that folder I had default.aspx that does a 301. Works great! – Josh Stodola May 21 at 14:50
vote up 2 vote down

Write the HTML better than you did for the last site and use 301 redirects if you've moved any pages. Ideally keep the same page urls just change the layout. Its the content it cares about so if that and the urls have not changed greatly you should be fine.

link|flag
vote up 1 vote down

If you do a 301, Permanently Moved, google will act as if your new page is your old page, i.e. your new page will be assigned the same page rank as your old page.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.