SEO Software
+ Reply to Thread
Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast
Results 51 to 60 of 62

Thread: Tips for AdSense

  1. #51

    Default

    The use of different keywords should be learned first if you desire to succeed in the AdSense race. Appropriate keywords and tags are essential for attracting traffic towards a particular website.

  2. #52

    Default

    There does not seem to be any major disadvantage of using the Google search engine. But in actual Google utilizes all the personal setting for their own purposes.

  3. #53

    Default

    I have continuously been amazed that the response on bound pages reckoning on the length of content. I actually have personally seen plenty larger come back on smaller posts. It appears that larger isn't continuously higher during this side of advertising.

  4. #54

    Default

    1. Colour and Position

    This is probably the optimization which is mentioned most regularly, but it's for good reason. You really should experiment with different ad positions and different colour combinations. Each time you make a change leave the ads for a week and see how your earnings alter. Make a note of what works and then try something new. I was always sceptical when I read these comments before but since I have started playing with positioning my adsense revenue has multiplied by 4 times (crazy but true). Personally I've found that blending ads into the site works very well but it's not the only way and you should try all the combinations you can think of.
    2. Different date, different adverts

    This is one of my favourites and I intend to write a post on how to do this next week, for now I will stick to the what and why.

    In simple terms, the older the page the more ads you show.

    Despite the fact that I have advertising, I don't actually like it. I have 0 to very few adverts on new posts, and increase the ads on older ones. This isn't so obvious here on Binary Moon, but on Binary Joy I have gone a little crazy - but there is a method to my madness. The theory is that older posts will be more appealing to search engines, and visitors who come from search engines are more likely to click on ads. Another side effect is that I "reward" regular visitors by not annoying them with adverts, so I feel this is a good compromise. As I said above I'll go into this one in more detail next week (with code).
    3. Content Targeting

    This one is a very simple change and is ridiculously straight forward to implement. Google have a simple comment tag that you can place around your primary content, and this is what your ads will be targeted to.

    <!-- google_ad_section_start -->
    Key page content here
    <!-- google_ad_section_end -->

    The idea is that you place these comments around your core page content. That is, the content which is mostly text, and which best reflects the content of your site. On a blog this will generally be the main post content. The reason you do this is so that the adverts don't target irrelevant content such as the links in your sidebar.

    You can also add regions you want Google to ignore. I haven't used these myself but they are something I intend to try in the not too distant future. You can read more on the section targeting page of the Google Adsense help.
    4. Referrals

    Google Referrals don't make me a huge amount of money, but I like to include them on all my sites. Currently I only use one referral package and it only displays in Internet Explorer on the PC. It's for the Firefox browser, and earns me roughly a dollar for every new install I generate. Some sneaky css removes the ad for Firefox users so that they don't get pestered with unnecessary adverts.

    To do the show/ hide css on your refferal code all I do is have a div with my referral button in it, which I hide. I then use conditional css comments to load some css to display the advert in IE.

    I've put together a simple example of what I mean below. Just copy and paste the code below into a new htm document and then view it in IE and Firefox. In IE you will see the ad block at the top of the page, in Firefox is "magically" disappears.

    <html>
    <head>
    <title>Ad Show Hide demo</title>
    <style>
    #adDiv {
    display:none;
    }
    </style>

    <!--[if IE]>
    <style>
    #adDiv {
    display:block;

    /* some extra styles to make the ad stand out */
    border:1px solid #eee;
    padding:10px;
    }
    </style>
    <![endif]-->

    </head>
    <body>
    <div id="adDiv">Stick your advert in here</div>
    <h2>Ad test</h2>
    <p>Some page content</p>
    </body>
    </html>

    5. SEO and Content

    I get about 75% of my traffic from search engines and, in my opinion, search engine visitors are the ones most likely to click on adverts, far more so than the regular visitors (which ties into the date based adverts above). Search engine visitors are on a journey to find some information, if they can't find what they want on my site then they might as well find it on one of my advertisers sites, and that's the good thing about contextual advertising - the ads are relevant to my readers.

  5. #55
    Fulltime Member richard_hall22 is on a distinguished road
    Join Date
    Jul 2011
    Location
    US
    Posts
    640
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default

    So guys, all you should know that to earn more from Google ad sense we should keep quiet and unique content in our site.
    CPA TANK AFFILIATE NETWORK
    These guys take personal help to a whole new level - screw the big named networks and get going with these guys. They'll hand feed you PPV campaigns!

  6. #56

    Default

    There are lots of important and effective tips illustrated in this site, which can help you significantly to win the race of AdSense in terms of keywords, proper tags and traffic.

  7. #57

    Default

    If you want to win the race of adsense then first of learn the use of keywords,because only proper tags and keywords are able to bring traffic to your website.

  8. #58

    Default

    Depending on the length of a content, a page often gets response. Adsense in this context helps a lot and it also gives bigger returns on smaller posts.

  9. #59

    Default

    If you desire to succeed the contest of adsense then first of study the utilize of keywords, as only good tags and keywords are clever to transport passage to your website.

  10. #60

    Default

    This post arrange for a number of energetic points to dredge up .I used ad brite for my blog but then again now i want to get on ad sense for my online site which is on free shows.

+ Reply to Thread
Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast

Similar Threads

  1. Adsense tips for bloggers from a man who knows
    By Kay in forum Pay Per Click (PPC)
    Replies: 5
    Last Post: 01-19-2010, 02:43 AM
  2. Replies: 15
    Last Post: 05-21-2009, 01:37 AM
  3. how to add adsense in a adsense ready wordpress theme
    By redirection in forum WordPress Blog Forum
    Replies: 9
    Last Post: 05-06-2009, 10:26 AM
  4. Where to find the most profitable adsense tips?
    By learn2earn in forum Pay Per Click (PPC)
    Replies: 2
    Last Post: 01-24-2009, 01:22 AM
  5. Replies: 3
    Last Post: 05-27-2008, 08:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

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