PDA

View Full Version : Section Targeting — Have You Been Sectioned Yet?


Joel Comm
12-27-2005, 04:16 PM
At the last Google Webinar, there was some discussion about Section Targeting. I haven’t seen much discussion of this topic on the forums so I guess that means that either everyone is using it and understands what it can do... or that most people are ignoring it and missing an opportunity.

I suspect that lots of people are ignoring it.

For those who aren’t familiar with Section Targeting, adding a couple of lines of HTML to your page can tell Google’s crawlers which sections contain the most important phrases for contextualizing your ads.

You simply place

<!--google_ad_section_start-->

at the beginning of the paragraph, and

<!--google_ad_section_end-->

at the end. The lines tell the crawler to give extra weight to the text in between. The crawler won’t ignore the rest of the text though. To do that, you can use

<!--google_ad_section_start(weight=ignore)-->

and

<!--google_ad_section_end-->

At the Webinar we were told that you need to target a fair amount of text for the crawler to analyze -- as much as 20 percent -- otherwise you could get irrelevant ads or PSAs.

I can’t help but wonder though what would happen if you targeted keywords instead of sections. The AdSense makes it clear that deliberately bringing up irrelevant ads is a breach of the TOS but if the keywords were relevant, then I don’t see how Google could complain (although you might if you got bad ads).

They also made it clear that it can take as long as two weeks for your page to be crawled again. So if you did target keywords and got rotten ads, you could be stuck with them for a couple of weeks. I’m not THAT curious!

I’ve played around with Section Targeting a little bit but on the whole I’ve been pretty happy with the sorts of ads I’ve been receiving without it. They’ve been well contextualized and my CTRs have been nice and high. But I can certainly see how Section Targeting could be useful for sites with long pages that cover lots of different subjects. On a blog for example, you could make sure that only your articles affected ads and not responses or only some articles and not others.

I still think that if you’ve got a page that covers lots of different topics, you’ll be better off breaking it into separate pages -- that will give you more ads and better targeted visitors-- but if you don’t want to do that, Section Targeting could be a good alternative. What have been your experiences with Section Targeting?

steve17
12-27-2005, 04:30 PM
Joe,

Thanks for this article I did not even know it existed. It looks like it can be something very worthwhile to test.

You know a funny thing I have a website based on sales information and I loved the ads that were coming up based on the content. However I just changed web hosting and the ads are not the same anymore. The ads are referring to a story about a foot instead of the sales theme.

All I did was change hosts, interesting to say the least.

Steve

speerga
12-27-2005, 09:54 PM
Hey, I came here this evening with a question about this exact subject -- only I hadn't heard it called "Section Targeting."

My question was this: How would I implement that section targeting code in a WordPress blog? Or could I?

I have an informational blog set up with RSS feeds providing the medical and health news content.

Just to see what will happen, I put the two lines of code:

<!-- google_ad_section_start -->

<!-- google_ad_section_end -->

In the single.php file in my WordPress blog, with the first line just below a "begin content" line and the second just above an "end content" line.

Anyone know enough about WordPress, Adsense, etc., to know whether that was a good idea or bad?

Any suggestions?:confused:

Gary Speer

Overallbeauty
02-08-2006, 03:43 AM
Hey, I came here this evening with a question about this exact subject -- only I hadn't heard it called "Section Targeting."

My question was this: How would I implement that section targeting code in a WordPress blog? Or could I?

I have an informational blog set up with RSS feeds providing the medical and health news content.

Just to see what will happen, I put the two lines of code:

<!-- google_ad_section_start -->

<!-- google_ad_section_end -->

In the single.php file in my WordPress blog, with the first line just below a "begin content" line and the second just above an "end content" line.

Anyone know enough about WordPress, Adsense, etc., to know whether that was a good idea or bad?

Any suggestions?:confused:

Gary Speer


Wow Wait a minute Gary, how did you get adsense to work on Wordpress? I don't know how to put them in the column, how did you do that? I have a beauty-blog that I write in often and there will content for the google to use, so please how did you get it in there?

speerga
02-08-2006, 08:42 AM
Wow Wait a minute Gary, how did you get adsense to work on Wordpress? I don't know how to put them in the column, how did you do that? I have a beauty-blog that I write in often and there will content for the google to use, so please how did you get it in there?

Hi Kim,

I don't have time this morning to look up the exact location within the code, but basically I just edited the sidebar.php, the header.php, and the footer.php files for the WordPress theme I'm using, and put the adsense code for the size/shape ads I want to use in those files.

I'll try to look up more detail this evening, but if you just fiddle with those files -- keeping backups of your originals, of course! -- you should be able to get it. In the sidebar, the important thing is to put the adsense code somewhere in the html for the lists.

It's really not hard, especially if you know any html -- and believe me, I don't know that much! :o

Gary Speer

I don't know whether I can post a URL here, but if you want to PM me, I'll give you a URL to one of my blogs so you can see how it looks with the adsense there.

steve17
02-08-2006, 09:42 AM
Hi Kim,

I can also help put it in Word Press for you, but it looks like Gary is going to help you out.

Keep going!

Andrew
02-14-2006, 01:13 AM
"They also made it clear that it can take as long as two weeks for your page to be crawled again."

2 weeks! That's an eternity.

Andrew

elitemktr
02-14-2006, 03:36 AM
I've got a site that has been in desperate need of something like "Section Targeting" - www.magicalkissing.com (http://www.magicalkissing.com)

Glad it's arrived - thanks for the post Joel.