Forum Moderators: Robert Charlton & goodroi
[webmasterworld.com...]
My website has plenty of outbound links, but they are on relevant pages. The problem my site has always had, was a lack of "inbound links." I got tired of searching for people to link to me (with all the spammy sites around) and gave up. So my pages have acquired some links naturally I guess(and I'll bet I still don't have more than 30 inbound links for the whole site) Still have a PR4, which I've had since it disappeared in Nov.
[edited by: Brett_Tabke at 8:54 pm (utc) on May 27, 2005]
G still has the site listed, 6th on the page with the short description showing "Accommodation and information directory" last spidered 01JUN05 and the cached page showing the site suspended page.
In the good old days your pages were read for content but seemingly no more. Lets hope they manage to fix it soon as G was a good search facility.
rewriteCond %{THE_REQUEST} ^.*\/index\.shtml
rewriteRule ^(.*)index\.shtml$ http://www.example.com/$1 [R=301,L]
^^^^All I can say is finally.
RewriteCond %{HTTP_HOST}!^www\.example\.com [NC]
RewriteCond %{HTTP_HOST}!^$
RewriteRule ^(.*) http://www.example.com/$1 [L,R=301]
Still get a code 200 for non trailing slash www root.
www.example.com < code 200
www.example.com/ < code 200
Will this cause any problems?
Fabulous and informative post. The kind that is helpful and awe inspiring as to how many things can be done with the right knowledge.
…….
Perhaps GoogleGuy can learn how to reply to posts in an informative manner and let some webmasters here know why their sites were sent into the darkside of the abyss, instead of insulting remarks like 3.5 updates. We don’t mind even whilst he eats caviar in first class during globe trotting trips at the expense of good websites.
He is not aloof nor is google to anybody else. They are secretive and cryptic in their answers. Webmasters want a proper reply as to what is in Bourbon and why so drastic an update.
Google must know that this will foster the biggest spamming techniques yet on the internet. It will not stop a determined webmaster finding a weak algo's loopholes. Google cannot stop webmasters from being ranked. We will find a way that beats the algo rather than work with a secret formula.
As soon as available and Longhorn incorporates msn search it may be payback time for google. By simply dispensing a script that offers to change homepage via a click on your website may be what it takes. If that does not I am sure more industrious webmasters will force the change via a trojan script.
Clints website was tanked into total oblivion and we want answers as to why this was the case.
HTH on one of the things.
I found that after I stopped paying attention to what has been posted on a lot of sites and read the documentation on rewrite and in particular extended regular expressions (yes it is dense) it all started to make sense.
You still have site specific things to consider, things that are different in your setup and software than mine. Always check the server headers and always verify using more than one tool. Tools have been known to be wrong (duh).
Now we know about the mess and we have have an Idea why and in some cases we even know who.
What we don't know is why it isn't easier to fix the mess.
Don't confuse the site spliting mess with some other stuff that is different but can be used along with spliting sites.
Now for the folks that think spidering a site is black magic wget -r -w1 domainname will do it if you have a copy of wget (a small 184,236 byte program) on your system I'm not saying that wget and Googles spider are even close but the basic code kind of has to be.
[edited by: theBear at 9:08 pm (utc) on June 3, 2005]