Affiliated Business
Home Building Hosting Promotion Make Money Advanced Tools Homebusiness Resources
   Web Promotion Tools | Search Engines | Web Directories | Pay Per Click | Free Promo Technics | E-Zines | Articles On Web Promotion
ONLINE BUSINESS RESOURCES
  Affiliated Buisness Blog
  Affiliate Program      Directory
  Affiliate Marketing      Web2.0 Directory
  e-Commerce Software
  Google AdSence
  Graphic Editors
  InfoProduct MallInfoProduct Mall
  Internet Marketing
  Merchant Account
  Newsletter & e-Zine
  Offshore Incorporation
  Online Site Builder
  Online Store Builder
  Payment Processing
  Search Engines
  Site Templates
  Success Stories
  Web Programming
  Web Directories
  Web Design
  Web Design Software
  Web Marketing Guides &     Tools
  Web Promotion     Strategies
  Webmaster Tools
AFFILIATED BUSINESS TOOLS
Keyword Elite

The Super Affiliate Handbook


Doorway Pages, Search Engine Cloaking

How To Steal Traffic From Your Competitors?

Choose your most successful competing web sites and create doorway pages using their web site address and names as key words.

This interesting idea is likely to drive your competitors nuts. It is published purely for its entertainment value.

Some might consider it unethical and even illegal so USE AT YOUR OWN RISK ( We take no responsibility for any conflict, legal or otherwise, that you may get into.)

Basically, the approach is to choose your most successful competing web sites, especially those that get top 10 listings in search engines, and to create doorway pages using their web site address and names as key words. So when people who have previously visited them but cannot remember their exact domain name use search engines to search for them, your page gets displayed beside theirs and diverts traffic away from them. To avoid breaking the law, some people suggest avoiding trademark names and not hogging the top spot in the search listings. It does seem like a very clever, fun idea but remember:

USE AT YOUR OWN RISK!

Creating Keyword Specific Doorway Pages - A Step By Step Guide

If you're doing business on the Internet then you know the importance of ranking high in the Search Engines. The competition is fierce, but it can be done. What I am about to reveal to you will increase your traffic immensely, but it must be done correctly. The goal is to create powerful doorway pages that not only rank high in the Search Engines, but are Search Engine friendly and provide some valuable content for your visitors.

What is a doorway page anyway? A doorway page is a webpage specifically designed to rank high in the Search Engines for a specific keyword or keyword phrase. Not just a blank page with a link that redirects to your main page, but a powerful, content rich page packed with your keywords.

First of all, select three of the most specific keyword phrases that best describe your website. If your website is about dog grooming, then your keyword phrases might be: dog grooming, pet care, pet groomers. Place these keyword phrases, separated with a comma, in your KEYWORD meta tags between the HEADING tags of your HTML.

(Notice: Some of the opening and closing brackets < > have been left off some of the examples below to enable you to view the code.)

Example:

Next, write a descriptive sentence about your website packed with your keywords for your DESCRIPTION Meta tag.

Example:

Write a descriptive TITLE for your page that includes your KEYWORDS.

Your doorway page should load very quickly, so keep your graphics to a minimum. Make sure you don't include any banners and place your main logo at the top of your page, linked to your main page. Place your keywords within the image tag using the ALT tag. Below your logo, include an intriguing sentence and link it to your main page.

Example:

IMG SRC="mainlogo.gif" WIDTH="300" HEIGHT="60" ALT="dog grooming,pet care,dog groomers" BORDER="0"
For More Professional Dog Grooming Tips, Click Here

In addition to placing your keywords in your Meta tags Title, and Image tag, you can also use the Comment tag. Comment tags can be used throughout your page to organize your content and make updating easier. They also provide another great way to place your KEYWORDS. They won't be visible on your webpage, just in the HTML.

Example:

!--Begin Dog Grooming Navigation--
!--End Dog Groomer Navigation--

The key to creating powerful, keyword rich, Search Engine friendly doorway pages is to provide some valuable content. In the body of your webpage, provide your visitors with a free 250 - 300 word article or report loaded with your keywords every couple of sentences.

Example:

Dog Grooming Tips From The Top Professional Dog Groomers

If you're not comfortable writing your own reports, you can find over 1,000 free reports here:

