Google Webspam Algo Update 24/4/12
-
Having just checked our clients rankings 95% have not been affected, in fact many have moved up rankings. 1 or 2 have had big drops
Who has been effected by this? The forums are full of people talking about sites being floored from the serp's.
it will be interesting to follow the aftermath of this and get some insight into what exactly has changed!
-
"Something to note is that the problem could fix itself. Out of that 3-5% of the queries impacted, some sites are gonna get hit incidentally. Google seems to be decent at spotting these over time and fixing it. Sometimes people get the short end of the stick though."
Thats a very good point. We have often notice websites take a hit after an algo date, only to come back a few days or weeks later.
One thing is sure- this seems to have affected quite a lot of sites. The site we have seen drop has a very natural link profile and no "over optimisation" in terms of keyword stuffing etc.
There seems to be alot of poor websites that have benefited, as mentioned- blank sites now ranking #1 on google! Lets hope we some further tweaks in the near future as currently it seems that there have been a lot of "incidental" hits!
-
did you apply any Seo methods that aren't white hat? Perhaps bought links for a couple of bucks? What efforts did you take for optimization?
If you could let us know perhaps we can give some direct advise on how to change the rankings for you again.
kind regards
Jarno
-
Something to note is that the problem could fix itself. Out of that 3-5% of the queries impacted, some sites are gonna get hit incidentally. Google seems to be decent at spotting these over time and fixing it. Sometimes people get the short end of the stick though.
There is one thing I always do in the week or two following an update: nothing at all
Let the fallout happen, and see what other people are saying. While we know they did the update, we don't have a ton of metrics yet on what bigger sites got hit. Once you do you will be better equipped to assess the situation.
I see a lot of people panic when they drop. They want to build links, change the title tags, tweak the KW density and change their menu structure all at once. Even if these were all practical, how could you know which one was the most effective if you did them all within a few weeks of each other?
Cheers,
Vinnie
-
So far, I see two sites that we work with that have notably dropped. Hopefully over the next few days we'll start to figure out specific causes and solutions.
-
Looks like we posted this at about the same time! I will just close mine and discuss it in yours.
A few references:
http://searchengineland.com/google-launches-update-targeting-webspam-in-search-results-119295
http://googlewebmastercentral.blogspot.com/2012/04/another-step-to-reward-high-quality.html
Cheers,
Vinnie
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
What is the best way to become a published writer / blogger for bigger industry sites?
I'm a younger SEO manager and wanted to started establishing my name throughout the industry through well written blogs, expert articles, and any advice that is needed. I know a lot of answers will be to start my own blog and establish that and I'll get noticed, but is there a good way to make the first contact with industry sites to get an article or blog post published to their site? Or is it a pretty tight "gotta know someone" inner circle?
Industry News | | MERGE-Chicago0 -
Best Places to Post SEO/Marketing Jobs?
I have several colleagues in the industry (and some fellow marketers) who have asked me where the best places are to look for and post SEO job opportunities. I personally like InBound.org and LinkedIn. Where do you recommend marketeers look for job opportunities? D
Industry News | | danatanseo1 -
How to add excel in Google custom Search
Hi I was watching this video http://www.seomoz.org/blog/eight-link-building-tips-whiteboard-friday and i wanted to know how to put the excel sheet in Google Custom Search engine? Many thanks
Industry News | | conversiontactics0 -
Are Wordpress sites being dinged by Google? Read a few articles regarding.
I read a couple "SEO" related articles that sites built in Wordpress are going to be dinged by Google because Google sees Wordpress sites as simple to make and a higher potential to be "spammy". Is there any truth to this? Your thoughts? I do give "thumbs up" and "best answer" marks and appreciate receiving thumbs up myself... Thanks
Industry News | | JChronicle1 -
Bing beats google to disavow links
You can now disavow bad links in Bing WMT, google has stated they will be doing the same, this should shake up the rankings when many sites get penalties lifted http://www.bing.com/community/site_blogs/b/webmaster/archive/2012/06/27/disavow-links-you-don-t-trust.aspx
Industry News | | AlanMosley1 -
Google driving me Nuts - How do you combine 2 accounts?
I know this must be driving a lot of other people mad as I see loads of people who now have 2 registered accounts at google plus due to their seemingly terrible ability to merge or connect accounts. We have a work email address set up through google, then I have a personal Gmail address. In Google Plus now I have 2 profiles - even though I have not signed up to google plus with my work email, I cannot add this email to my Google + account set up on personal email as it just tells me to log into that account taking me to a page to set up a profile for that account. Has anyone managed to solve this problem - it is happening to everyone in the company, driving us all nuts and our IT guys have no idea how to solve it. Were trying to use G+ for the purposes of SEO & Marketing, but if they make it this cumbersome for people to use, then they are going to die a quick death - after a few weeks of use and noticing the huge number of dead accounts, only live accounts being SEO/Internet Marketing related, and huge number of duplicate accounts, I think their user figures are hugely suspect! Rant over - anyone know how to merge accounts?
Industry News | | James770 -
What is the best method for getting pure Javascript/Ajax pages Indeded by Google for SEO?
I am in the process of researching this further, and wanted to share some of what I have found below. Anyone who can confirm or deny these assumptions or add some insight would be appreciated. Option: 1 If you're starting from scratch, a good approach is to build your site's structure and navigation using only HTML. Then, once you have the site's pages, links, and content in place, you can spice up the appearance and interface with AJAX. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your AJAX bonuses. You can use Hijax to help ajax and html links coexist. You can use Meta NoFollow tags etc to prevent the crawlers from accessing the javascript versions of the page. Currently, webmasters create a "parallel universe" of content. Users of JavaScript-enabled browsers will see content that is created dynamically, whereas users of non-JavaScript-enabled browsers as well as crawlers will see content that is static and created offline. In current practice, "progressive enhancement" in the form of Hijax-links are often used. Option: 2
Industry News | | webbroi
In order to make your AJAX application crawlable, your site needs to abide by a new agreement. This agreement rests on the following: The site adopts the AJAX crawling scheme. For each URL that has dynamically produced content, your server provides an HTML snapshot, which is the content a user (with a browser) sees. Often, such URLs will be AJAX URLs, that is, URLs containing a hash fragment, for example www.example.com/index.html#key=value, where #key=value is the hash fragment. An HTML snapshot is all the content that appears on the page after the JavaScript has been executed. The search engine indexes the HTML snapshot and serves your original AJAX URLs in search results. In order to make this work, the application must use a specific syntax in the AJAX URLs (let's call them "pretty URLs;" you'll see why in the following sections). The search engine crawler will temporarily modify these "pretty URLs" into "ugly URLs" and request those from your server. This request of an "ugly URL" indicates to the server that it should not return the regular web page it would give to a browser, but instead an HTML snapshot. When the crawler has obtained the content for the modified ugly URL, it indexes its content, then displays the original pretty URL in the search results. In other words, end users will always see the pretty URL containing a hash fragment. The following diagram summarizes the agreement:
See more in the....... Getting Started Guide. Make sure you avoid this:
http://www.google.com/support/webmasters/bin/answer.py?answer=66355
Here is a few example Pages that have mostly Javascrip/AJAX : http://catchfree.com/listen-to-music#&tab=top-free-apps-tab https://www.pivotaltracker.com/public_projects This is what the spiders see: view-source:http://catchfree.com/listen-to-music#&tab=top-free-apps-tab This is the best resources I have found regarding Google and Javascript http://code.google.com/web/ajaxcrawling/ - This is step by step instructions.
http://www.google.com/support/webmasters/bin/answer.py?answer=81766
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
Some additional Resources: http://googlewebmastercentral.blogspot.com/2009/10/proposal-for-making-ajax-crawlable.html
http://www.seomoz.org/blog/how-to-allow-google-to-crawl-ajax-content
http://www.google.com/support/webmasters/bin/answer.py?answer=357690 -
Googles' Anonymous data sharing "pool"
Is sharing this information good for my websites? And Is it Open information for anyone to hack into, and see my sites analytics? Bottom line, good or a bad thing?
Industry News | | smstv0