|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Let slip the dogs of war.
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
|
Quick SEO and Wordpress question. Please help.
Okay here's the situation:
I have a domain that I've been playing with SEO on for a few years. Let's say it's mydomain.com It's done pretty well, and I'm getting better at it, so I decided to convert the static html pages I've always used to a Wordpress blog. It's more or less a blog layout anyway. For bulding testing purposes I've located that at mydomain.com/blog I've moved all the old content fromt he static pages in to Word Press and now want to put the Wordpress live to enjoy all the SE traffic I've built up to that domain. Question: Can I just use the .htaccess to redirect to the /blog or will that be recognized as a redirect and cost me in terms of SE traffic? Would I be better served by actually moving the directory for the blog up to the root? Thanks.
__________________
. |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: May 2004
Posts: 506
|
Wordpress can be installed in a subdomain and still appear like it's working from the root. There is a tutorial on the Wordpress site on how to do this.
You will have to 301 redirect all the URL's of the old static site to the new Wordpress generated URLs to keep your rankings. -A |
|
|
|
|
|
#3 | |
|
Let slip the dogs of war.
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
|
Quote:
To keep the rankings then I have to redirect index.html to index.php?
__________________
. |
|
|
|
|
|
|
#4 |
|
Rock 'n Roll Baby!
Join Date: Sep 2004
Location: USA, temporarly
Posts: 22,562
|
just to the site wide redirect from / to /blog/ 301 of course so the link juice can retain.
__________________
Sig for sale. Affordable prices. Contact me and get a great deal ;) My contact: ICQ: 944-320-46 e-mail: manca {AT} HotFreeSex4All.com |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
|
I believe you will lose your ranking unless you keep those html pages in place.
The SEs index on content and location. If you have removed content or moved it to a new location, that text will start over with a value of zero (so to speak) and the previously indexed static pages will be removed from the SE index. Better to put those static pages back online and change any links on the static pages to locations within the blog |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: May 2004
Posts: 506
|
You need to take the index.php from the wordpress directory and put that in the root. Then you modify that index.php file like this:
Change: PHP Code:
PHP Code:
Then in the wordpress admin you've got to go to Options and change the "Blog address" to www.YOURDOMAIN.com. Lifer, the 301 redirect will pass linkjuice so you don't lose ranking. It's setting up the .htaccess redirect that can be a pain in the ass. |
|
|
|
|
|
#7 | |
|
Let slip the dogs of war.
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
|
Quote:
__________________
. |
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: May 2004
Posts: 506
|
I would just to be safe. You never know how many links are out there pointing to the index.html instead of just the root.
|
|
|
|
|
|
#9 |
|
Let slip the dogs of war.
Industry Role:
Join Date: Jan 2003
Location: Bermuda
Posts: 17,263
|
Thanks for the help, much appreciated.
__________________
. |
|
|
|