I am in the process of migrating a fairly large site +/- 3000 pages from static html to WordPress and want to be sure I am on the right track. Also have a few SEO question to accompany. I will run through the process I am going to follow and would appreciate any input on whether I am moving in the right direction and if/or any other tips to help this all along.
The site itself is a static site that also has a blog which runs of wordpress from a /blog/ directory. I will be leaving the blog worpress install as is but will update the theme/style/css to mimic the new site.
The static html pages are the main "update" to wordpress.
Here is what I plan to do:
1. create a sub-directory on the current domain (example.com/jedi/) and install a fresh version of wordpress in it
2. Upload an already developed theme and activate aswell as discourage search engine indexing and also block /jedi/ in robots.txt
3. build all pages as per the html structure within this wordpress environment by manual copy and paste and image importing (all from current html pages)
4. Once all is built and navigation is complete then copy the index.php and .htaccess from /jedi/ and upload it to the root of the domain. The index.php will be updated with the /jedi/ sub-directory - ( dirname( __FILE__ ) . '/jedi/wp-blog-header.php' ).
5. login into wordpress admin and in settings update site address to root (example.com) and then update permalinks
6. If all is working as it should then remove the html pages.
Please any comments or advice on the above process will be appreciated.
An SEO question on the above:
There are at least about 1000 pages from the html site that I would like to loose as they are very old with thin content and not trafficked at all. Can I safely leave them out and have them 404 or should I take any other measures?
I would appreciate any help or input here please
thank you