• Making Money From Adult Webmaster Referrals

    Date: 2011.02.21 | Category: General | Response: 0

    One method of income generation that is very rarely talked about in the industry is that of the webmaster, from the new webmasters to the adult industry right up to those who have been in the biz some time.

    One of the easiest ways to generate ‘long term’ income is by referring webmasters to programs using your own linking (referral) codes.

    However, this is for some a huge step out of their everyday site building even though it shouldn’t be.

    This is what we will investigate in this article.

    By now we should at least have a fair few sites online and getting surfer traffic but, how many of us get traffic from other webmasters and don’t even know about it?

    The chances are, if you submit a site to ANYWHERE you will at least get one webmaster hit to it regardless of whether it is a webmaster of a TGP, Links List, Dmoz Editor etc these are all potential money makers for you.

    One of the easiest ways to make money from other webmasters is to simply have a link on each and every site you build in text that says ‘webmasters’ this should be linked to a single page on your domain with a listing of various affiliate programs you use or can recommend.

    Often placing a button or a banner on this page for each of the referral programs will work much better for you as the webmaster can actually see a little more information about the sponsor you are trying to make them join.

    We all know of some of the big sponsors like ARS, Topbucks, Sic Cash etc etc but, what about the smaller programs that, perhaps not many webmasters know about, these would be the ideal types of sponsor to use on your webmaster page.

    However, in addition to the affiliate programs you could also recommend hosting companies, content providers etc etc for example, the following companies have referral programs that you could use on this page:

    Content Providers:

    http://content.xphotography.com
    http://matrixcontent.com
    http://pixmasters.com

    Hosting Providers:

    http://webair.com

    Message Forums:

    http://arsresources.com/forum/
    http://xnations.com

    Traffic Generation:

    http://adultbuttonexchange.com
    http://pornclient.com

    As you can see from the small list above, you could have more than one way for webmasters to make you some additional profits in the form of either, cold hard cash or, from some of the places, additional traffic to your sites.

    Hopefully list brief article will have given you some ideas as to how you can make some additional money from webmasters visiting your site and, don’t forget, once you have the page linked on your site, it will, inevitably get into the search engines, so keyword the page up and you might start generating more webmaster traffic than you could imagine.

    Article written by Lee.

  • Golden Rules For Finding A New Domain Name

    Date: 2011.02.22 | Category: Domain Names | Response: 0

    We all know by now that domain names are being registered at an unbelievable rate and, whilst the vast majority of ‘decent’ domain names have already been registered there are still some god domains to be registered and, this article will give you some insight into how you can choose an effective domain for your business purposes – regardless of what they are.

    Avoid Play On Words.

    Whilst sitting at a bar you come up with an idea for a domain www.4play.com and, at the time this might seem like a great domain name to buy however, before you head to your favorite register and purchase the domain stop to think about the long term implications.

    Let me explain this a little more using the example www.4play.com lets think about this, every time you mention the domain in a conversation people are more likely to head across to www.foreplay.com or www.fourplay.com first as a type-in. This is also true of the other abbreviation styles of ‘internet slang’ remember the days of the ‘dot com’ registrations, you know domains such as www.dotsex.com looking back now, these seem ridiculous to have been registered however, at the time they were popular but they died their death years ago.

    Think Investment.

    A good ‘commercial’ domain must be able to distinguish itself from the competition, there are several ways to achieve this for example:

    Consider Your Target Audience.

    Aim your domain at a specific, yet broad market audience. use tools to narrow down what your customers (surfers) are looking for, narrow this list down to a select few domains and then, narrow the list down some more.

    Follow Trends Or… Create Them.

    If you are serious about picking a good domain name or two then be prepared to invest the time required to get a good domain name. Research the latest trends on the internet, see what products or services are ‘hot’ and will be around long term and also see which domains are just a flash in the pan.

    A good example of ‘long term’ domains would be www.europeanwebmasters.com which i registered several years ago when, in all honesty, the foreign markets were not even thought about however, you cant go to any forum nowadays without someone asking about the international marketplace.

    Act On A Whim.

    In complete contrast to my opening statement in this article, if you think you have a solid business idea, act on it, the chances are someone else will also think of the same idea as you and, if you don’t get the domain name first, they will.

    Alternative Buying.

    So you have decided that you do want to buy www.4play.com before you make your purchase have a look at what other variants of this domain are available, for example, you might like to check registrations of www.4-play.com, www.for-play.com, www.forplay.com, etc etc.

    If you have a great business idea, make sure you have all of your bases covered, just because you are starting a new craze, that doesn’t mean the domains will be available for registration tomorrow or next week.

    By purchasing all the variants of the high quality domain you have thought of you are, in effect, eliminating all of the competition you could face long term.

    Don’t Cyber-Squat.

    If you are a serious domain buyer, avoid tailgating on other peoples domain names unless of course, it has enormous potential for example, if someone has registered a generic domain such as www.123456.com but failed to register www.123-456.com why not register the available domain? You are not impeding on anyone’s property rights and, you might benefit from some mis-typed traffic at the same time. As with any type of mis-typed domain, before you register it, seek legal advice, a few dollars spent before registering the domain could save you thousands afterwards.

    Fools Rush In.

    Don’t automatically buy the first domain name you think of, think on it some more, sleep on it if you have to, ask your family and friends on their opinions. Although the really good domain names have virtually almost all gone, its better to carefully think out each and every domain name purchase you make and save yourself some money long term than to rush in and buy a domain that wont be any use and have to register a new domain to take the place of the first.

    In addition to the above don’t sit on a really good domain name idea forever because, forever comes a lot sooner than you may think.

    Hopefully this article has given you some useful information in respect of registering new domain names and you can put this information to good practice when buying domains. Article written by Lee

  • Using .htaccess Effectively

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    The .htaccess file is an ASCII text document that can be placed in any directory on your site. It can be used to control access to files and directories, and customize some server operation in your site. A .htaccess file can be created in any word processor but must be saved as text only. You must use FTP software in ASCII mode to upload or edit your .htaccess file. For the examples provided here, place the .htaccess file in your root directory.

    There are a variety of functions that you can control using .htaccess some of the more useful of these are explained below:

    Custom Error Messages.

    Add the following to the .htaccess file::

    ErrorDocument 404 /notfound.html

    After “ErrorDocument” specify the error code, followed by a space, and then the path and filename of the .html file you would like to be displayed when the specified error is generated, each specific error code is detailed below with the recommended codes to be used in the .htaccess file in bold :

    200 OK
    206 Partial content
    301 Document moved permanently
    302 Document found elsewhere
    304 Not modified since last retrieval
    400 Bad request
    403 Access forbidden
    404 Document not found
    408 Request timeout
    500 Internal server error
    501 Request type not supported

    Using the codes above your error section of the .htaccess file should look like this:

    ErrorDocument 301 /notfound.html
    ErrorDocument 400 /notfound.html
    ErrorDocument 403 /notfound.html
    ErrorDocument 404 /notfound.html
    ErrorDocument 500 /notfound.html
    ErrorDocument 501 /notfound.html

    Redirect to a Different Folder.

    Add the following to the .htaccess file:

    RewriteEngine on
    RewriteRule ^/oldfolder(.*)$ /newfolder/$1 [R]

    This redirects the user from /oldfolder/anyfile.html to /newfolder/anyfile.html, when the .htaccess file is uploaded to the otherwise empty “/oldfolder” directory.

    Denying User Access.

    Add the following to the .htaccess file:

    <Limit GET>
    order allow,deny
    deny from 000.00.00.
    deny from 000.000.000.000
    allow from all
    </Limit>

    This is an example of a .htaccess file that will block access to your site to anyone who is coming from any IP address beginning with 000.00.00 and from the specific IP address 000.000.000.000 . By specifying only part of an IP address, and ending the partial IP address with a period, all sub-addresses coming from the specified IP address block will be blocked. You must use the IP addresses to block access, use of domain names is not supported

    Redirect a Machine Name.

    Add the following to the .htaccess file:

    RewriteEngine On
    Options +FollowSymlinks
    RewriteBase /
    # Rewrite Rule for machine.domain-name.net
    RewriteCond %{HTTP_HOST} machine.domain-name.net $
    RewriteCond %{REQUEST_URI} !machine/
    RewriteRule ^(.*)$ machine/$1

    This will redirect requests for the machine name machine.domain-name.net to the directory machine on the site domain-name.net.

    Different Default Home Page.

    Add the following to the .htaccess file:

    DirectoryIndex filename.html

    Then a request for http://domain-name.net/ would return http://domain-name.net/filename.html if it exists, or would list the directory if it did not exist.

    To automatically run a cgi script, add the following to the .htaccess file:

    DirectoryIndex /cgi-local/index.pl

    This would cause the CGI script /cgi-bin/index.pl to be executed.

    If you place your .htaccess file containing the DirectoryIndex specification in the root directory of your site, it will apply for all sub-directories at your site.

    Preventing Hot Linking.

    Add the following to the .htaccess file:

    # Rewrite Rule for images
    RewriteCond %{HTTP_REFERER} <URL of page accessing your domain>
    RewriteRule ^(.*)$ http://<same as above URL>

    You would replace the <URL of page accessing your domain> above with the domain name and path of the page that is referring to your domain. For example: www.theirdomain.com/users/mypage/

    The RewriteCond directive states that if the {HTTP_REFERER} matches the URL that follows, then use the RewriteRule directive. The RewriteRule directive will redirect any reference back to the referring web page.

    Using the above you should, safely be able to publish your sites on the internet knowing that you will not be privy to bandwidth thieves via hotlinking and also, that you will not lose any traffic through pages that are ‘not found’.

    Article Written By Lee

  • Google – Manipulate Your Listings For More Traffic

    Date: 2011.02.22 | Category: Search Engine Optimization | Response: 0

    Google seems to be the Search Engine that everyone talks about almost on a daily basis however, far from being about search engine optimization and specifically about Google related SEO i wanted to touch on something new that, perhaps you would not have already thought about.

    Manipulating Google Traffic.

    So your site is already listed in Google but you want to increase the amount of traffic you receive, one way that we as a company have been successfully using for the last 18 months is that of manipulating the display of our clickable links in Google, how are we doing this? Simple, using ASCII character codes in your meta tags.

    ASCII In Your Meta Tags.

    ASCII (American Standard Code for Information Interchange) it has been proven, when used in your HTML page Meta Tags will actually display not only letters and numbers but, symbols as well, as a webmaster this can give you a great advantage over how much traffic you can pull from your Google listings and, not only Google, a few of the other search engines also read ASCII code when it is found in your Meta Tags.

    Putting This To Use Practically.

    A good method of putting this to use would be utilizing in your Meta Tags as follows.

    <title>Site Name <ascii code here> page title</title>
    <meta name=”Description” content=”normal page description”>
    <meta name=”Keywords” content=”normal keywords”>

    This will display a search engine listing that not only has your site name on it as well as a description but, in the position where the ASCII code will appear you will also have an attention grabbing symbol enuring that your site stands out from all the others listed on the same search engine results page as yours.

    ASCII Meta Tags – An Overview.

    Hopefully you have seen how adapting your current HTML page Meta Tags by placing an ASCII character code within them can benefit you for gleeming further search engine traffic to your sites and, with this new found knowledge you may well place both your sites traffic and your bottom line profits ahead of other webmasters.

    Article written by Lee

  • Adult Search Engine Optimization

    Date: 2011.02.21 | Category: Promotion, Search Engine Optimization | Response: 0

    Gone are the days when adult webmasters could Spam the search engines and get highly trafficked sites within a month of the search engines updating many of the search engines caught onto the adult industry very early on and started changing the way in which they indexed sites they went from meta tag optimized listings to theme indexing to almost every type of search engine optimization method in between.

    Search Engine Optimization Techniques.

    It would seem with the changing times of search engine optimization that there is no longer a single solitary way to get your adult sites listed highly in the search engines but rather a mixture of different adult seo methods being used on a single site ranging from increasing your pagerank, including relevant meta tags and page content to standard adult search engine optimization methods such as getting other popular websites linking to yours but with this comes a new challenge of its own webmasters need to get back to the basics to figure out what worked then and, what will work now so far as adult search engine optimization goes.

    Adult Search Engine Optimization Companies.

    There are many companies currently online that can offer adult webmasters their search engine optimization services however, how do you choose an SEO company that will not only work for you but, is cost effective for your needs, the simple answer is to ask around, there are sites online presently that offer monthly memberships to gain access to their adult seo techniques in the form of articles and tutorials just as their are sites that offer no information whatsoever or, information that, while it worked three years ago, it no longer works in today’s adult seo marketplace. You need to ask for advice from customers who have used adult optimization companies in the past and see how their results improved as well as making sure that what you are actually purchasing is a service that doesn’t just guarantee you improved site rankings but actually guarantees you will see a profit from the money you spent on the optimization services.

    Adult SEO Breakdown.

    Adult search engine optimization companies have only really become apparent in the adult industry over the last 6-12 months however, many well known and respected webmasters have been working on optimizing their adult sites for years and, whilst doing so, they have also achieved a vast knowledge base on how to optimize your adult sites for the search engines, again, ask around on the message forums to find the solution that will best suit your needs and budget and you wont go far wrong, the adult search engine optimization business model is one that in all actuality should change on a regular basis however, as mentioned above some companies are still using the same optimization methods they used three or four years ago, make sure you do your background checks before parting with any money and, most importantly, use the search engines to find their sites in search terms where, if they were any good at all, they would already have first page listings.

    Article written by Lee.

  • Marketing And Building For Women Sites

    Date: 2011.02.21 | Category: Promotion, WebDesign | Response: 0

    When marketing sites to the female surfer, just how different does the building process become, are there things that you should leave out or add in that you usually wouldn’t for the male adult arena? Hopefully this article will explain this in some more depth.

    I have broken this article down into specific segments that should be considered when building your for women sites these are as follows:

    Sub Niches

    As with every other niche in the adult industry the For Women market has their own individual sub niches. These vary from young guys to older men, couples, stories, fantasy, bondage, cartoons and a whole plethora of other niches all of which are to many mention here. Your chosen niche should reflect in the content you will be using and, more importantly, the content of the pay site to where you are sending the surfer. This is the best time to get a feel for your content and, it alleviates some hardships later on when you realize you have built a site full of hairy guys, only to realize the only site you can send them to is a gay bear site, not the most appealing site for a female surfer to join.

    Where Do You Want To Go With This Site?

    Are you looking to create a free site for the sole reason of driving traffic to your surfer trap, are you going to make a free site in order to make a sale, are you building a site for an AVS system? These are all decisions that you need to make before you start the building process, planning at this stage will reap its benefits later on. You should also consider the sponsor that you will utilize on the site, are you going to use all pay sites, sex toy sponsors or, will you use a mix, you need to plan this well as you do not want to end up with a site where all of the sponsors you are using end up negating the values of each other.

    What Type Of Female Are You Looking To Attract?

    Do you want to attract female surfers looking for erotica or, do you want to attract female surfers who are after something else, take a look at some of the female traffic sites, see what each of the sites presented to you offer their female surfers, can your match or better what these sites offer and, more importantly, can you offer something that the female surfer is likely to want?

    Content Is King.

    As with every other niche you need to pre-select the content that you will use on this site, do you have something that can be used and, used in such a way it generates interest from the surfer, if you are using stories on your site are they appealing, how do the men in the images look? All of these need to be taken into consideration before you start to use your content, if you do not have any content you need to choose some from one of the for women content providers, keep in your budget, make sure the content is right for your needs, not to hardcore but, not to softcore, keep it simple and erotic.

    Layout

    When creating your galleries be creative, anyone can stick up a 10 pic gallery but it takes a true marketer to place creative text on the page, provide the female surfer with some additional information, make it up if you have to, tell them the model is called Brian, tell them his stats, let them know some more information about the model. This will be more likely to get the women who visit your galleries / sites interested in both the images and, more importantly, the erotic side of the model you are using, if the model is available inside your sponsor pay site, you will more than likely find that the female surfer will want to get more information about the model out of sheer interest alone if nothing else.

    Choose Your Marketing Strategies.

    Will you be using banners, text links or, other media to sell your for women sponsor? We all know the proliferation of banners on the internet have made them less ‘click-able’ than what they used to be. Use some ‘erotic’ text over banners or, even use text on its own.

    Keywords And Relevancy

    Keep your smack talk pleasant but to the point, the majority of female surfers would prefer to click on a link that said ‘Steve erotically caressed his penis against her cheeks’ than, ‘Steve shot his hot creamy load all over her face’ see the difference? one is sensual and erotic the other is pure porn, female surfer are mainly erotica driven not porn driven.

    Speak To Another Webmaster / Web Mistress.

    The for women niche is still relatively untapped at the moment, the people who are catering for this niche know the niche, most of them are female themselves and, as such, will know what works and what does not. How would you speak to a woman you met in public? There is a difference between speaking to a ‘guy’ and speaking to a female. Let this difference also show in your site too. If you have no idea how to market to women, ask one, you can find a message board dedicated to female webmasters at http://www.femalewebmasters.com and i am sure one of the posters there would be happy to help you out.

    Design And Practice.

    You now have the basics set you should now move onto designing you layout, keep your design simple, keep it neat, don’t over do the ‘female’ aspect of the site, over use of pinks, pastels and similar colors can undo all the preparation work you have just done, be subtle, know you are designing a site for the female surfer but keep it generalize, soft tones in color are not always the best way to use colors. Pink is not always for girls, blue is not always for boys, shades of pastel blue has just as much of a feminine effect as pinks and reds. Choose your color scheme wisely and this will pay off big time.

    However you decide to develop your site you should ensure that it melts together nicely, use contrasting colors for your banners, background and text, make sure the content is not too gay looking and that the female surfer knows the site was built specifically for her but, also ensure you have the links visible in case you get surfers from other niches at your site, don’t do yourself out of money just because this is a for women site this is probably the only element that crosses over between niches be they straight, gay or in fact, for women.

    Article written by Lee.

    

  • Building A Surfer Trap – Stage 8 – Final Stage

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Ok people we have hit the final stage in our surfer trap, Stage 8.

    All we are really going to do in this stage is a brief recap over what we have done so far along with checking that our trap is working properly.

    In order for us to check our trap is working properly we need to upload it to our server if we haven’t already done so, therefore, you should do this now.

    Once the surfer trap has been uploaded we now need to go to the first page, the Multi-Site FPA.

    Depending on how you set up your Multi-Site FPA you should either get a pop up or not.

    You should also have a counter AND a banner exchange code loading at the bottom of the page below your ‘no thanks’ link.

    If this works how you want it to then this stage is working ok.

    The next thing we need to check is that ALL of the links off this Multi-Site FPA are working so expect to get a lot of pop-ups while we check this.

    You should click on each of the Single-Site FPA’s in turn ensuring that for every one you have a pop-up console appear.

    In addition to checking the Single-Site FPA links you should now click on the ‘no thanks’ link along with the counter code and the banner exchange code on your Multi-Site and Single-Site FPA’s.

    If these all load fine then this stage of the checking is complete.

    Next, we need to close down any and all of the FPA’s we may have open including the Multi-Site FPA.

    You should now be left with a couple of consoles, again, follow the links on your consoles including any to the counter you chose along with any banner exchange code you utilized on your consoles.

    Again if these work how you expected them to, this section of the checking process is now complete.

    For the next step, you need to log into your counter AND banner exchange account, you want to make sure that you have gained additional impressions and rankings from your banner and counter impressions and clicks.

    Be aware however, that some counters and banner exchanges will not count multiple views and click from the same IP address so you may only show one or two additional clicks, impressions, or rankings. This is perfectly normal.

    If your accounts have gained additional ranks, impressions, and clicks then this stage is completed.

    Close down your consoles, you should now get the blur consoles that you created (if you used them) again, as before, check that all of the links from this consoles work.

    If they do then you now have a fully complete Surfer Trap to use.

    So, what next? Well there are a couple of options, you can mirror this surfer trap to experiment with your sponsors different tour pages, link your first mirror to the second tour page, your third to console free tour pages, etc.

    Another good thing that you can do is to create additional Multi-Site FPA’s however, this time, create them by niche so where we have a general Multi-Site FPA at the moment you could use this same method for a Gay, Asian, Teen, etc Multi-Site FPA using the same methods we did when we created this trap.

    You should always sign up for a new counter and banner exchange code for each variation of your surfer trap. This way, you get to see performance based on a new working model enabling you to decide which version of the trap works best for you.

    I hope this tutorial has given you some insight into how we can generate, filter and trade traffic whilst marketing our sites effectively and, that it has given you some ideas on how you can implement even the simplest item provided to you by your sponsor to generate sales.

    For those of you who have been following this tutorial I would like to thank you and wish you all the best with your new found marketing skills.

    If you have any questions as always, feel free to post on the forums and we will endeavor to help you out.

    Article written by Lee.

  • Payment Processors – Advice And Information

    Date: 2011.02.24 | Category: Billing Solutions | Response: 0

    For many, the first step in launching a successful pay site is to find a billing processor that can adequately and efficiently handle all levels of the membership payment process. The processor must also have the technical savvy to grow with your site.

    One such payment processor, iBill, is currently the premier provider of such solutions worldwide. They handle the payments in real time and all of the back-end services that enable you to run your business.

    Of course, there are many issues to consider when deciding on a payment processor apart from their commission rates on your sales, including the following:

    How do they handle the billing itself? Is it processed in real time? If your customers do not have immediate access to your site, they may decide not to join.

    How do they supply your account reports? You may want to know at 3 a.m. the number of members you have and how they are rebilling. iBill allows you to access detailed, real-time reporting 24 hours a day, so you know exactly who is a member of your site and, more importantly, what their username and passwords are. No one wants to find a member has posted a username and password on a trading site. If this occurs, iBill’s real-time reporting tools give you the ability to stop this immediately.

    How comprehensive are the payment options? Do you want to use credit cards, or do dialers or check transactions suit you more? The best way to maximize sales is to accept a full array of payment options. The more options you offer your members, the better the chance you’ll keep them rebilling month after month.

    How good is customer service? Does your payment processor offer access to live representatives 24 hours a day, 7 days a week? If so, you’ll resolve customer issues quickly and effectively, which reflects well on you and encourages loyalty from your members.

    How good is the fraud protection? Internet fraud is a constant threat. Your payment processor should have state-of-the-art fraud protection systems to guarantee the integrity of every transaction.

    Are there multilingual features for international members? Due to the global reach of the Internet, you must find solutions for foreign customers. Ideally, your payment processor’s website should be multilingual and easy to navigate in several key languages, such as German, Spanish, French, and Japanese.

    Choosing the right payment processor is a long, arduous task that, if done right, will result in a long-lasting working relationship. In turn, your members will feel confident in your site and stay with it. We hope this article has given you insight into finding the right billing party for your membership or online store. If you need any further assistance please feel free to contact us directly using the form on our site (URL below).

    Article provided by Internet Billing Company

  • Everybody’s Going Gay

    Date: 2011.02.22 | Category: General | Response: 0

    The past few months in the online adult industry have seen some rather dramatic changes happen from Visa charging additional fees to accept their credit cards online, Paypal no longer processing adult and, several large companies going out of business. However, one thing that also seems to be changing for the better is the amount of webmasters looking at new niches to promote. Surprisingly, the one niche that many webmasters are looking at is that of the gay niche.

    Where The Money’s At.

    For years, the adult webmaster community has been split amongst themselves, those that are only focused on straight niches and, those that focus on gay niches however. As of late, more and more of those webmasters from the first group are looking to make additional income from the gay niche. With this inevitable surge in gay adult sites coming online, there are bound to be some knock-on effects, and those webmasters just starting to look at the gay niche, will return to what they know. However, for most, i think this is going to be a fruitful encounter with one of the industry less socially accepted markets. Many of the webmasters who have been concentrating solely on the straight market for their income are going to realize just how much money they have been losing out on for all these years. And with this realization, comes its own set of problems for the industry as a whole.

    The Gay Market.

    Whether you are a straight webmaster or a gay webmaster the one thing that will become apparent is that your sites are going to reflect you in both, how they look and, the marketing techniques you use. More importantly, the attitude you have towards your gay surfers will in fact show through. Many of the straight webmasters whom, perhaps are not as tolerant towards this niche will, almost certainly fail before they can really get going. Marketing gay adult sites is far different than marketing straight adult sites. You have to know the surfer, understand what they want and, more importantly, know the terminology in the gay market. Many times a post can be seen on various message boards belittling those webmasters who are openly gay – often accompanied by terms such as ‘fag’, ‘queer’, ‘homo’, etc along with with images being posted that, quite frankly, would turn most people’s stomach.

    The gay niche is much more than just a single online market, it is a whole lifestyle unto itself. While this lifestyle is affluent (having an abundance of readily available money to spend) it will take a lot of work and perseverance to ensure you get your share of this market.

    Starting Points.

    As I mentioned above, the main thing many webmasters are going to have to learn are the terms of the gay market, what is a twink? A bear? A cub? What products work well on gay sites? Despite what most people think, you cant just throw up some banners with naked men on them and turn a profit. Match your content to a niche and then, match your advertising to your content, what use is it having bears on a site if, the paysite you are promoting features Teens ‘n’ Twinks?

    Similarly, your text links, ‘Click Here For Hot Gay Action’ might get you a few clicks but, by targeting your surfers even more, you will see how some of the gay niches can really turn a profit. The trick is this, get the surfer to your site and actually give them something that you think will suit their desires. This may mean making a 10% commission on a sex toy sale as oppose to a $35 commission on a pay site membership. And so be it. Those 10%’ers start to add up after a few sales.

    In Summary.

    To summarize, the gay niche will make you money however, to make money you will need to invest something that, perhaps isn’t for everyone – a lot of time and understanding. Marketing the gay niche isn’t for everyone, we have seen this too many times. However for those who are, spending time adding a gay market portfolio to there straight, with a little time increase your overall income significantly.

    Article written by Le

  • Building A Surfer Trap – Stage 7

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Here we go with Stage 7 in this Surfer Trap tutorial.

    We should by now have a rather complex looking surfer trap, pop up consoles and blur consoles on all of the pages within it, all of these same pages interlinking each other indefinitely.

    So, we are starting to get some traffic to this beauty from our existing sites and the counters we implemented but, how can we get some more traffic for FREE?

    What I suggest we do next to this little baby is to add a banner exchange code to EACH of the FPA’s we have and also, onto the larger table console we created.

    You should sign up for one banner exchange code for this trap, you might like to search around for a banner exchange that lets you have a decent ratio of impressions.

    Once you have signed up for your banner exchange code, you now need to copy this coding into the BOTTOM of all of your FPA HTML pages including the Multi-Site FPA.

    Now you have the banner exchange code on your site you are earning credits. Your account may not be activated for a day or so but, what this means is you are earning credits the entire time you are showing banners on your Surfer Trap.

    Now we have the banner exchange code on our sites we only have one further step to take in order for this project to be completed.

    Making sure it works how it is supposed too along with fine tuning this little beast.

    If you have any further questions or comments please post on the forums here and one of us will be able to help you.

    Article written by Lee.

Premium Sponsors















Categories

Site Links