iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-27-2006, 06:43 PM
WebProWorld Member
 
Join Date: Aug 2006
Location: Arlington, TX USA
Posts: 40
Prometheus RepRank 0
Default Google sitemap & reindex question

I recently had my web host change me over to document roots for all of my website. However, as I will explain in a minute, this means that all of the indexed pages now bring up nonsense when they are accessed from Google.

Here is what I mean. One of my sites is www.kittycoupon.com. I had placed it in the /kc directory in my web server. For the past year, it was listed as www.kittycoupon.com/kc/index.php. Last week, I had my web host drop the /kc, so now it (and every page) is just www.kittycoupon.com/index.php.

How long will it take Google to reindex all of my pages and purge the old ones? I was getting decent trafic before, and I hope I will get even better traffic in the future. However, how long will that likely be, does anyone know?

I also had this done to some of my car sites, such as www.chevysuburbanclub.com. Interestingly, this is currently listed as #1 on MSN for the term "Chevy Suburban", but it doesn't really even blip on Google.
__________________
Steve
www.gmtruckclub.com
Reply With Quote
  #2 (permalink)  
Old 09-27-2006, 06:59 PM
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Spain
Posts: 343
computergenius RepRank 1
Default

You could set a 301 in your .htaccess file, so that visitors to kc/thispage.html is automatically forwarded to /thispage.html.

A 301 will tell Google, and site visitors, that the page has permanently moved, and will automatically, invisibly, forward them to the new pages.

It could take six months to get back where you were if you do not do this urgently.
__________________
Pete Clark
Got any spare time? Anything you need? Barter in Spain at http://BarterWithBart.com
Reply With Quote
  #3 (permalink)  
Old 09-27-2006, 07:11 PM
WebProWorld Member
 
Join Date: Aug 2006
Location: Arlington, TX USA
Posts: 40
Prometheus RepRank 0
Default

I think I came across the solution. If anyone has anything to add, please let me know.

The site is such. www.kittycoupon.com/index.php. Before, it was www.kittycoupon.com/kc/index.php. It's still in that directory, but my web host cut off the /kc directory reference. If someone tries to access the /kc files, it's as if it were looking for http://www.kittycoupon.com/kc/kc/index.php. So, I just have to copy the files into a directory called /kc and have them redirect as you mentioned.

Anyone see a flaw in this?
__________________
Steve
www.gmtruckclub.com
Reply With Quote
  #4 (permalink)  
Old 09-27-2006, 07:28 PM
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Spain
Posts: 343
computergenius RepRank 1
Default

Yes!

A standard redirect will not suit search engines, they will see the page /index.php as new, and will gradually drop the kc pages - you want 'instant' change of search engine listing, not 6 months.

You need a 301 direct.

Create a file called .htaccess which just contains two lines:
RewriteEngine On
RewriteRule ^kc/(.*) /$1 [R=301,L]

which is probably wrong as I am tired!

Upload it to your root directory, and use your browser to go to /kc/index.php - you should end up at /index.php, with just /index.php in your browser.

If you get a 500 error, then just delete the .htaccess, and everything will be OK again, because it means that I got something wrong!
__________________
Pete Clark
Got any spare time? Anything you need? Barter in Spain at http://BarterWithBart.com
Reply With Quote
  #5 (permalink)  
Old 09-27-2006, 07:29 PM
WebProWorld Member
 
Join Date: Aug 2006
Location: Arlington, TX USA
Posts: 40
Prometheus RepRank 0
Default

... and the 301 redirect works great. Thank you very much.
__________________
Steve
www.gmtruckclub.com
Reply With Quote
Reply

  WebProWorld > Search Engines > Google Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:31 AM.



Search Engine Optimization by vBSEO 3.3.0