Forum Moderators: Robert Charlton & goodroi
For the last few weeks in my niche I've been seeing sites that occupy position #6 disappear (particularly toward the end of the week) in and out of the SERPs.
[edited by: tedster at 4:44 am (utc) on Sep. 2, 2009]
All the best
BC
[edited by: tedster at 4:50 pm (utc) on Sep. 15, 2009]
[edit reason] no specific keywords, thanks [/edit]
Has anybody else out there noticed a huge overnight jump in their search results. Before Sunday gone I regularly had approx 4000 links in the search results for my .co.uk website. On sunday it jumped to over 41500, an increase of 37500. Not sure what happened, can anybody explain or give a theory? Regards John.
[edited by: Robert_Charlton at 9:13 pm (utc) on Sep. 15, 2009]
[edit reason] moved post [/edit]
And my site's position change lasted about 3 months where it held steady. At that time a completely new IP address appeared for the cache. My site is the only one without a cache and we do not use NOARCHIVE. Nor do we engage in any activities that might invite a penalty. We don't sell anything. Nor do we have ads.
[edited by: tedster at 2:48 pm (utc) on Sep. 18, 2009]
That's why we're getting conflicting reports.
About a week ago, it seems as if Goog needed to "update" the SERPs and the caffeine infrastructure wasn't working like they wanted, so they switched back to the old style of roll outs.
Now this. :)
Of course, they never really do a full "roll back" but it's close enough to call it one.
I've spent so much more time searching lately for things I used to be able to find the answer to within two searches I'm about to switch my default search engine.
They're trying to guess the 'one right answer' for me and aren't even close! I wish they would go back to just giving me what I searched for and letting me figure out how to search.
It's getting absolutely ridiculous!
ADDED: To elaborate just a bit I got a f****** YouTube dance video or something like that as Result #2 earlier when I was searching for PHP code. Are you kidding? If any of you 'Googlers' are reading this thread: Try to make me visit too many Google Owned sites or features and I won't visit any!
This month Bing shot up to 25% of my Google traffic which shocked me a little. It had been about 10-12%.
Could have been me... I've stared using Bing / Yahoo rather than G, because I'm tired of seeing YouTube when I search for code and not being able to find what I'm looking for anymore with G. When my search starts with PHP or JavaScript followed by 'keyword keyword keyword' I don't really want to see a 5 minute video of anything, and when I switch the order of the words I certainly don't want to see a jumble of the same results I just saw. I want a text example of some code and if I change the order of the words or change one word within the search I would like to see some different results, because *obviously* I didn't find what I was looking for the first time... Not sure what they've been changing since I've been searching for code examples (it's been a while), but it's not for the better.
There's one example where I found the result here and about an hour later decided to see if I could get back to it... It was a post by birdbrain in the JavaScript forum where someone wanted to capture type in a <textarea> and display it on the left side of the screen in a div while the person was typing.
(It was simple code and I had already written a version of it myself, but I like to see other people's take on what I do and see if they have an idea maybe I didn't think of or have something more I could incorporate. Anyway, when I was having issues finding the 'good' results for other searches I decided to see if I could find it again if I searched using what I knew about the post... I knew what site it was on. I knew the keywords involved. I even knew the UserName of the person who originally posted it here, which significantly cuts down on the possible results... (I think I even typed in a portion of the code I remembered once.) It should have been easy to find... After an hour I gave up.)
Got it on the first try, result #4
[google.com...]
My pet peeve on code examples is seeing tons of scraped mailing list archives, except for a link to the original post or thread. And no, I don't want to see a video of Elmo when I type in Zope cookieMonster...
Here's my version of the same thing:
function writeText() {
document.getElementById('myDiv').innerHTML=document.form.formText.value;
}
birdbrain's was two lines... Either version simply grabs the text a visitor enters in a textarea and displays it on the page in a div. (I think birdbrain's set the display of the div to 'block', which was unnecessary with mine, because I have another function which actually creates the div and takes care of that part.)
My pet peeve on code examples is seeing tons of scraped mailing list archives, except for a link to the original post or thread. And no, I don't want to see a video of Elmo when I type in Zope cookieMonster...
LMAO. I'm right there with you... I should have made notes on the most furstrating two hours of searching I've experienced, because some of them were comical.
<added>
I think the biggest point of my posts here re the updates G is and has been making is: For the first time I can remember since joining WebmasterWorld I have used another search engine to do something besides check my rankings.... Something at G has changed, and from my perspective it's not for the better, because I would not be switching from one SE to another if something hadn't gone 'wrong' or changed significantly along the way with G. When I wanted to find something I used G exclusively for years. I'm not any more.
I cannot find the post in either of the other engines either (Bing / Y!), but for the first time in years I'm actually searching for information in other search engines and giving them a chance to impress me, which is not something I normally do...
</added>