Contributions

Features (Category Index)
Search: 

Spider Friendly "Redirect" without Hesistation

Like most first time users, I installed oscommerce to the default directory of /catalog/.
I placed a simple redirect in the primary root to direct viewers to the /catalog/ directly.
That's where my trouble began.

Problems I encountered were:

#1 - even with a 0 for refresh content time, this seems to show the viewer a blank page for a moment. Not what I wanted for a storefront start!

#2 - I noted search engine spiders and my rating were not up to par and discovered through some research that redirects are not the way to go
for spidering to be effective.

See the simple text file for solution!

Expand All / Collapse All

Note Paul Townsend 1 Feb 2005

When choosing any of these equally acceptable methods it is worth noting a few things:

1) my earlier post doesn't take ages to redirect see example: http://www.bikesuperstore.co.uk

which redirects to /catalog/

2) using .htaccess files to redirect is not liked by many search engines who fail to follow through on redirection.

My prefered method which is used on bikesuperstore.co.uk is the outlined below
NOTE: NO FILE IN THIS PACKAGE

Another good redirect method Dan G. 28 Jan 2005
How to properly redirect Chemo 20 Jan 2005
Fix in code Paul Townsend 20 Jan 2005
Spider Friendly "Redirect" without Hesistation Mike Mierzwa 20 Jan 2005

Note: Contributions are used at own risk.