The Dangers of Link Farms.

Filed Under (SEO Tips) by admin on 11-10-2009

0

So you want to get ahead of the competition on the search engines, and you decide to use a link farm. Stop! Theres danger in link farms as with all SEO methods that seem to good to be true.

Your website shouldnt link to, or be linked from, websites with any of the characteristics of link farms. Link farms are web sites that have been set up for no reason other than to contain masses of links, exploiting search engines link popularity algorithms. They serve no real purpose, other than getting everyone who joins to link to and from them and boosting the rankings of everyone involved. This is a big problem, as most people consider it to be nothing more than search engine spam.

Do not get link farms confused with directories which are excellent places to get your site listed. The difference here is that a directory attempts to provide its users with a nice organized way to get to the information that they want while a link farm simply posts a ton of links (generally at cost to the linkee) and serves no purpose to anybody on the web.

Avoid all link farms and similar sites! If you try to use one then the end result could be a ranking penalty, or your website might even be banned from the search engine altogether. Being banned from a search engine is a terrible loss for your site and will generally lead you to creating a brand new site out of sheer necessity.

Remember: the number of links to your site isnt as important as the quality of those links. Youre trying to get people with real, quality sites to link to you. There are even rumors (which are being validated daily) that Google is implementing a quality control algorithm for links which includes the amount of time that a link has existed between two sites as well as the reputations of the two sites based on how many links they send out. For example, if you have a link from a site that only links to three sites all together and this link has stood strong for months, Google will consider it a valuable link. On the other hand, if you get linked to by a site with a massive number of links, Google could care less. Remember, Google is the Santa Claus of the internet, its always watching.

Free for All (FFA).

An FFA is a links page where anyone can add a link quite similar to a link farm. Dont be fooled into listing your site on these or linking to them. Many programs will submit your link automatically, to hundreds of FFAs all over the web. Dont use these programs! The search engines will steer clear of your site for a long time if you do.

Who Should I Link To, and How?

Be very selective about your outbound links and your requests for inbound links, and avoid any site thats anything like a link farm. Look for websites that have similar subjects to yours, good rankings and good traffic. Depending on the topic, they might be hard to find but then you should find it easier to rank highly in these topics.

Once youve found a few good sites, the next step is to email them and request a link. You should, of course, offer one in return. You will run into some opposition with this method and you will sometimes be ignored completely, but you should have a reasonable amount of success. We cant stress enough, though, that you should be careful about which sites you link to, and check your links regularly.

The Bottom Line.

Link farms are dangerous to your website and a complete waste of time. They can bring your business crashing down by getting you banned from the search engines. You should be concentrating on real marketing methods even though theyre not a quick fix, they can work if you give them some time.

There are many real ways to get traffic to your website, and using professional methods can give you a big increase in traffic. Using link farms and FFAs is a good way to get yourself nowhere fast.

SEO Tips for Dynamic Websites.

Filed Under (SEO Tips) by admin on 05-10-2009

0

Is your website is dynamic? You need to be careful, or you might not do well in the search engines. Some spider handle dynamic URLs quite well, but others have trouble and even those that do spider them might not look very deep within your site. The problem lies in the fact that you cannot really predict what will be delivered in these URLs at all times. If you have an inkling of what is going to happen to URLs most often plan ahead; try to insure that you do not run into problems regarding these URLs.

Dynamic web pages are usually database driven and displayed on-the-fly. You can recognize by looking for symbols like question marks and ampersands in the URL. These on-the-fly web pages are hard to deal with because they very every time that they are delivered. The best way to conquer this problem is to run everything that you can through the URL rather than through post method or through sessions/cookies.

If you want to sell one or two products, then you only need a static website with one or two pages. If you have a database with hundreds of products, however, then it would be very time-consuming to make each page manually thats when most people build a dynamic website.

These dynamic web sites should be organized in such a way that every page that has the potential to become dynamic can be delivered in a static form as well. I.E. your product listings pages may display certain categories dynamically, but they should have static links that will simply display every product. You should also have distinct links to each category as most search engines can handle a dynamic URL as long as it doesnt change each time that the site is viewed.

There are programs that will automatically produce static pages from a database, but its not usually the best move. Most designers to work with true dynamic technologies such as PHP, because of the amount of time it saves. Because search engine technology is increasing, the problems associated with dynamic URLs are decreasing day by day. It is still important to have constants, but you dont necessarily have to have a huge list of static links throughout your site.

It can be much easier to put www.domain.com/article.php?num=1 than www.domain.com/articles/article1.html. A search engine can easily locate the prior so there is no real need for the latter. The only time that you will see trouble is if you have things like www.domain.com/article?num=1&userid=2424 where userid changes for each user. If this sort of thing happens you may run into trouble and should arrange so that the userid isnt completely necessary (unless, of course, you want the page password protected).

Dynamic websites arent usually engine friendly, though, unless you deliberately make them that way. If youve spent money and time to build a dynamic website then you wont want to throw it out you need to learn how to optimize it for the search engines.

So how can you keep the functionality of your dynamic website, and make it search engine friendly at the same time? Well, suppose you have a website with products, and instead of having each product on one page youre using a dynamic, searchable database. Searching returns a list of products that meet the search criteria, and maybe a small picture clicking the picture shows the user more information about the product.

You have to realize that search engines cant use your search box, so the only way for them to access your dynamic information is if they follow a link to it some other way. The lesson to learn is that you need to give access to all your pages with plain, text links, somehow you cant just rely on searches to drive your whole site.

What this means is that somewhere on your website you need to have a list of your products that has been organized by category from here, you should be able to follow links to every page in your database. Once youve done this, the search engines can see your content.

Offering both search and category views improves your sites navigation, as well as making it crawlable your work will be useful to your visitors as well as the search engines, which is what SEO is all about.