(http://www.web-source.net/content.htm)

Here's the basic HTML outline for your doorway page:

HTML
HEADING
META name="KEYWORDS" content="dog grooming, pet care, pet groomers"
META name="DESCRIPTION" content="The Dog Groomers Salon: Dog Grooming Tips From Top Professional Pet Groomers"
TITLE The Dog Groomers Salon: Dog Grooming Tips From Top Professional Pet Groomers
/TITLE
/HEADING
BODY

!--Begin Dog Grooming Navigation--

IMG SRC="mainlogo.gif" WIDTH="300" HEIGHT="60" ALT="dog grooming,pet care,dog groomers" BORDER="0"

For More Professional Dog Grooming Tips, Click Here

!--End Dog Groomer Navigation--

Dog Grooming Tips From The Top Professional Dog Groomers

/BODY
/HTML

After you've created your doorway page, save your page using one of your keywords.

Example:

dog_grooming.html

If you're creating many pages, simply add a number to the end of your page.

Example:

dog_grooming_1.html
dog_grooming_2.html

pet_grooming_1.html
pet_grooming_2.html

dog_groomer_1.html
dog_groomer_2.html

When you're ready to submit your pages to the Search Engines, submit only one page each day. If you've created several pages you'd like to submit, you may want to create an additional page that contains links to each of your doorway pages. That way, you can submit just your links page and let the Search Engines crawl the rest of your links.

Creating doorway pages is a powerful way to increase your website traffic, but don't stop at just one. Imagine how much traffic you'd receive with 100 keyword packed, doorway pages all pointing to your website...

Search Engine Cloaking

Cloaking

As soon as you mention the idea of page cloaking you can be sure that someone somewhere is going to jump to the conclusion that you intend to cheat the search engines. There is no denying the fact that search engine spammers have used page cloaking in the past, and that the reputation of cloaking has been damaged as a result. The fact remains however that there are still many legitimate reasons for wanting to dabble in various forms of page cloaking, so don't be too quick to judge!

What is Page Cloaking

Page cloaking is the practice of altering contents of a page depending on the software, method and/or IP address being used to access it. Cloaking has been made possible through the use of server side technologies such as ASP and PHP (amongst others), and has been abused so much in the past that it will probably never shake off it's bad reputation.

Cloaking is used in all manor of situations, some of them you won't even be aware of until it is pointed out to you. I'll admit to using it on my own site, and I'm not ashamed of the fact either!

Cloaking Methods

There are several different ways of implementing cloaking; each is based on the environment variables that are passed to the server as part of the actual request.

What browser/program is making the request? (HTTP_USER-AGENT)

What IP address are they trying to connect from? (REMOTE_HOST)

What page (if any) did they come from? (HTTP_REFERER)

Did they recently request a page? Have they already set preferences? (Session data)

While the environment variables available to us can be used independently to make generalizations and educated guesses, they become powerful customization tools when combined.

By identifying the program used to make the request, we get an idea of how the data will be used and the capabilities of the browser. Suddenly we can use specialized page designs without having to use or redirect users to different URLs depending on what they could handle. It can also prove an effective way to reduce needless data transfer costs; by sending only the code the browser or bot will understand.

When we want to target groups of users based on their geographical location or connection speed, we can use IP addresses to make an educated guess. Different ISPs will own different IP blocks; these ISPs may operate in a specific region or offer only broadband services. While gathering and maintaining current IP data can be a chore, it is probably the best way to get information on the location of the user without specifically asking them.

The use of referral or session data is probably the most interesting area of cloaking however, as this is where we can learn more about the person making the request. With a little research, you can match visitor types by the sites they come from and tailor the site to their needs. Referral and session data can tell us a lot about the visitor without actually needing to identify them; the possibilities are limited only by the imagination!

Why use Cloaking?

There are many different reasons why people want to use page cloaking, and while some of these can be devious in nature, others are designed to be helpful or to standardize the user experience. Some reasons for using page cloaking include: -

To serve known search engine bots with content optimized for best results.

To hide the real keywords and text used for rankings from normal visitors.

To alter the identity of the site depending on who accessed it.

To protect the server and it's contents from malicious bots or misuse.
To re-brand shared content depending on the domain name used to access it.

To limit the options available depending on browser features or capabilities.

To iron out browser inconsistencies.

To serve relevant information to the user based on Operating System and/or browser.

To create a more personalised experience for the visitor.

You see page cloaking is perhaps more common than you first think, and when you look at the whole picture it doesn't seem as bad as some people make it out to be. It's not so much whether or not you use it, but rather how you use it.

I use ASP and dynamically edit the page to show the style sheet optimized for the browser. Even though my server changes just one line from one browser to the next, it is technically page cloaking; the style sheet it serves to the visitor using Opera is not the same style sheet it sends to the visitor using Internet Explorer. Ironically, if I chose to use a script on the client side to do the same thing, it would not be considered to be page cloaking!

So why does it matter where the script is executed if they both do the same thing?

It's all because we can look at the source code of the script when it is on the client side; thus we can see the alternatives that are available simply by looking at the way the script works. On the server side however, all the logic is hidden away in some script or server module and we only see the results of the server's decision; not how it came to the conclusion on how it should respond to the request.

The Dark side of Cloaking

The use of cloaking is controversial because of the way it has been abused in the past. Some search engine optimisers use it in their promotional campaigns to serve pages optimised for each of the search engines. While this may seem unfair to other site owners fighting for rankings with the same keywords, some of the arguments for doing so are certainly feasible.

Why increase the visitors download time by including Meta tags they don't normally see?

Why send images to the search engines when all they really look at is the text?
Why should they share keyword lists they spend the time researching?

All the reasons above may seem rather selfish, but just because a Webmaster wants to minimize their data transfer costs and protect the investment of their time and effort does not make them an unethical person. Only when the topic of the alternative pages strays from the page the visitor sees can the practice of optimizing for the search engines in this way be deemed to be unethical. There is a fine line between optimizing a page for the search engines and misleading them altogether!

Page jacking occurs when a site owner takes the source code of a page that performs well in the search engines and cloaks it behind their own site. If this is done properly, a search engine spider will see the optimized page and do one of two things; improve the ranking of the unrelated site, or remove the original site from their indexes. This unethical use of cloaking is unfortunately difficult to spot, and is one of the reasons why the use of cloaking is so controversial.

Is Cloaking all that Bad?

Lets forget for a moment the role and ethics of using cloaking for promotion and concentrate on the human factor. After all the main interest of any site owner should be the thoughts and feelings of their visitors.

Given the choice, I'm sure you would like to make your web site more intelligent. Does this particular visitor use a Mac or a PC? Opera, Netscape or Internet Explorer? Why should you waste the user's time by asking them for information that is readily available by the way their browser identifies itself? Wouldn't it be easier to just establish how best to optimize the page source code for the user's browser and operating system before they get it?
By establishing details from the user agent string and determining IP addresses, it is also possible to make an educated guess at the best default language or localized settings. It would be far more convenient if your visitors didn't need to convert the prices into their own currency or search through a long list of international branches to find their nearest store!
Although the examples used above describe the use of program identification and IP address to customize the user experience, user-friendly cloaking scripts can also make use of things such as referrer and session data. Knowing that a visitor came from a search engine while looking for a particular keyword gives you a great opportunity to optimise the page for better conversions. This can even work for informational sites; if they came to that page looking for information, there is a chance that they might be interested in buying a book on the subject!

Cloaking could also be used to protect yourself, your site and your visitors in a variety of ways. For example, it can be used to: -

Ban IPs of known email harvesters (useful if you run a community site).

Minimise the damage and cost of bots flooding the server.

Filter out questionable content from visitors that enter from a child oriented site.

Limit access by countries that require it by law or who are likely to find the site content objectionable.

Disable site features such as order forms to those surfing from problem IP addresses or countries thought to be involved with fraud.

Such legitimate uses of cloaking ought not to be penalized by the search engines. However the activities of site owners that optimize for the engines have meant that those that dare to implement such features to their site run the risk of being banned by the search engines.

The Future could be Bright!

The use of cloaking is sure to become more commonplace as time goes on. Not everyone will hold back on implementing features that improve the usability of their site just because they are worried they will be banned by the search engines.

It would be sad to see the legitimate use of cloaking thwarted by the minority of site owners who choose to use it purely to achieve higher rankings through deception. Cloaking has the scope to make sites seem far more intelligent than they are, to the point where it becomes invisible to the vast majority of people who visit the site that use it.

Wouldn't it be nice to make a visitor feel more "at home" on your site the first time they visit it? Or to provide alternatives to those with limited access so they don't have to miss out entirely?

Cloaking can make such features a reality. If we are willing to let it!

If, you are determined to possibly reap the big rewards as well, Click Here!

James O'Keefe is the owner of My Millionaire Friend. offering FREE articles, tips, hints, and real-world advice on how to make money with your website. Visit his site or join his FREE newsletter by sending a blank email to mailto:newsletter@mymillionairefriend.com.

 

AddThis Social Bookmark Button

AdEqualizer

 
INTERNET MARKETING TOOLS
The Millionaire League

SEO Elite V.4.0
SEO Elite

"I struggled to achieve top positions in the search engines, for several keywords with slow but steady progress. When I purchased SEO Elite I have seen immediate results. I have achieved top placement for a number of competitive keywords that include two and three word phrases. I am very pleased and appreciative of SEO Elite team's hard work, brilliance, and generosity."


60 Minute Trader

Web site Top Affiliated-Business.com: The art of making money online... Web site Top
Home | Building | Hosting | Promotion | Make Money | Tools | Homebusiness | Resources | Tell A Friend | Add To Favorities | Link To Us | Partner With Us | Site Map |
About Affiliated-Business.com  |  Privacy Policy  |  Disclaimer  |  Copyright  |  Terms of Service  |  Collection Of Links  |
©2004-2007 Affiliated-Business.com® - All rights reserved.