|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Accessibility and Usability Forum Discuss topics related to website accessibility and usability. Subjects include; testing techniques, tutorials, guidelines and legal issues. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
We all know any active website changes a lot over time. You remove pages, rename pages and add pages. However adding pages is never a problem for visitors or search engines, but I am not quite sure what is a good guideline to follow when it comes to removing and renaming pages.
Last year we changed the extension of our pages from .htm to .php. We implemented the proper redirects and links from the old pages to the new ones. Once the search engines picked up the new pages and indexed them, we removed the old ones. However I recently studied our error log and found that we still receive several queries a day for our old pages, including pages that had been removed on previous occasions (like products, articles and information we no longer publish on our site). My question is, how long should you keep the old page on your site before removing it. What I actually mean by saying 'old page' I do not imply an exact copy of a page, located under a new name elsewhere on our site, because that will raise duplicate content concerns. These old pages only include a 301 redirect, or where 301 redirect is not possible a meta refresh tag and in all cases a notification on the page containing links about the new location. We will be looking at upgrading our hosting package to make use of custom error documents, but in the meantime we want to upload some of the pages that we removed in the past, each consisting only of a notification that the page had been removed and supplying a link to our homepage. Some of these pages are no longer relevant to our website, so is there any sense in uploading a notification about these pages also, because that may lead to un-targeted traffic and we do not want the search engines to see it as spam. On the other hand, who says these visitors will be un-targeted, they might see something interesting on our homepage and convert into a customer. |
|
||||
|
Quote:
Did you remove the 301 redirects along with the old pages? If so put them back. |
|
|||
|
Yea I would agree with incrediblehelp leave the 301's up. Even after the SE have properly crawled them you more than likely will still have old visitors that may have bookmarked those old pages.
I updated my site a couple of years ago and have left all the 301's in the code. I still receive hits to these old pages. |
|
|||
|
A simple way to ensure everyone finds the pages you renamed from HTM to PHP is to enter the following in your .htaccess file:
ErrorDocument 400 /400.php ErrorDocument 400 /400.php ErrorDocument 400 /400.php ErrorDocument 404 /404.php ErrorDocument 500 /500.php Just define the document and then define where the equivalent can be found. |
|
||||
|
Can you put an example of the 301 code that you used? Thanks
__________________
The Big Bald Blog |
|
||||
|
Leave the redirects up. But do the redirects using the .htaccess file in stead of some code in the pages. It's most likely that those requests come from links pointing at the old pages and it would be a waste to lose the "link juice" from those links.
There are more sources of visitors than just the search engines,.
__________________
FREE SEO ! Really? YES! All you have to do is implement it! Follow me on Twitter PeterIMC |
|
|||
|
YES, keep those 301 redirects there forever! Why not? Getting rid of them costs traffic and loyalty.
As someone who owns/edits a directory of Websites (with over 9,000 unique links to job search resources), I get very annoyed with people who change their sites without doing permanent redirects. Please notice that you have other sources of traffic and visitors in addition to search engines: What about all those bookmarks/favorites set by previous visitors? What about those e-mailed URL's to check out this great site? What about my PR 7 link to your site? Plus, all the other links to your site? People keep trying to buy my "high value links" (NOT for sale). Yet, EVERY month, several hundred of the sites that I GIVE them to, throw them away by changing the URL of the page I link to. ARRGH! Yes, I run a linkrot checker (LinkAlarm - highly recommended!) every week, and, yes, LinkAlarm indicates which are permanent redirects. And we update those links, but they are less urgent maintenance issues than the newly dead-ended links, and that is greatly appreciated. BTW, the sites that can figure out how to map from the old pages specifically to the appropriate new pages are greatly appreciated because they are nicer to their visitors AND have made my research into the new URLs much easier. Dumping everyone onto the new home page is better than a 404, but not by much. End of rant. |
|
||||
|
Here's the .htaccess code for 301 redirects...
### redirects ### redirect 301 /page_name.ext http://www.domainname.tld/new_page_name.ext When I'm going to replace or remove a page... I create the new page upload new page check site for any links to old page update to new page check sitemaps and update (google yahoo etc.) search web for IBL's to the old page... contact them to update links to the new page then add 301 to site remove old page.. usually when you make a change to a page name or remove a page you lose a bit on the rankings. It does come back, but I've found the loss and time to recovery tends to be a bit less if I leave the old page up until all the other things are done. Hope that helps!
__________________
Ron Boyd website consulting (design, optimization, marketing) :: Follow Me: @orionsweb |
|
||||
|
How bad is it if there are still links pointing to the old page on your site, together with links pointing to the new page? I've recently done some 301 redirects and updated the wrapper links, but there are still hundreds of links in the actual content of my pages that need to be updated individually...
|
|
|||
|
What's the harm in keeping 301 redirects? It will be particularly helpful for those visitors who trust and follow their bookmarks.
|
|
||||
|
Quote:
__________________
The best way to learn anything, is to question everything. |
|
|||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.newurl.com/newpage.php"); It seems like a lot of people prefer redirects via .htaccess instead of using a script within the page. I will keep that in mind, thanks for the tip. So it seems pretty clear, I should keep those redirects up, thanks for the replies. |
|
|||
|
I guess I'm a slob. I have a cute design for 400 and 404 errors - it has links to my site homepages. Otherwise, I don't care if people get errors. They know how to skim back the url in the bar to the homepage and start all over again. The problems are from ancient links on sites that don't bother to update their info, anyway.
|
|
||||
|
Quote:
In addition, error messages can erode confidence in the web site. Users do not have much trust on the web. The faith they have in a site depends largely on how well they know the company that the web site represents. If you are a small business that the customer has never heard of before, the user is already coming to the site with a low level of trust, and each error that the user encounters reduces the chance that that user will place an order. A simple redirect or a "smart" error page can either prevent the loss of trust or recover the lost trust and keep the visitor much better than a generic error 404 message.
__________________
The best way to learn anything, is to question everything. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1 site with 30 pages OR 3 sites with 10 pages? | fctoma | Marketing Strategies Discussion Forum | 7 | 05-18-2007 12:14 AM |
| Best Option: Landing Pages or Sub Domain Pages??? | peterson | Search Engine Optimization Forum | 2 | 07-08-2006 02:29 PM |
| Content on popup pages vs. regular pages | dartman | Content Discussion Forum | 16 | 06-02-2006 02:02 AM |
| Keeping old pages, not visiting new pages | climaxphoto | Yahoo! Discussion Forum | 0 | 08-19-2004 06:50 PM |
| Help:Converting .PHP pages into .html(.htm) pages | megame | Search Engine Optimization Forum | 4 | 07-07-2004 07:34 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |