Language Selection

English French German Italian Portuguese Spanish

Google Techs, Entrepreneurs Match Wits

Filed under
Misc

Free-flowing beer, live music, karaoke and arcade games kept the party raging at the Googleplex the other night, but the real action was unfolding inside a sterile conference room at Google Inc.'s headquarters.

That's where the cunning Internet entrepreneurs who constantly try to manipulate Google's search engine results for a competitive edge were trying to make the most of a rare opportunity to match wits face-to-face with the company's top engineers.

Google's code-talking experts, despite putting on a show of being helpful, weren't about to reveal their "secret sauce" - Google's tightly guarded formula for ranking Web sites.

But that didn't zap the energy from the "Google Dance" - an annual summer party that's become a metaphor for the behind-the-scenes twists and turns that can cause Web sites to rise and fall in Google's search results.

For the millions of Web sites without a well-known domain name, those rankings can mean the difference between success or failure because Google's search engine drives so much of the Internet's traffic.

"Being on the first page of Google's results is like gold," said Web site consultant Gordon Liametz, one of the roughly 2,000 guests at this year's party, held earlier this month at Google's colorful corporate campus.

The Web site administrators, known as webmasters, and their consultants paid particularly close attention to Google engineer Matt Cutts, the company's main liaison with the webmaster community and this party's star attraction.

"That's the Mick Jagger of search!" exclaimed e-marketing strategist Seth Wilde as he strolled by Cutts and his audience of webmasters.

Cutts, who has worked at Google for five years, sees it differently.

"I feel more like the Rick Moranis of search because I end up dealing with so many quirky and weird cases," he said.

With so much at stake, low-ranked Web sites spend much time and money trying to elevate their standing, even if they must resort to deception.

The tactics include "keyword stuffing" - peppering a Web page with phrases associated with a specific topic such as "laptop computers" in hopes of duping the software "spiders" that troll the Internet to feed Google's growing search index.

It's a risky strategy because Google and other search engines penalize Web sites that get caught gratuitously repeating the same word. In the worst cases, the offending Web sites are deleted from the index so they don't show up in search results at all.

Sometimes webmasters collude to populate their sites with a large number of incoming links from other sites. This approach makes a site appear more authoritative and popular than it really is and thus rise in rankings.

Such dirty tricks pollute the search results with Web sites that have little to do with a user's request, frustrating consumers, diminishing Google's credibility and threatening to undermine the company's profits by driving users to its rivals.

Not surprisingly, Google works hard to thwart the mischief makers, sometimes branded as "Black Hats" because of their subterfuge.
Engineers frequently tweak the algorithms that determine the rankings, sometimes causing Web sites perched at the top to fall a few notches or, worse, even plunge to the back pages of the results.

Google's reshuffling raised so many anxieties that webmasters in 2002 began to name the changes after hurricanes and infamous events. One particularly unpopular change Google rolled out in 2003 was dubbed "Florida" after the muddled ballot count in the 2000 presidential election.

Hoping to ease the tensions with webmasters, Google hatched the idea of its "dance" party during an annual search engine convention held in Silicon Valley, just a few miles from Google's headquarters. The company invited some of the Black Hats, effectively welcoming the foxes into the hen house.

"Google realized it was never going to get rid of these (Black Hats), so it decided it may as well work with them," Chris Winfield, a Google Dance party veteran who runs 10e20, a search engine marketing firm. "Until then, it always seemed like it was 'us against them.'"

Wilde, who works for Denver-based Web consultant Viewmark Inc., puts it more bluntly: "Google is smart. You always try to keep your enemies close to you."

The guests have mostly behaved themselves, although a couple years ago there was an unsuccessful attempt to steal one of Google's couches. "We bring in extra security - just in case," Cutts said.

The efforts to outsmart Google gall some webmasters such as Shari Thurow, who believes the best way to increase a site's search engine ranking is to offer valuable content and products. She describes the Black Hats as "pathetic algoholics" because they are so obsessed with trying to figure out Google's algorithms.

"A lot of these people just don't know how to build user-friendly sites," said Thurow, a Google Dance attendee who runs Carpentersville, Ill.-based Grantastic Designs Inc. "If you build a site for human beings, your site naturally gets search engine traffic."

There's also a more direct way to the top of the Google's rankings: Just pay the search engine for the right to have a Web site linked to specific keywords entered into the request box. For instance, a Manhattan hotel might pay top dollar for the words "travel New York" to ensure its site is displayed in the "sponsored links" section on top and to the right of Google's regular results.

But ads can get expensive, and many Web surfers simply refuse to click on them, so being on top of the regular results is key, said Richard Hagerty, chief executive of Impaqt, a Bridgeville, Pa., search engine consultant who wasn't at the party.

Google knows it can't entirely avoid Black Hats.

"There are people who make their entire living off of Google, which is fine, as long as they don't push things too far," said Peter Norvig, Google's director of search quality.

But he said webmasters searching for secrets are better off looking elsewhere.

"Everything you ever wanted to know about Google is right there on the (online) forums that the webmasters run," Norvig said. "There is a lot of truth in there, but there's also a lot of crazy stuff. We just don't tell them which is which."

By MICHAEL LIEDTKE
Associated Press

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.