8 SEO Tricks your Do NOT Want to Use – Avoiding the Google Penalty Box

Part I

Anyone entering the world to search engine optimization certainly will learn pretty quickly about different neat tricks of the trade. Some of these practices are legitimate (…in the eyes of Google) and will not result in a penalty or outright ban from the search engines.

But others – known in the trade as ‘black hat’ – are questionable at best these days. Some of these practices were okay back in the 90’s when search engines were still in their infancy. Today they’re much more advanced though and can easily spot many of the practices I’ll outline below.

One thing you need to remember though – when we say search engines, we primarily mean Google. They capture over 2/3 of the Internet’s searches. When you’re optimizing a website for the search engines, you’re primarily working with Google from an SEO perspective.

Continue reading for 8 SEO tricks you want to avoid altogether. Doing so is your best insurance against being penalized by Google.

Because once you’re in that hole, it’s a real challenge to dig yourself out.

8 ‘Black Hat’ SEO practices you should avoid at all costs (1-4)

The practices described below are generally considered by Google to be ‘black hat.’ If they decide to manually review your site’s code and remove you from their listing, it can take a long time to recover. It’s best to avoid these practices involving keywords, links and other technical elements of your website.

1. Keyword stuffing – a practice that’s been around awhile

Keyword stuffing is perhaps the oldest trick in the book when it comes to SEO. Search engines loathe keyword stuffing and can absolutely detect it. Basically, keyword stuffing consists of repeating keywords over and over again. It usually appears at the bottom of a page in very small text.

If you’re trying to target the phrase ‘mountain vacations’, one common keyword stuffing move would look like this in your site’s code:

<h6>mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations</h6>

As you may or may not know, an <h6> heading makes text very tiny. Including this on the bottom of a webpage isn’t noticeable by people but is noticed by search engines. In the early days of SEO, this is how webmasters got their sites to the top of the search engines.

Keyword stuffing can also be done in meta-description, keyword and image ALT tags.

For ALT tags, say we have an image and include our keyword in the alt and title tags for the image. This is considered keyword stuffing by Google and will land you in trouble.

To see if any webpage has any of these elements, simply use the ‘Source Code’ feature on your browser.

While it’s possible to trick the search engines for awhile if you’re really experienced, they almost always detect keyword stuffing and act accordingly. Also, it’s possible competitors will file spam reports with Google so avoid keyword stuffing.

2. Invisible, barely visible or hidden text

A constant dilemma for search engine marketers is to develop web pages that appeal to both visitors and the search engines. The dilemma is the fact that search engines love simple pages with lots of content.

Real people like pages with animation, graphics and lots of special effects – the very same elements search engines cannot crawl and index.

One of the ways SEOs used to get around this was to create text that’s invisible or hidden. But with today’s more sophisticated search engines, this can be construed as keyword stuffing and get you in trouble.

One way webmasters would do this is to create text as the same, or near identical, color of the page’s background. Doing this in effect means the visitor won’t see any words but the search engines will find all of those keywords.

For example, you can have a white background <bgcolor=”#FFFFFF> with a text font of white <fontcolor=”FFFFFF”>. It’s also possible to use a slightly different text color by offsetting one of the colors a little bit. This will be a little harder for the spiders to detect but if Google manually reviews it, they will definitely catch it.

CSS is another creative way webmasters have adapted the hidden text strategy. They basically would use Cascading Style Sheets (CSS) to hide text from humans while making it available to search engines.

Below is an example of our keyword using a CSS visibility: hidden font format.

<div style=”visibility:hidden;”>mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations mountain vacations</div>

To see the text, someone will have to look at your page’s source code.

Human reviewers at Google do review sites so once they check yours out, they’ll certainly see you’ve done this if you have. There’s only one instance where it’s okay and that’s if you use CSS sheets that let you tab hidden and unhidden text. These kinds of things are common with product listings on ecommerce sites.

This is generally viewed to be okay we think but in order for that to be the case, the user must have the option to choose whether or not to view the text.

One more way to hide text using CSS sheets is to use layers and place text behind pictures or other objects on the page. Known as the z-index function, the webmaster would simply assign the viewable item a higher z-index number than the hidden text.

