Forum Moderators: Robert Charlton & goodroi
If so, can I make it so that someone who types in www.example.com automatically goes to www.example.com/widgets/index.html. And if I'm in google as www.example.com how do I move that positioning to www.example.com/widgets/index.html?
Currently, I'm no where in google but my website has been around for years. If I make this change and have a few other sites link to it, how long will it take for the improvements to show? Thanks!
[edited by: pageoneresults at 10:27 pm (utc) on Aug. 15, 2005]
[edit reason] Examplified URI References [/edit]
Here is a easy quick redirection code (place it underneath <Head> in your source code), you can test it out. Don't forget to type in the new domain where you see www.#*$!.com
<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.xxx.com"> <META NAME="GENERATOR" CONTENT="Mozilla/3.0Gold (Win95; I) [Netscape]">
IMO, it's not the subdirectory level (file path) that matters, it's the click-path (URL-to-URL) that matters once G has actually spidered the site. The directory level only seems to matter before G has actually crawled and evaluated the site's PR-passing paths.
Jim