Web site Your site is now adequately prepared to really start bringing in traffic from search engines? Read more ...
  
WebSitePromotionFree ebook
 
 
          
    

Site Promote.

    
    Site promotion >>  Promotion guide >>  Promote >>  Promotion guide >>  Site promotion >>    
    
    
    1.Creation of a great number of references to Your sites - Promotion
    5.Re-addressing flow of visitors to various web sites - Promotion
    7.How to use effectively the right mouse button - Promotion
    
    
    

Free site promotion guide

      1. Creation of a great number of references to your site
      The most effective way of promotion of a web site is creation of a great number of references thereto from other sites located in paid or free hosting. The effectiveness of references from the paid hosting sites is higher due to the fact that less backward references are placed on such sites. However, the placing of your additional sites in free hosting is of great importance. You may place sites in free hosting using special HTML and Java script solutions, which permit to attract and reallocate the web traffic very effectively. In this case, it is important that your main site is mostly protected from restrictions of search engines. You may use in free hosting sites the content on most demanded themes not concurring with the main site theme, while increasing the total volume of visitors attracted thereby.
      Some versions of the web promotion schemes using additional sites are described below: It is quite practicable to create and place 20-30 and more sites in several free hosts in a short term. It is not necessary to create every site with its unique content. It is enough to have 5-10 versions of the content and 4-6 versions of the graphic design. In this case, a site may consist of one web page of 40-70 kbytes. To increase the number of additional sites you may place their slightly changed versions as archives for free downloading. There are always a lot of those wishing to create their own site copy in any hosting. Search engines will find and index them later.
      
      Sites
      
      Search engines - Your Main Web Site
      
      Optimization - Buffer web sites (paid or free), on which special Java scripts are not used.
      
      Promotion - Additional web sites for creating a great number of references and using Java scripts. These sites (additional web sites) are not to be directly registered in search systems.
      
      Web link
      
      "The web sites promotion and search engines optimization" - free ebook.

    
    Web promotion >>  Promotion guide >>  Promote >>  Promotion guide >>  Web promotion >>    
          
    

Free site promotion tutorial

      5. Re-addressing flow of visitors to various web sites
      If you earn on shows of context advertisements (for example, AdSense), then you should know that the sites created under the most expensive advertisements are related to the topics, which are slightly attractive for visitors, such as realty, finance, etc. Therefore, there are some visitors but their number is by an order of magnitude smaller than the number of visitors in the game sites, web logs, or sites of free software. And if you use some tool to re-address visitors from the well visited sites to the well paid ones, then you will be able to provide a significant growth of your income. One of these options is to use Java script, which provides transition by link without clicking a mouse.

      <tr bgcolor="#ffbb00">
      <td><p><a href="http://direct.yandex.ru/" onMouseOut="window.location=' http://direct.yandex.ru/'"><font size=6 color="#0069a3"><b><u>Free web site</u></b></font></a></td>
      </tr>

      Actually, this is an ordinary reference, which is supplemented with onMouseOut="window.location='http://www.../'"
      This is a very suitable tool, which enables to "switch" the visitors of site to the required pages or to announce your new sites. For this purpose, it is not important at all which site is referred to in Your may refer to one address for indexation in the reference systems and another address for transition by reference.
      This is not the only option of Java script. See below a script option switching the traffic to the site addresses stochastically selected from the list.
      You should not place too many such script references in your pages, because some search engines can analyse transitions and an unusually high percentage in transitions of visitors from one site to another will draw the attention of moderators.
      
      "The web sites promotion and search engines optimization" - free ebook.

    
    Web promotion >>  Web promotion guide >>  Web promote >>  Promotion guide >>  Web promotion >>    
          
    

Site promotion guide

      7. How to use effectively the right mouse button
      A competently developed Java script is a half of a competently developed site.
      There are categories of web sites, which contain numerous references (links) to other resources such as directories of references, various lists (for example, price lists), and photo galleries. Viewing such pages, visitors often use clicking (Click) the right mouse button and select the menu option "Open a new window".
      So, once loading your page with links, a visitor can use it for a long time "bringing" you no shows of web sites. Some web sites even specially block clicking the right button with the simplest Java script:


      <script LANGUAGE="JavaScript">
          function right(e) {
            if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
           else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Right button disabled");
            return false;
            } return true;
            } document.onmousedown=right;
            if (document.layers) window.captureEvents(Event.MOUSEDOWN);
            window.onmousedown=right;
      </script>

      
      In this case, clicking the right mouse button does not open a new window but shows a window with the warning notice: "Right button disabled".
      In order to view references, a visitor of such site has every time to return to your page with the list of references. For very interesting pages (MP3, games, freeware, photos, etc.), this does not result in loss of visitors but at the same time essentially increases the number of web site shows.
      However, such Java script is too primitive. It does not enable to use the interest of visitors more effectively. This web site promotion guide shows how to develop Java script so that you would be able to increase essentially the number of shows of your web pages. This Java script is upgraded as follows:


      <script LANGUAGE="JavaScript">
        function right(e) {
          if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
         else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
          window.open('http://direct.yandex.ru','javascript_1'); return false;
          return false;
          } return true;
          } document.onmousedown=right;
          if (document.layers) window.captureEvents(Event.MOUSEDOWN);
          window.onmousedown=right;
      </script>

      
      Here, if a visitor clicks the right mouse button to some reference, instead of loading the link, the new window will provide transition to site http://direct.yandex.ru/ This visitor will have to open references in the same window (or to switch off use of Java script in browser that is not suitable).
      
      However, neither this script uses the options by 100 %. Why should a visitor be referred every time to the same page? And what if the page addresses are changed? There are two options: to make the whole page in the script form (Perl or PHP) and to change the address or transition for each loading or to upgrade Java script in order to change page addresses stochastically from the list.


    <script LANGUAGE="JavaScript">
    function right(e) {
    var rand = Math.floor(Math.random() * 10);
        if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
        else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 0) { window.location="http://wmgamer.narod.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 1) { window.location="http://slavyan14.narod.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 2) { window.location="http://leugen.narod.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 3) { window.location="http://weber.h17.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 4) { window.location="http://webdoc.pochta.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 5) { window.location="http://getfreepage.narod.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 6) { window.location="http://sitebesplatno.by.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 7) { window.location="http://icq2.by.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 7) { window.location="http://dosug51.ucoz.ru/";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 9) { window.location="http://ru.mysoftreview.com/our_partners.html";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 10) { window.location="http://bume-rang.by.ru/prog_prog.htm";
        return false;
        } else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3) && rand == 11) { window.location="http://www.marketer.ru/node/1947/print";
        return false;
        } return true;
        } document.onmousedown=right;
        if (document.layers) window.captureEvents(Event.MOUSEDOWN);
        window.onmousedown=right;
    </script>

      
      Use of Java script for development of web sites has some specific features. In general, Java script in Internet Explorer can be "hardly" upgraded in cache. So if you place this script in a web site and load the same then, most probably, the same site will be loaded. In order to verify that the script gives different transition addresses, load the web site in a new copy of browser (run it again rather than open another window in the browser!). Then transition will be provided to a different address. Therefore, it is desirable to supplement the web site with such script also with the tags controlling update of the browser cache. However, you should be attentive. If your web site has a rather large size (70 to 100 kbytes) and loaded slowly, then its loading beyond the browser cache will be provided very long by each clicking the right button. Real use of sites (size up to 70 kbytes of only HTML code, not including figures) demonstrated that there is no need in cache control. During the same day or on the following day, visitors visit these sites and in this case, as a rule, a different page is loaded from the list.
      Nevertheless, see below the examples of browser cache control.


    <meta http-equiv=pragma content=no-cache>

      
      Prohibited document caching. In this case, the document will not be cached either by proxy server or by browser. If you specify private, then the document will be cached with browser but it will not be cached with proxy server.


    <meta http-equiv="Cache-Control" content="private">


      Using the cache control operator, you can determine the maximum caching period of the certain document with max age:


    <meta http-equiv="Cache-Control" content="private,max-age=60">

      
      In this case, document caching is provided with browser but not provided with proxy server for the period of 60 seconds.
      
      Efficiency statistics. - The efficiency of using such scripts is exclusively high if scripts are placed in the frequently visited resources (MP3, jokes, photo galleries, guide books, etc.). Application of such scripts enables to provide visitors with new resources, which can be potentially interesting. If you use Perl or PHP, these problems can be solved through the server scripts. However, Java script is more universal and can be used in any hosting.
      
      "The web sites promotion and search engines optimization" - free ebook.
      
      You may copy this guide free of charge and place the same in your web sites.
      

    
    Web Site Promotion.    
     Openwebdirectory.org    Instant Approval Web Directory    Suggest Link Directory        
 
 Search engines optimization Website Directory