Jules Webb said
1 year, 2 months ago: @edenrudin @k4satin
I created a spreadsheet on Google Docs that you can use to import all the pages in your site that Google has indexed. Follow the instructions on both the Intro and Scrap Site Links tab. You’ll be able to save your own copy and then update it with your website address.
Note: the formula that makes this import possible is specific to Google Docs. The import doesn’t occur when you place the same code in say an Excel spreadsheet.
There are a couple of ways to do 301 redirects from old site pages to the new site page. I use the .htaccess file to do my redirects. Looks like this:
redirect 301 /old-page http://www.mynewsite.com/new-page
This file is located in your parent site folder usually named public_html or www
You can also do redirects from your server panel interface. Usually it’s something callled a cPanel.
Without knowing more about the situation that’s about all the helpful info I can think to give.
Let me know if you have any questions.
Cheers!
Jules