• Everything You Need To Know About Meta Tags And More!

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

    Everything You Need To Know About Meta Tags And More!

    There’s a plethora of different META Tags that you can make use of on your site. Because there are so many, it’s impossible for me to cover all of them in this article. However, I will describe the most common ones. But let’s start from the beginning, shall we?

    What Are META Tags?

    META tags are similar to standard HTML tags. However, there is one big difference: You have to insert all META tags between the <head> </head> tags on your page(s). META tags are used primarily to include information about a document. The META tags will be invisible to your site’s visitors, but will be seen by browsers and search engines.

    For The Search Engines.

    Several of the major search engines make use of the META Keyword tag, and virtually all of them make use of the Description tag. These tags help the search engine spider determine the content of your web site so that it can be indexed properly.

    This is what they look like:

    <META name=”keywords” content=”Webmaster Resource Site”>
    <META name=”description” content=”Online Webmaster Resource Site”>

    You can also instruct the search engine robot/spider how to index your site using the robots META Tag. This is what it looks like:

    <META name=”robots” content=”noindex,nofollow”>

    What the tag above does is tell the spider not to index the page that it appears on, and not to follow the links on that page. Here’s a complete list of attributes for the robots tag:

    index – the default, the page is added to the search engine database

    noindex – the page is not added to the search engine database

    nofollow – the spider doesn’t follow the links on that page

    none – same as “noindex, no follow”

    To use any of these attributes simply replace the “noindex,nofollow” text in the example above with whatever you want to use. If you need to use more than one attribute, separate them with a comma.

    Client Pull.

    Have you ever seen a page that automatically refreshes to another URL after a few seconds? Did you ever wondered how it was done? I’ll tell you. The page made use of one of the http-equiv META Tags to automatically “pull” you to a different page after a few seconds. Here’s what the code looks like:

    <META http-equiv=”refresh” content=”1; url=newpage.htm”>

    The value of content denotes how many seconds will pass before the new page is called for. If you want it to happen as soon as a person hits that page, then set the value to “0”.

    Prevent Caching.

    If you want to prevent a page being saved in your visitor’s cache you can do so by inserting the following three tags:

    <META HTTP-EQUIV=”expires” CONTENT=”0″>
    <META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>
    <META HTTP-EQUIV=”Cache-Control” CONTENT=”no-cache”>

    Why would you want a page not to be cached? If your site is updated frequently and you always want your visitors to see the newest content/changes, or if you want to ensure that a new banner is loaded each time from your server when a page is accessed, you’ll want to use the tags above.

    A quick note here on banner caching: In addition to using the tags above, you’ll want to append random numbers at the end of the tag calling the image.

    Rating Your Content.

    By using the rating META tag on your site, you can specify the appropriateness of your web site for kids. The tag looks like this:

    <META name=”rating” content=”general”>
    In addition to the general rating, you can use three others. They are:

    mature

    restricted

    14 years

    Misc. Tags

    Below I’ve listed several other popular tags that you may have seen around the web.

    The generator META tag is used to specify what program was used to create your web site. Many HTML editing tools automatically insert this so that a company can gauge their market penetration. The tag looks like this:

    <META name=”generator” content=”program name and version”>

    The author tag is used to identify the author of a page. Simply replace “author’s name” with your name or email address.

    <META name=”author” content=”author’s name”>
    The copyright tag identifies the individual or company that holds the copyright to a particular page. This is what it looks like:

    <META name=”copyright” content=”This page and all its contents are copyright 2003 by Lee Windsor. All Rights Reserved.”>

    I hope this article gave you some insight into the usage of Meta Tags and how they can benefit your day to day business.

    Article written by Lee

  • Source Code – Eliminating HTML Margins

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    Since the inception of the very first HTML document, margins existed that surrounded the document, like in the case with this document.

    The margins are there to act as a cushion between the edges of the browser and the contents of the page, so it’s easier to read the content.

    As good as margins are, wouldn’t it be nice to be able to eliminate them in some cases, where the design of the page calls for their termination? While most webmasters think it is not possible to “flush out” the default margins of a HTML document, it actually is, although only possible in IE 3+, and NS 4+. In this tutorial, I’ll show you how.

    Eliminating The Document Margin In IE 3+

    To get rid of the document margin in IE 3 and above, so content presses right against the edges of the browser, use the IE exclusive “leftmargin” and “topmargin” attributes:

    <body leftmargin=”0″ topmargin=”0″>

    It’s as simple as that!

    Eliminating The Document Margin In NS 4+

    To get rid of the document margin in NS 4 and above, use the NS 4 exclusive “marginwidth” and “marginheight” attributes instead:

    <body marginwidth=”0″ marginheight=”0″>

    Putting It All Together.

    By putting the two techniques together, we can create a document that flushes out its’ margins in both IE 3+ and NS 4+:

    <body leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″>

    Try out the above coding on your page, and you’ll see what I mean.

    Article written by Lee

  • The Death Of The AVS – The Birth Of The AEN (Adult Entertainment Network)

    Date: 2011.02.24 | Category: General, Promotion, Sponsors, WebDesign | Response: 0

    Well after a long and tedious few months of speculation, rumors and facts being presented to those of us in the adult industry working on AEN sites (Formerly known as AVS sites) it seems that Visa has put a strain on AEN companies to start re-working and, renaming their sites to fall under the ‘Adult Entertainment Network’ name. What does this mean to us as webmasters and, more importantly to the industry as a whole? This is what we shall address in this article.

    A Little Visa History Lesson.

    This whole mess started in October of 2002 when, jointly, CCBill, Epoch and, iBill issued a new set of operating guidelines that had been passed onto them by Visa. In effect, this meant that 3rd party credit card processors had to be re-classified as an ‘IPSP’ or ‘Internet Payment Service Provider’ this also in turn meant that webmasters needed to start paying ‘fees’ to Visa (via their IPSP) in order to continue charging their surfers for access to products and services by using Visa issued credit and / or debit cards.

    In addition to the initial $750 however, there is also a need to pay an ongoing fee of $375, two thirds of this fee goes directly to Visa and, the remaining balance goes to issuing banks and IPSP’s for administrative charges.

    Shortly after this announcement was made the industry then got dealt another blow by the processing companies, this time, in the form of Paypal announcing they would no longer accept any adult orientated payment through their system. This went into effect on May 12th 2003 and, after initial speculations as to what could and could not be charged to Paypal accounts, it seemed to be the final nail in the coffin for some of the smaller webmasters.

    However, the adult industry is strong and rallied together getting as much information as possible about alternates to both of the above situations and companies such as Stormpay and off-shore IPSP’s started to see an increase in revenues from adult payments.

    As The Waves Settled – The Next Blow.

    Given all of the financial troubles of the previous 10 months in respect of online adult payments the industry as a whole started to settle itself again, of course there was the usual posting on forums, conversion ratio and shaving discussions happening on the main forums as there always was but, in addition to these conversations more rumors started, this time, regarding the AVS business model.

    Almost as quickly as these rumors started however, they seemed to have fizzled out into nothing but a distant memory but, two months later after the first round of initial conversations on the adult industry message forums, the same AVS business model was dealt another devastating blow.

    It seems Visa has its sights set on AVS (Age Verification Service / Systems) with a press release being issued first by Sex Key, then by Free Age Card, which was followed by similar announcements from Global Male Pass and Gay Passport informing adult webmasters that they had 2 days to make their current AVS sites conform to the new requirements set down by Visa.

    These requirements were that.

    1) Adult webmasters can no longer use the term ‘AVS’ on their sites.
    2) Adult webmasters can no longer use the term ‘Adult Verification Service’ or ‘Age Verification Service’ on their sites.
    3) Adult webmasters can no longer state that surfers joining up to their AVS will have ‘Access to thousands of other AVS protected sites’.

    As usual Adult Webmasters started to question the reasons behind this sudden and apparent change of AVS rules on almost every forum and, whilst most questions went unanswered the one thing that was answered (honestly) was that these new rules had been set down by current AVS IPSP’s who, had had these rules issued tot hem by Visa.

    So, webmasters started to change out their tour page text to conform to these new rules and, for the most part, it seemed like that was all that was needed to be ‘safe’ working the AVS business model. Little did they know…

    One Last Blow To The AVS Webmasters.

    Several days after the initial press releases from some of the top AEN (Formerly AVS) companies was made it seems that in between all of the posting ont he boards yet another issues comes to light – That Visa is aiming to have AVS webmasters now pay a $750 fee for the benefit of being able to keep using this business model as stated by Craig Tant (Sex Key) ‘we believe is that every site will have to be registered and pay the $750.’

    This beleif, although somewhat vague tends to draw conclusions that, through no fault of their own, the AVS / AEN business model in the adult industry as we currently know it is changing and, changing for the worse. If webmasters are forced to pay Visa a $750 registeration fee per AEN system or per AEN site then a lot of todays industry leaders are going to come unstuck, especially those that focus solely on the AVS / AEN model for the primary source of income.

    Adult Entertainment Networks – What’s Next?

    This is the question that is currently being asked by many webmasters and, the truth of the matter is simply that nobody knows – Except for Visa, the next few days, weeks and months are going to be telling on the industry as a whole from what happens to current sites inside the AVS / AEN companies websites to what happens when surfers start to propagate back onto the adult internet looking for their fix of high quality porn, two things however are definitive throughout all of this, Visa is homing in on the adult industry and, every webmaster needs to be concerned about what will happen next.

    Article written by Lee

  • Traffic Filtering – Country Specific Redirects

    Date: 2011.02.21 | Category: Traffic | Response: 0

    To some, actually marketing to foreign surfers is a waste of time rather than a business practice. Unfortunately, they are missing out on additional revenue. We are already beginning to see some of the major sponsors in the adult industry embracing these foreign markets and, not just by utilizing dialers.

    However, filtering your traffic base is often the hardest part of this money making equation. That is where the following piece of PHP coding can come in handy.

    PHP FILTERING CODE

    <?
    $user_lan = $HTTP_ACCEPT_LANGUAGE;

    if($user_lan==’de’) {
    ## German
    $redir_url = “http://www.germanlanguagepageurl.com”;

    } elseif($user_lan==’fr’) {
    ## French
    $redir_url = “http://www.frenchlanguagepageurl.com”;

    } elseif($user_lan==’it’) {
    ## Italian
    $redir_url = “http://www.italianlanguagepageurl.com”;

    } elseif($user_lan==’es’) {
    ## Spain
    $redir_url = “http://www.spanishlanguagepageurl.com”;

    ## US traffic or Rest of world not defined above
    } else {
    $redir_url = “http://www.yourmainpageurl.com”;

    }

    header(“Location: $redir_url”);
    exit;

    ?>

    So, we know that the above piece of coding can redirect surfers based on their country of origin however, in order for you to maximize this to its full potential you will need to know the country specific codes (Also called ISO 639 codes) for each of the main browser languages. Some of these are as follows.

    da | Danish
    de | German
    en | English
    es | Spanish
    fi | Finnish
    fr | French
    it | Italian
    jp | Japanese

    The problem you now have is finding where to send your filtered country specific surfers to. Of course, there is always the dialer option however, this is not going to be as lucrative to your wallet as what most people will have you believe.

    In fact, I very rarely use a dialer on my foreign traffic instead, I tend to send them to a language specific tour page from one of the big sponsors and, if they do not sign up to that sponsors site, this is the point where I throw a dialer at them and, if the dialer still doesn’t make any money off the surfer I then recycle the surfer for a fresh one through a toplist or banner exchange heavy page.

    In doing this I find it is often more productive than ‘regular’ English speaking traffic as, if you give the surfer something they are looking for, they will be more inclined to buy.

    Hopefully this article has given you some insight into filtering and using your foreign traffic as oppose to just sending them off to a dialer program.

    Article written by Lee

  • Do You Keep The Surfers Attention?

    Date: 2011.02.22 | Category: Traffic, WebDesign | Response: 0

    A new discovery says that people are born to respond to information a certain way. It also indicates that when we use our in-born or natural style to process information, we relax and feel good. The same research also indicates that 92% of thousands tested have changed that style to one they think works better. The change causes stress. So 92% of the viewers of your site are stressed. Because people often visit your site and click off almost instantly, you face the problem of getting their attention and keeping it long enough to persuade them to buy.

    The fact is that people today have shortened attention spans. If you don’t get them in the first few seconds, you lose them! You can either build a terrific web site — or just end up with “click thrus.” Many site owners think it enhances a site to add animation or cool sounds. But the answer is to make your site appeal to the individual. Great sites of the future will know how to “individualize” their message.

    Even though we all have to learn how to use a computer, high tech has not made people think the same way. You are not battling high technology; you are fighting to keep the attention of three (3) basic in-born styles. This may sound overwhelming, but it is really a simple matter of anticipating a viewer’s response before he or she gets to your site. Anticipation of responses makes or breaks your site.

    So how do you anticipate how a viewer responds before it happens? It is really simple. You start by learning how you personally respond to information. Why is this the beginning place? It is because you and the way you react when receiving or giving out information influences everything about your site. Next you learn about the other ways people respond to information. It is easy to begin anticipating reactions as you get a whole new perspective on how people are born to process information. Things start to make sense to you and people are no longer such a mystery.

    These conclusions are drawn after over 20 years of research. The research verifies that it is possible to appeal to most views rather than 2 – 4 in a thousand. So, when someone tells you how to write killer copy, or make your site jazzy with new technology, you are hearing from only one of the basic in-born styles. Take everything with a grain of salt until you evaluate it according to the simple guide that lets you appeal to ALL styles rather than only one.

    Article written by Lee

  • Promo Material – Make The Most Of Your Marketing

    Date: 2011.02.22 | Category: Promotion | Response: 0

  • How To Claim Back European V.A.T

    Date: 2011.02.22 | Category: Billing Solutions, General | Response: 0

    With the recent legislations requiring US businesses to charge Value Added Tax to EU Member state customers for purchases of digital product / image downloads there are many new questions going around enquiring how companies and small business owners can claim the VAT back this is what we will look at in this brief article – The basics of claiming back your VAT from Europe.

    What Is V.A.T?

    Value Added Tax (VAT) is a consumption tax levied on goods and services in many countries across the globe. Over the last decade, legislation in the tax systems of Europe, Canada, Japan and South Korea allow for a refund for the majority of non resident entities, worldwide to a refund of VAT in most instances however, especially in the business world, registration must be achieved prior to claiming back your VAT and, preferably before the purchase of Vat able goods takes place.

    Who Is Entitled To A VAT Refund?

    Most businesses will be entitled to receive a VAT refund however, as the laws vary from country to country, the best way for you as a business owner to find out the laws as they affect you is to contact your company accountant who, should be knowledgable enough to inform you of what you need to claim back from each of the EU member states where V.A.T has been charged.

    What Products Can I Claim V.A.T Refunds For?

    Most typically value added tax recoverable expenses can take form as one or more of the following items:

    Business Property Expenses.
    Transportation Costs.
    Inter-company Billing.
    Marketing + Promotional Services.
    Exhibitions, Conferences + Business Meetings.
    Importation V.A.T.
    Digital Downloads (Business Related).

    How Do I Register For V.A.T?

    When a company inside the domestic US conducts transactions in the EU countries where value added tax registrations may be required the registration for the VAT refund should be done prior to the transaction taking place however, on occasions which vary from individual EU member states this registration process may be done retroactively. By becoming registered to claim your VAT back the company is legally required to d the following:

    1) Register for the VAT in the EU country where the transaction takes place.
    2) Account for VAT on all invoices or receipts issued to your European customers.
    3) Deduct the V.A.T incurred from your European suppliers of goods or services.

    Value Added Tax – An Overview.

    When all is said and done, other than the obvious need to increase your pricing structure for certain global markets registering for and, charging value added tax actually has a great deal of benefits. You now get to claim addition refunds from any expenses that you incur from the day to day running of your business, your promotional activities become vat’able so you can now increase the level of global marketing you do and, claim full value back from the EU member states (where applicable). basically, registering in the EU member state will enable your business to grow on a global scale and, at the same time, afford you the luxury of being able to market your goods and services to a greater client base at virtually no cost to yourself this is a good thing especially when you take a look at the growth that international internet usage is making each month.

    Article written by Lee

  • Censored Gay Adult Pornography

    Date: 2011.02.21 | Category: General | Response: 0

    You’ve heard it said over and over “Make them pay for the pink” or in the case of the gay market “make ’em pay for the MEAT”. But how far can you get without hardcore on a gay site?

    Depending on the method you use to get your traffic softcore verses hardcore can make a big difference. If you’re working the SE’s, you set the tone by way of your descriptions and keywords – and you hope that they get you the rankings and the surfers. On the other side of the fence, when you use link lists and categorized directories, their categories will dictate where your site will go. Thus, you are totally out of the loop when it comes to its placement.

    For the past six months I have been conducting a test. I built ten free sites, all to derive their traffic from link lists. Five were strictly softcore and the others a mix of softcore images and “selective” hardcore images. Each had 40 pics in order to play to the larger LLs and directories.

    Let me give you a little background. The reason I started this test was to track the traffic trends in the gay market as it applied to the notion of “make ’em pay for the meat”. It was something I had done with my straight sites, but something I totally avoided with my gay sites. The reason for that one a statement I made a while back “If I wanted to see softcore I could look in the mirror when I got out of the shower.” While this is a totally narcissistic comment, it does demonstrate my ongoing point about selling to gay men.

    Now don’t get me wrong in the scheme of thing I do like softcore images of the right person, but as a surfer who is looking to get off, I want what I can’t normally have. And that idea is going to send me to a site that will has what I want, OR in the case of this test, THINK that I want.

    Now back to the test sites. For my softcore sites, I took various images of single men in different phases of undress from stripping to provocative poses. For the hardcore I was much more selective. I used what I call US Cable or Int’l Tele guidelines. What that means is, what do I see if I turn on a cable station or one of the satellite channels from around the world. I found “simulated sex”. Just like an R rated movie, there were scene where two guys are together with no close ups of actual penetration. So, when I went through my web images I looked for similar scenes. The images were sexual but nothing so blatant as up close penetration but suggestive enough to arouse a surfer – the taunt factor I would need to sell my sponsor sites.

    With my distinct sets of sites, I began to submit to the Link Lists. 99% of the sites were accepted for each of there categories (the one that didn’t get accepted had a hardcore description and softcore images – oops). But after making the correction it was accepted.

    The traffic started to come in. In the first day, the difference I anticipated was right there. I decided I wouldn’t effect anymore change in traffic so I didn’t submit to any other link lists. I wanted to test this out. At the end of the month the trends I expected were in fact there. The total of all the traffic generated 10% came in to Softcore sites. The remaining 90% came in through the hardcore sites. So this tells me that most gay surfers are hitting the hardcore categories on the LLs. It confirmed my previous assumptions.

    What’s the sense of doing all of this and not watch all avenues, right? Now having scrutinized where the traffic was coming from and how, I wanted to trace how it was going out.

    I used an older cgi program to track the hits out. It’s one of those standard programs that I learned to use years ago and can’t get rid of. Now remember, all of the sites are pretty much the same with wording, sponsors, color schemes, etc. The only real difference was the pics.

    Based on the numbers collected from the program I found that approximately 75% of all the traffic coming into the softcore sites left on a link to one of the link lists. I had 20% go out on a sponsor’s link and the remaining 5% did not resolve (which in this program I was using tried to count the click but was unsuccessful).

    Now reviewing the information from the hardcore sites, I found a distinct difference. I will not lie to you. I expected a difference. I don’t want you to think I was awestruck LOL. But, I was surprised with what I found. This time the majority went out to my sponsors – 50% went to a sponsor site, 20% went out to the reciprocal links, 19.9% went to a free gay email site (which wasn’t enough to mention on the softcore sites), 5% did not resolved. The remaining 5.1% I have no idea – they probably whacked off and logged off (I hope it was good for them LOL)

    While it is not the point of this article, I will add that the traffic produced reasonable well at the sponsor end.

    Let me say that my “trends in gay adult traffic” research is by no means complete. However, over the period of six month these ten sites were enough to say there is marked difference between softcore and hardcore sites. So does “make ’em pay” work in the gay market? For now, there is a definite factor depending on where you get your traffic. If links lists are your specialty, then the answer is yes.

    My next step in the evolution of this is to submit these sites into the search engines. With all things considered, I’m looking forward in tracking that information. I’m off to submit. I will share the data I collect from that test soon.

    Now, I just hope DMOZ doesn’t give me a hardcore time ; )

    Article written by Gary-Alan.

  • Utilizing All The Content You Use On TGP Galleries!

    Date: 2011.02.24 | Category: TGP | Response: 0

    Utilizing All The Content You Use On TGP Galleries!

    For the last few months i have been experimenting with a few new (but old, if ya see what i mean) ideas.

    Basically i have adapted Voltars 3x3x3 project slightly and incorporated it into the TGP/TGP2 game.

    The results have given me some of the best sales ratios ever! We’re talking under 1:60 almost consistently across all sponsors!!

    What you did is thus….

    Design a NICE 15 pic tgp gallery in a table preferably four rows high and 5 columns across.

    In the first row place one thumb in each cell (5 pics).
    In the second row place one odd sized banner in the first cell and merge cells 2,3 , 4 and, 5.
    In the cells you have merged place some descriptive text about the pics you are using in under two paragraphs and include a line of text where you MENTION the sponsors site name.
    In row 3 place one thumb in each cell (5 pics).
    in row 4 place on thumb in each cell (5 pics).
    under the table place a juicy text link.
    below this juicy text link leave a line or two and add a money bar (one row by three columns using a contrasting color to the background of your gallery page).
    ALL pics go on html pages using the same layout as your main TGP page but, without the table included.
    Repeat this process 4 times once for four different niches, saving each niche in their own sub folder for the main site i.e:

    url/sub folder/niche 1
    url/sub folder/niche 2
    url/sub folder/niche 3
    url/sub folder/niche 4

    You should now have 4 TGP galleries using 15 pics on each in four niches (60 pics in total).

    At the top of each of these main pages place a three cell one row table.

    in this table use text links to describe each niche i.e:

    Teen
    Gay
    Lesbian
    Mature

    in the template for the teen niche you use text for the gay, lesbian and, mature templates and link these to the appropriate TGP template.

    This is where the fun begins…..

    Take all four TGP niche galleries you have just made and do the following….

    Delete the first row of cells (including pics) on all TGP galleries and save the new page layout in another folder using the same navigation structure as the original ie:

    url/sub folder 2/niche1
    url/sub folder 2/niche2
    etc
    etc

    You should now have the following:

    four TGP templates consisting of 15 pics each.
    four TGP templates consisting of 10 pics each.

    Again, link these new 10 pic templates to each other in the same way as you did the 15 pic templates.

    Repeat this procedure to make the 10 pic TGP page using the original TGP page BUT, this time, delete the bottom row of cells.

    You now have the following:

    4 niche 15 pic TGP pages
    4 niche 10 pic TGP pages
    ANOTHER 4 niche 10 pic TGP pages

    Still with me?

    Its gets better….

    Take your original 15 pic TGP template and do the following…

    Delete the first and the third row of cells including all the pics and save them in ANOTHER folder using the same structure as before i.e:

    url/sub folder 3/niche 1
    url/ sub folder 3/niche 2
    etc
    etc

    Again link these in the same way as before using the text links at the top of the pages.

    What do you have now?

    4 TGP pages using 15 pics
    8 TGP pages using 10 pics
    4 TGP2 pages using 5 pics

    Can you guess what’s next?

    Take that original template again and…

    Remove the first and fourth row of cells do the same when you save it as you have done above…

    What do you have?

    4 TGP pages using 15 pics
    8 TGP pages using 10 pics
    8 TGP2 pages using 5 pics

    Do it once more using the original templates but removing the final set of 2 rows of cells you now have…

    4 TGP pages using 15 pics
    8 TGP pages using 10 pics
    16 TGP2 pages using 5 pics

    In the root of the domain where you are going to upload these pages do the following…

    Create a simplistic warning page… link this to a multi site FPA… this multi site FPA links to each of the niche (15 pic) TGP templates you have made.

    On this same fpa place an email erotica collection box, banner exchange code and a toplist counter code along with an exit console going to a MC POTD program.

    Now, what you need to do is start submitting these pages to the TGP/TGP2’s submit one a day or as many as you can until you have submitted them all.

    Ok still here?

    Next you have to duplicate ALL of the above again.

    Place the duplicate of the above into a separate set of folders/sub domains etc.

    On the new root you have created, link to another multi site FPA AND the first root index.html page.

    You now have the makings of an EXCLUSIVE 3x3x3 TGP hub which, you can leave alone and submit all of the pages intermittently to any TGP/TGP2 you wish for LIFE!!

    All the time you are adding new sections to it and building your link pop in the search engines because you are continually interlinking to each of the separate niche and relevant sub niche folders.

    Of course, you NEED to get the meta’s sorted on the first main template for this to work but, if you change all subsequent meta descriptions etc you’ll have a very reasonable listing in Google for the relevant search terms :)

    Article written by Lee

  • Article Writing For Publicity And Credibility

    Date: 2011.02.21 | Category: Writing | Response: 0

    If you’re looking for a powerful way to get free publicity and build your credibility at the same time, then writing articles may be your answer.

    If you’ve been on the Internet for a while, you’ve probably subscribed to a few ezines including this one, hopefully. Many ezine publishers will include an article written by a guest author. At the end of the article are a few lines of text about the author referred to as bylines or resource box. These lines of text are basically just an advertisement for the writer. They usually contain a couple of lines about the author and a web address.

    The writer gives the publisher permission to publish their article, free of charge, in exchange for the publisher including the author’s bylines.

    By writing articles and allowing them to be published, your articles will have the potential to be viewed by millions of Internet users. They may be published by several ezines with subscriber bases of a few hundred to several thousand. In addition, they may be displayed in ezine archives or on high traffic websites.

    Most ezine publishers prefer short articles between 500 and 750 words. Short “tip” articles of just a couple of paragraphs are also very popular. Articles should be formatted to 65 characters per line or less, including spaces, and written in short paragraph sections.

    When you begin writing your article, avoid using your standard word processing programs, as they do not allow for proper formatting. Instead, use a text editor such as Notepad. It should already be installed on your desktop.

    When you begin typing your article, use a hard carriage return (hit enter) when your text reaches 65 characters, including spaces, and leave a space between your paragraphs. This will enable publishers to easily copy and paste your article into their publication. By taking the time to properly format your article, you will increase your chance of being published significantly.

    Most publishers receive many article submissions each week and only select a few to be published. Here are some basic guidelines to assist you in getting published:

    (1) Make sure you follow the publishers’ submission guidelines. Articles submitted to publishers that don’t follow the submission guidelines will most likely be deleted.

    (2) Make sure your article is properly formatted.
    Publishers won’t take the time to format your article.
    They’ll simply delete it and move on to the next article submission.

    (3) Keep your bylines down to 6 lines or less.
    Publishers will not publish articles that contain excessively long bylines.

    (4) Select a descriptive title to intrigue your readers.
    Use a powerful headline that demands attention and try to keep it all on one line.

    (5) Use proper grammar and spelling.
    Publishers will not take the time to edit your article. Make sure you read your article several times and use spell check.

    (6) Avoid articles that are nothing more than a sales letter.
    Publishers want quality content and will simply delete an article that is written like a sales letter.

    (7) Avoid referring readers to an affiliate URL.
    Articles containing affiliate links may make your article appear to be biased and untrustworthy.

    (8) Write your articles with a sincere desire to teach and inform. Talk to your readers and share your expertise.

    Once you’ve written your article, you’ll need to develop a list of publishers that may be interested in publishing it. The best way to accomplish this is to display your articles on your website. Place a subscription box on each of your article pages to enable your visitors to subscribe. This list should be used to send your new articles to your list of publishers.

    Of course, you are already in one of the right places to start, we are always looking for industry related articles so, if you been given the motivation by reading this article to give it a try why not submit one to us for publication?

    Writing and distributing free articles on the Internet will be one of the best promotional decisions you’ll ever make. Not only will it provide you with free publicity, but if your articles are good, you’ll become a trusted professional in your area of expertise.

    Article written by Lee

Premium Sponsors















Categories

Site Links