How to Avoid Google Penalties with AJAX and display:none
As you may have read about by now, Google’s Matt Cutts participated in a fairly lengthy Q&A session at SMX Advanced in Seattle. One interesting question that Matt got was about how webmasters should deal with display:none and AJAX without being penalized by Google. Cutts recommends making sure that whenever you write your own mouseover code that you don’t roll your own custom solution, which he says might do some really weird things that nobody else has done before. "We write our algorithm so that we try to detect all the common idioms, so if you’re using a mouseover sort of thing where you mouseover this menu and there’s five more links here, or some text or stuff like that, we try to handle that in all the common cases," explains Cutts. "So whenever we’re parsing through css or looking through javascript, we’re trying to detect hidden text we try to specifically make sure we don’t accidentally trigger on somebody who’s got mouseover code, so if you’re using common mouseover code, go and find sites that are very well known, and you use code the same or similar to that, in terms of how the mouseover works, you should probably be fine," he adds. "We want the algorithm to trigger on when you use display:none and you’re sending it 9,999 pixels that way, and you’ve got four pages of text, and it’s really, really irritating and our users complain about that," Cutts continues. "So we do our best, and when we spot that there are problems, we try to iterate and improve the algorithm, but I dont’ think we have very big issues with false positives in terms of that." The summary of Matt’s advice here is that to be safe, just make sure you don’t write your own completely weird code from scratch. He says to look and see what other sites are doing. The guy who asked the question asked him if his advice is basically to just copy other people’s code. The audience found this amusing, and Cutts was quick to defuse the notion that this is what he is really saying. "I think you’re oversimplifying it a little bit," Cutts said. "I don’t want you to commit theft on someone else’s code. But there are for example, libraries that are released… script.aculo.us and things like this that are well known that you can use that aren’t just copying other people’s code." What do you think of Matt’s advice when it comes to display:none and AJAX? Does this limit creativity with regard to code creation? Tell us what you think . Stay tuned to WebPronews for more coverage of the SMX Advanced conference from Seattle (that goes for articles and for video ). You will also be seeing more info from Matt’s Q&A session, specifically.
How Google Handles Google Bowling
In a Q&A session at SMX Advanced in Seattle, Google’s Matt Cutts was asked the following question: How does Google look at the issue that I can buy suspect links and point them to my competitor? How does your algorithm track that? This practice is known as "Google Bowling". To get a better understanding of what Google Bowling (different from Google Bombing) is about, check out this article from Michael Pedone from 2005 about how competitors can sabotage you. Matt discussed how Google deals with this. In the session he said: The short answer is we try really hard to make sure that one person can’t Google bowl another person. You try to include it in your algorithm so much that you don’t want those links to count, but you don’t necessarily want anyone to be in a position where somebody else could try to hurt you…. We try to make it so that it doesn’t cause a drop in your rankings (if a competitor tries to hurt you). We try to do stuff algorithmically, we use manual means…we’ve been pretty clear that we do not like paid links and we take action on it, but at the same time, we try very hard to make it so that just because somebody else doesn’t like you, they can’t submarine your rankings and things like that. It’s good to know that Google is keeping the best interest of those being "bowled" in mind. It would be interesting to know people’s opinions about how well they’re actually handling this. Has this ever happened to you? Do you think Google does a good job handling it? Share your thoughts with other WebProNews readers . Also, stay tuned to WebPronews for more coverage of the SMX Advanced conference from Seattle (that goes for articles and for video ). You will also be seeing more info from Matt’s Q&A session, specifically.