Is highctrtheme.com themes are good for adsense?

Discussion in 'AdSense' started by articleshop4all, Mar 21, 2012.

  1. #1
    Hello friends,

    I've questions, kindly help me ASAP... Is highctrtheme.com themes are good for adsense? and are these themes codes are encoded or available.

    Thanks
     
    articleshop4all, Mar 21, 2012 IP
  2. korfezli1966

    korfezli1966 Well-Known Member

    Messages:
    289
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    165
    Digital Goods:
    1
    #2
    Actually yes, but be ready to be banned from adsense as a reason "made for adsense website"

    they are good for a short time, but i am sure that google will notice it asap, that is what i saw from lots of people
     
    korfezli1966, Mar 23, 2012 IP
  3. seohat

    seohat Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try to stay away from CTR type or any theme that make it look your website is "made for adsense" this will lower you rank and also the chances of getting deindexed is high. Do your keyword research well and get quality content. By the way do not forget the backlink's part.
     
    seohat, Mar 23, 2012 IP
  4. icegin

    icegin Peon

    Messages:
    336
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It cannot be emphasised enough. Do not plagiarise though -- high quality and unique content is important.
     
    icegin, Mar 24, 2012 IP
  5. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #5
    Seems good, especially the randomness of ad placements. If you can't do it by yourself, then getting a ready-made template would work for you.
    Personally I like randomness of ad placement, but if I do it I prefer to implement it myself on my existing template.
     
    JamesColin, Mar 24, 2012 IP
  6. articleshop4all

    articleshop4all Member

    Messages:
    496
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #6
    How to randomness ads on my website? can u explain it please. I would love to learn it.
     
    articleshop4all, Mar 24, 2012 IP
  7. Ken Mec

    Ken Mec Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Theme seems good...magazine style...
     
    Ken Mec, Mar 24, 2012 IP
  8. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #8
    It involves simple PHP coding..
    So you would like to learn php and to use it on your site.

    One simple thing for instance is to put adsense at random on the left, center or right, you simply do something like that:

    
    $myalign = Array("left","center","right");
    shuffle($myalign);
    
    PHP:
    And then in your html code you simply put one at random:

    
    <div align="<?php echo $myalign[0]; ?>">
    YOUR ADSENSE CODE
    </div>
    
    
    Code (markup):
    Of course to do it nicely all over the template you would need to do more than just this simple example, but it's not difficult at all in terms of php coding..
     
    JamesColin, Mar 24, 2012 IP
  9. Shahar

    Shahar Active Member

    Messages:
    374
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Today the 'whydowork' plugin is better then most themes, because it blends with any theme and you're not limited to only one theme.
    Just insert ads into the posts and it would do the work.
     
    Shahar, Mar 24, 2012 IP
  10. seohat

    seohat Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    The code is good, if you know how to edit PHP then it will be easy with thesis theme (just my opinion) which had 2 separate files for coding PHP and HTML. And the customization of the theme is limited your imagination. You can also find lot of free tutorials on thesis over the web.
     
    seohat, Mar 24, 2012 IP