Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

How to prevent Adsense using a keyword

Status
Not open for further replies.
Joined
Jan 24, 2009
Posts
883
Reaction score
16
I'm writing a piece for a site which includes a story about my cousin, who played too much golf, and actually cut down on it when he realised that he was neglecting his family.

Can I stop Adsense from picking up on the word "golf" on this particular page?
 
Yes, you can block or emphasise any segment of words/text by using Google section tagetting tags, to ignore a word you would use <!-- google_ad_section_start(weight=ignore) -->ignore these words here<!-- google_ad_section_end -->, you need to put the word/text in between these tags so that Google ignores it, example:

Code:
GOOGLE SECTION TARGETTING:

The HTML tags to emphasize a page section take the following format:

<!-- google_ad_section_start -->
Relevant ads to the site content plays an important role to boost your adsense earning

<!-- google_ad_section_end -->

[B]Suppose you do not want to display ads relevent to "AdSense'. You can de-emphasize it by adding (weight=ignore) to the starting tag. So it will look like[/B]

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

<!-- google_ad_section_end -->

your final code will look like the following.
(emphasized)

<html><head><title>Section targeting</title></head>


<!-- google_ad_section_start -->
your target text

<!-- google_ad_section_end -->

</body>

</html>

Or(de-emphasized)

<html><head><title>Section targeting</title></head>

<body>

<!-- google_ad_section_start(weight=ignore) -->
your target text

<!-- google_ad_section_end -->

</body>

</html>

You can use section targeting to make suggestions about as many sections of a page as you like. It may take upto 2 weeks to display relevent ads to your site content.
 
Last edited:
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom