What the Google girl told me – Video tutorial Part 1 (with closed captions)

andy
I am the creator of CommentLuv Premium
andy
andy
You can get your own content published on this site as long as you have CommentLuv installed on your site.

Doing so means you get exposure to thousands and thousands of other CommentLuv users and your posts get sent out to the massive subscriber list.

Google loves this site and indexes it multiple times per day and posts always get lots of comments so you can be sure of some excellent exposure.

See the Write For Us page for more details

btw.. you can get this author box here

I have received a lot of feedback from readers saying that they would like to know what the Google girl told me on our consultation call where we went over every page of this site to see what can be done to increase adsense earnings.

There was so much that was done and so much to tell about how I did it using edits to my themes functions.php file that I have decided to make a series of video tutorials covering each thing we discussed and how I implemented it on this site.

Here is part 1 that deals with how to target your post content by using google_ad_section_start and google_ad_section_end

You

can read more about how to target sections by reading the google adsense help page here

here’s the code from the video

/**
adsense blocks
*/

add_filter('the_content','my_adsense_target');

function my_adsense_target($content){
	if(is_singular()){
		$content = '<!-- google_ad_section_start -->'.$content.'<!-- google_ad_section_end -->';
	}
	return $content;
}

 

Comments

  1. Where are the captions? :S

    • start playing the video and then click the arrow on the toolbar at the bottom of the video window and click the CC to see the captions or click the youtube logo to watch it at youtube where you will be able to click for captions more easily


  2. Twitter:
    Great vid Andy, I didn’t know Google was still using those – I had used them years ago on an old static html site. Have you noticed an improvement in targeted ads since implementing it? And I don’t suppose you could post that code for us lazy non coders who would more than likely miss a semi-colon and break our whole site. :)


  3. Twitter:
    Great that you added the code – (thanks Chris)

    I added the code to custom_functions.php in Theses theme.

    I wonder how long it takes for Google to follow its nose and find the content?

    I am counting off the seconds in eager anticipation.


  4. Twitter:
    Great that you added the code – (thanks Chris)

    I added the code to custom_functions.php in Thesis theme.

    I wonder how long it takes for Google to follow its nose and find the content?

    I am counting off the seconds in eager anticipation.

    • good idea putting it into the custom functions file for thesis. According to Google, it can take up to two weeks for AdSense to start adapting ads. It’s probably quicker if your site gets indexed often.


      • Twitter:
        Andy,
        It took about two hours for the Ads to change one of my niche sites.

        On another of my sites – one that could be sub-titled ‘scattered jottings of a curious mind with no niche’ – that also gets far fewer hits, nothing has ‘happened’ yet.

        All in all – a big thank you to you.


  5. Twitter:
    Thanks Andy for posting that code – I’ll add it to my twentyten child theme (you may want to mention to people that if they are using twentyten and alter the functions.php file the changes will be erased when they update WP – unless they have it set up as a child theme)

    I have to admit I don’t spend a lot of time looking at what ads are posting on my site, but hopefully from now on they’ll be more targeted. :)
    Chris recently posted..Cool Nook Cover- The Unique Hemp Eco-nique from i-NiqueMy Profile

    • You’re welcome!

      another advantage of using the functions.php file with filters and actions is that it is much easier to turn those modifications into a plugin, all you need is the skeleton plugin code and then you just paste the mods in there.

      I may even turn the series of snippets into a single solution adsense plugin. There’s an idea!
      Andy Bailey recently posted..New Commentluvcom siteMy Profile


  6. Twitter:
    Very nice and informative video, I wasn’t aware that something like this it can be done. Thanks for fore sharing the code, I will try to implement it on some of my blogs to see how it will do.
    Bit Doze recently posted..Build My Rank ReviewMy Profile

  7. Andy…This is an excellent piece of information. I hadn’t even thought about being able to do this. Depending on the type of blog that you have, this can sure influence your Adsense revenue. Thanks.
    Rick recently posted..Tips For Fixing Plumbing ProblemsMy Profile

  8. I don’t use Adsense at the moment but it’s worth catching a glimpse of its “inner workings”. Thanks Andy for taking the time to post this!


  9. Twitter:
    Thanks for creating this video, Andy. I’d been looking forward to it and it didn’t disappoint. I had no idea Google was using tags to show the content. Why didn’t they tell me this when I signed up? Sheesh…
    Byteful Traveller recently posted..Top 10 Sublime Sights at the International Rose Test Garden in Portland The City of RosesMy Profile

  10. Thanks for this video Andy…this has helped me a lot in understanding the underlying mechanism of google and will help me further in my research study…..
    Well done and eagerly waiting for your next video….

  11. Hi Andy, and thank you for this tutorial. It’s a bit techy, but luckily not that complex :) Oh, I see you have the second one posted too, jumping to watch it. Thanks again!
    Aloys Jacobs recently posted..Male Skin Yeast InfectionMy Profile

  12. wow,, that’s a great one,, video told me about the captions ,, very sincerrely,,, thanks :)
    Khabri Chacha recently posted..8 Ways to Improve Page RankMy Profile

  13. Andy, thanks a lot for this tutorial, I am really looking forward to watching more videos from you.


  14. Twitter:
    I have been using adsense targeting since some time ago but after I noticed the ads that appear incompatible with the targeted keyword
    Latif recently posted..Google vs Facebook, Is it true the battle has begun?My Profile

Speak Your Mind

*

CommentLuv badge
%d bloggers like this: