Page 1 of 2 12 LastLast
Results 1 to 15 of 20

Thread: Adsense On Your Home Page

  1. #1
    Join Date
    Dec 2006
    Location
    North Fort Myers, Florida
    Posts
    27

    Default Adsense On Your Home Page

    Have not seen a post here about how to paste Adsense into your Indexu site but here's a quick guide that will take all of 3 minutes, assuming you already have an Adsense account.

    Get your Adsense code from Google, you can see my example on my site iExploreFlorida.com. Ive chosen 728x90 Leaderboard ads.

    Open up your Indexu Admin Go to Template Manager>Edit then look for Header.html under Pages.

    Open up the Edit page for Pages>Header.html, scroll down a little until you see
    <!-- header end -->
    Post your ad code underneath it. To center the add put <center> </center> before and after the Google script.

    Done

    Adrian

  2. #2
    Join Date
    Jul 2006
    Location
    Paris, France
    Posts
    108

    Default

    Hello, exploreflorida

    A directory is an excellent web site to include Adsense, because people visit it to search an aswer to a question, and they click better.

    But an efficient web site with a good CTR (percentage of Adsense clicks per page) is not a "visually good looking web site".

    It's better to display "simple" text ads at the right place instead of pretty images at the wrong place.

    My web site looks a bit "rude" and simple, but it's really efficient to find good free resources (for visitors) and to get a good CTR (for the webmaster).

    Rechercher sur internet des sites gratuits avec @nnuaire.com

    If a directory is really exploiting a micro niche, you can put Adsense on the index page. But when there are lots of categories (almost 500 in my case), it's useless to put Adsense on the index page, because they can't be well targeted (it gives a very low CTR). 85&#37; of the visitors come from Google directly in the internal pages (in my case). Regular visitors (coming from an external link of from an URL in bookmarks) prefer to see no ads on the index page.

    Some people don't like web site optimized for Adense, because they believe that kind of site can't give a good content. I don't agree with them. Anybody can make a good web site with content and with a good CTR.

  3. #3
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    he has them on the internal pages doesnt he?

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    If adsense is placed in the header it will appear on all pages that the header appears.

    Also, if you don't place ads on a page, you can lose potential clickthroughs as some people may visit the site and not see anything useful but find something in the ad that is useful to them.

    Adsense is best placed in the header and in a block, this way they are seen on your entire site. You can add one in your footer too but those typically don't have high clickthrough rates.

  5. #5
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    First off thanks, second I did as you instructed and worked out nicely except my Main Category Block covers the last add on the right. LOL...How can I lower that block to get the full add view of 4 adds and not 3?

    Again thanks

  6. #6
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    If your block isn't high enough, then you could add <div class="clear_both"></div> right after your adsense code. If you don't want to do that, or if it doesn't work, you just just add a break <br /> (or a few if needed).

  7. #7
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    Im sorry ...I dont think I made myself clear here. The category block which is the first block on upper right hand side is covering up the right side of the google adds. Look here

  8. #8
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    You have the code in the wrong position. Place it as below in header.html

    </form>
    </div>
    </div>
    <img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />

    GOOGLE CODE HERE

    <div class="block_left">

    <!-- header end -->

  9. #9
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    Quote Originally Posted by Bruceper View Post
    You have the code in the wrong position. Place it as below in header.html

    </form>
    </div>
    </div>
    <img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />

    GOOGLE CODE HERE

    <div class="block_left">

    <!-- header end -->

    Thanks, but I must have placed that code in wrong place also as it really distorted my whole page...So I just put it back the way it was

  10. #10
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    just a display problem because its javascript code, the page renders before the banner arrives... just put a few <br /> tags before and after the adwords code to increase the spacing

    Quote Originally Posted by spin View Post
    Im sorry ...I dont think I made myself clear here. The category block which is the first block on upper right hand side is covering up the right side of the google adds. Look here
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  11. #11
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    Don't think I got this right but here is what I did...And good to see ya again insprireme

    <br /><br /><br />
    <center> </center>
    <script type=\"text/javascript\"><!--
    google_ad_client = \"me personal number to glory one day, hehe\";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = \"728x90_as\";
    google_ad_type = \"text_image\";
    google_ad_channel = \"\";
    //-->
    </script>
    <script type=\"text/javascript\"
    src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
    </script><br />
    <center> </center>

    <br /><br /><br />

  12. #12
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Quote Originally Posted by spin View Post
    <center> </center>
    Why are you opening and closing <center>'s before and after the Google code?? If you want to center the Google code in the block, open the <center> before the code and then close the </center> after the code.

    Or am I missing something here???

  13. #13
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    Quote Originally Posted by FSGDAG View Post
    Why are you opening and closing <center>'s before and after the Google code?? If you want to center the Google code in the block, open the <center> before the code and then close the </center> after the code.

    Or am I missing something here???

    Thanks, I corrected that, however still have the same problem

  14. #14
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    The code still isn't in the right spot, see below (same as before) and that will fix it, I promise.

    I've even saved a copy of your index page and moved the code and it works the same as the site I run my ad on.

    CORRECT

    Code:
    </form>
    </div>
    </div>
    <img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />
    
    GOOGLE CODE HERE <-correct placement
    
    <div class="block_left"> 
    
    <!-- header end -->
    NOT CORRECT (and this is how you currently have it)

    Code:
    </form>
    </div>
    </div>
    <img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />
    
    <div class="block_left"> 
    
    <!-- header end -->
    
    GOOGLE CODE HERE <- NOT correct placement
    And if you really can't get it, PM me a login and I'll change it for you.
    Last edited by Bruceper; 08-14-2007 at 02:00 AM.

  15. #15
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    OK buddy thanks for your time...Im jumping on it now

Similar Threads

  1. <title> of the home page.
    By Dorian in forum v5.x
    Replies: 2
    Last Post: 08-15-2006, 03:21 AM
  2. Removing image from home page
    By seomontreal in forum v5.x
    Replies: 2
    Last Post: 06-03-2005, 10:52 AM
  3. Editor picks on home page
    By golfcollection in forum v5.x
    Replies: 0
    Last Post: 09-21-2004, 01:14 PM
  4. Defaul Home Page
    By Polo5 in forum v5.x
    Replies: 13
    Last Post: 12-22-2003, 07:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •