![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: Sep 2007 Location: , , Canada.
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
Is it a good idea? SEO question here.... when you buy a domain from an auction how and what do you do when trying to save the link juice from links pointing to the domain you buy. I was thinking about adding a 301 redirect on the domains 404.php page to redirect links to the main page.... would this be a good idea to help save back links from pointing at dead pages? How are YOU...saving link juice from pointing at dead pages after you buy a domain? Chad |
| | |
| | #2 | |
| Advanced Warrior War Room Member Join Date: Jan 2010 Location: Seattle
Posts: 638
Thanks: 110
Thanked 153 Times in 36 Posts
| Quote:
| |
| | |
| | #3 |
| Warrior Member Join Date: Sep 2007 Location: , , Canada.
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
I thought I would get more replies to this question. Is there not any SEO experts in here? I find that hard to believe. Please add your thoughts and expertise. |
| | |
| | #4 |
| SEO Strategist War Room Member Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
|
I always 301 my 404 page back to my Index page no matter what site I'm building. If the page can't be found I send them back Home. |
| | |
| | |
| | #5 |
| I Spank Google War Room Member Join Date: Oct 2010 Location: SK, Canada
Posts: 501
Thanks: 33
Thanked 84 Times in 59 Posts
|
Sorry to be a noob, I've read about doing 301's for your 404's, but I don't know how to do it.. Sure I could google it, but you know someone else is going to ask it here anyway.. ![]() Actually, instead of asking, I'll find out and post it here: Well, that was easy.. Here's a wordpress plugin that can help you set up your wordpress to 301 your 404s: WordPress › Redirection « WordPress Plugins |
| - A Link Building Service That Works Automated Backlink Networks For A Reasonable Price... Don't Miss Out! - | |
| | |
| | #6 | |
| SEO Strategist War Room Member Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
| Quote:
![]() 1) Wordpress Admin 2) Appearance (left sidebar) 3) Editor (left sidebar) 4) 404.php (right sidebar) 5) Copy & paste the contents of your 404.php into a new text file on your desktop & save as a backup. 6) Paste the code below into your 404.php page. The code below is the only code that should be in your 404.php Note: Don't forget to create a backup of the 404.php before you make any changes just in case you want to go back to the original 404 later on... Code: <?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".get_bloginfo('url'));
exit();
?> | |
| | |
| | #7 |
| SEO Strategist War Room Member Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
|
Or, you can do this, same steps as above to install. This will let you pick any page on the net to redirect to. Example, this will redirect to hxxp://www.yahoo.com (hxxp = http). Code: <?php
header("HTTP/1.1 301 Moved Permanently");
header('Location: http://www.yahoo.com');
exit();
?> This way you can send all 404's to any page on your site, or another site If you wanted to. |
| | |
| | #8 |
| Warrior Member Join Date: May 2010 Location: Melbourne, Australia
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
Following on with this discussion then, I have a question please. On my website I have an index.html page ('Home' on the side menu) and then, following the 'Products" button on the side menu, I have my sales page. Now I want to remove the present index.html page altogether and redirect the sales.html to act as the index.html as well as stay as the sales.html because of the menu link. (So my present sales page will be both index/Home and sales/Products according to the side menu bar.) How do I do this? If I do the 301 redirect through .htaccess will that suffice to disable the present index.html page or is there some other step I need to take, like create a blank index.html page first? I also have the code for doing the redirect alternatively with php but again don't know where to insert it. It's the step by step process of putting the code in the right place that has me baffled. Looking forward to expert advice.... |
| | |
| | #9 |
| HyperActive Warrior War Room Member Join Date: Aug 2010
Posts: 264
Thanks: 66
Thanked 44 Times in 40 Posts
|
Hi Chad, The way I have understood your question, these are my observations. First, when you buy an expired domain or from an auction, make sure the domain has not been dropped a lot of times by many owners along the way. There is not much integrity in that domain name in the eyes of Google. Second, assuming the domain you bought is xyz.com, if you still want to refurbish this site, then you have say page1.htm, page2.htm on this site which has backlinks to it. What you would do is create similar themed pages in the redesigned site as newpage1.htm, newpage2.htm and then do a 301 permanent redirect from page1.htm to its corresponding new avatar newpage1.htm. Same from page2.htm to newpage2.htm Redirecting the 404 page is not a good SEO technique. THe worst method you can use is 302 redirect as the search engines get very confused by temporary redirects. So stay away from it Best Raviv |
| | |
| | #10 |
| Warrior Member Join Date: Sep 2007 Location: , , Canada.
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
OK found the solution to and way I can find to use 301 redirects and saving Link Juice on blogs. There is a wordpress plugin called 404-to-start that will do the trick just fine. |
| | |
| | #11 |
| Warrior Member Join Date: Sep 2007 Location: , , Canada.
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hope this helps others now.
|
| | |
![]() |
|
| Tags |
| 301, juice, link, redirects, saving |
| Thread Tools | |
| |
![]() |