Next, they would use another CSS function called absolute positioning to position the text and image in the same exact location.

Again, this tactic is harder for a computer to detect but careful review by someone will certainly reveal it. It’s best to avoid this or any other tactics designed to hide text from visitors but make it viewable by the search engine spiders.

3. Selling links for the purpose of increasing a target URL’s PageRank

Another practice search engines frown profoundly on is selling links on your site. Paid links often look unnatural and if you see them, none of them have anything in common. Take the following example for instance, which you may have seen across the bottom of some web pages:

Mountain vacations – Plastic Surgeons in Florida – Buy Gold – Used Cars for Sale

As you can tell, none of these have anything to do with the other, which is a tell-tale sign of selling links. If the links are all for businesses located in the same town for example, then there’s no problem. But if a page has links going to an offshore gambling site, then there’s more risk of getting into trouble.

Using reciprocal link directories can also result in a penalty in some situations, especially if they have a wide focus of unrelated content.

Somewhat related to selling links is the risk for your site getting infected by Malware or being hacked. If you’ve setup your Google Webmaster’s Toolbox, then you should receive a warning from Google saying your site has been hacked or hosting Malware.

If you end up in Google’s penalty box for selling links, it can take some time and effort to get out. First you should remove the links and promise Google to never do it again. It usually takes 3 months or longer between the time they set your PageRank to zero and you get back in.

Many webmasters though find the profits too good to pass up despite the rigid warnings and penalties for selling links. Check out Google’s Webmaster Guidelines to learn more about their position on this topic.

4. Hidden Links and the Phantom Pixel

Another couple of practices involving links that Google really can’t stand and loves to penalize sites for are hidden links and what’s known as the phantom pixel.

Hidden links are basically links obscured from a visitor’s view that are strategically placed to direct the search engine to an unrelated site. The webmaster likely wants these off-topic sites to be indexed and rank well. Using hidden links boosts link juice (…or PageRank) on favored web pages.

Whether paid for or not, the point is the links are NOT there for the site visitor to find. Since they hold no value for the site visitor, Google and other search engines penalize sites that have them.

Techniques for hiding links are quite similar to invisible/semi-visible strategies for keywords. CSS layering like we discuss above is another strategy. Heck, you can even include links in the period at the end of a sentence. Even though the link is still technically invisible, search engines will still consider it a hidden link and act accordingly.

Phantom pixels are much like the invisible or hidden link in a period at the end of a sentence but instead the link is placed in a 1×1-pixel image. These images can also contain keywords in their alt tag like we talk about above but webmasters also use these super small images for hiding links.

Like other things we’ve talked about today, phantom pixels are another way for your site to be penalized or even banned – assuming Google discovers these ‘black hat’ tricks on your site.

And eventually you can assume you will be caught.

While the search engine spiders may not be able to catch everything, a manual review of your site’s source code certainly will…so take our word for it, be careful by not using any of these or the other 4 ‘black hat’ SEO tricks we’ll get into next time.

Check back with us late Monday to learn about the other 4 ‘black hat’ SEO tricks you should avoid like plague.

And if you’ve used any of these techniques, briefly tell us about your experience and how you dealt with any penalties.

Submit your Site to Directories for High-Quality Links and Exposure

We spend a lot of time here discussing all sorts of organic search and SEO strategies for building “natural” rankings in the search engines. But we wouldn’t be doing our jobs if we didn’t mention directories.

Directory listings are more like catalogs that, unlike major search engines, require you to submit your site if you want to be included in their listings. They’re a great way to begin acquiring links and driving traffic to your site…whether it’s new or old.

There’s literally a plethora of directories on the Internet for you to choose from. Some allow you to submit your site for free while others charge a one-time or annual fee. Even if they charge, the investment is worth it if you’re just starting out since links from these sites will also help lift your organic search rankings off the ground.

The two largest directories online include: DMOZ and Yahoo! Search Directory

DMOZ – Also known as the Open Directory Project (ODP), it’s free to add your site to DMOZ. While it is free, it also may take up to a year for your site to get listed, which causes frustration for many webmasters. Regardless, a link from DMOZ can be quite valuable so list your site here first and then move on to other things.

Yahoo Directory – Not to be confused with the actual Yahoo! search engine which delivers actual search results, the Yahoo! Directory is perhaps the oldest directory on the Internet. Links from the Yahoo! Directory are extremely valuable in helping build your organic rankings. Commercial sites must pay $299 annually to be included but the links from the directory and other Yahoo! properties around the world make it worth the investment.

Of course, it’s likely there are other industry specific and blog directories out there for you to choose from.

For the most part, the submission process to most directories is relatively easy and since links from them validate your site in the eyes of the search engines, the time involved is well worth it. But once you get listed in a few of the major ones, the relevancy boost levels off pretty fast.

In short, it’s not important you get listed in all directories – listing in just a few directories will give you about as much rankings boost you can expect.

Organize Link Building Campaigns with Excel Type Worksheets

We have all most likely used an Excel spreadsheet in the past to organize some information into a list – using them for link building campaigns though is a must to keep track of all the links going out and coming in.

Ann Smarty at Search Engine Journal has a great short blog piece on link building worksheets. Remember though, these are just examples…do not use an exact variant of the examples below but pick and choose from each and add custom elements of your own that you see fit.

The first example from Garrett French of Link-Building-Guide.com is a comprehensive and concise worksheet that promotes an advanced approach to link building…evaluate each linking page and track keywords in the title, text and within tags. This guide provides a systematic approach to link acquisition and takes into account many advanced SEO features like crawlers and massive amounts of link data.

Another link building spreadsheet from Kalena describes organizing a spreadsheet for directory submissions. Her system creates 5 or 6 Excel worksheets for different aspects of the link building campaign – columns in each workbook have the same headings. Read more about Kalena’s system here.

YourSEOplan also gives suggestions on how to construct a link building worksheet along with examples you can download…columns include: URL of linking page, requested landing page, contact e-mail, date requested, link received? (Y/N) and notes.

Two more examples, Raven Tools and WordStrea, are given in the comments section of Ann’s blog.

Also, see this forum discussion at Sphinn for more insights.

Much Needed Changes Made to Google Maps Guidelines

Google has made some much needed changes to its business listing quality guidelines in Google Maps. This change is welcomed by professional SEOs as necessary to limiting the onslaught spam entries to the Google Local Business Center that has occurred over the past two years.

The new general guidelines went into effect yesterday and include:

1. Only enter listings for businesses you own or are explicitly authorized to represent

2. Represent your business exactly as it appears in the offline world. The name on Google Maps should match the business name, as should the address, phone number and website

3. Do not attempt to manipulate search results by adding extraneous keywords into the title field, and do not include phone numbers and URLs in the title along with your proper business name

4. Create only one listing for each physical location of your business.

5. When entering categories, use only those that directly describe your business. Do not submit related categories that do not define your business.

6. Provide information that best identifies your individual locations and provides users with the most direct path to your business.

7. Provide the one URL that belongs to your business both in terms of the landing page and the displayed URL. Pages that redirect to another domain, or act as “click through” sites may lead to penalization.

8. Use the description and custom attribute fields to include additional information about your listing. This type of content should never appear in your business’s title, address or category fields.

This list is only general as other factors could lead to your site being removed. If you’re not sure if something would be allowed or not, err on the caution or get clarification by posting a question in Maps Help Forum.

Search engine optimization professionals are delighted Google has made these changes…see some of their reaction in this Webmaster World discussion thread.

Learn What Top SEOs Are Talking About with New Forum Watch

A new addition to SEOe, Forum Watch is a way to keep up with what search engine optimization professionals are discussing.

Find the tips of the trade that can accelerate your rankings to the top…and, know what to avoid and what to do to stay at the top.

SEO Advantage will constantly monitor the forums and seek resources that will help give you a sense of what longstanding professionals in SEO are thinking…of course, if you have a specific issue, post it in the forum and see what the veteran SEOs have to say about it.

Topics run the gamut – keyword research, directory listings, link building, search engine friendly web design and more.

Check here often to see what’s percolating in the search engine forums – and of course, check back for our own feature articles on search engine optimization tips and current events.