amir400
Oct 5 2006, 09:48 PM
QUOTE What is the consequence of having not relevant ad displaying on your site’s pages? Example, your site is about contact lens being targeted for those who are looking for information about contact lens, eyes health, or lasik surgery, but adsense displays ad about computer games or software downloads.
Most website, their visitors are coming from the search engine. If they want to look for information about lasik surgery, they will insert lasik surgery into the search box and begin searching. And, your web site is on the list of the top ten results (great SEO huh!). They click on the link to go to you web site.
Okay, they got what they want (your site is about contact lens, also lasik surgery), but the info is not enough. There are adsense ads displayed but they are irrelevant to their interest. So, they just go away from your site to continue their research.
I bet, if the ads were relevant, they would click them!
So what you do to get rid the irrelevant ads on your site? The easiest method is by using the adsense filter. You may found the adsense filter in your adsense account. Just insert the unwanted ads into the filter list.
The other way is by using “section targeting” method. “Section targeting” lets a publisher specify which sections of the content on a page that they would like Adsense to focus on for ad targeting purposes. To implement section targeting, you’ll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you’d like to emphasize or de-emphasize for ad targeting.
The HTML tags to emphasize a page section take the following format:
< !-- google_ad_section_start -->
< !-- google_ad_section_end -->
You can also designate sections you’d like to have ignored by adding a (weight=ignore) to the starting tag:
< !-- google_ad_section_start(weight=ignore) -->
(Please note: between < and ! should have no space)
Another method to make the adsense ads relevant to your page is by using HTML header tags H1, H2, H3. Yes, H1, H2, H3 tags will make your font oversize and funny. To solve this problem, use CSS. Eg:
H1, H2, H3 { font-size: 9pt; font-family: Helvetica, Arial, sans-serif; text-decoration: none padding: 0 0 0 0px; margin: 0 0 0 0px }
source:http://www.neyokes.com/2006/05/11/irrelevant-adsense-ads-on-your-site/
Comment/Reply (w/o sign-up)
Plenoptic
Oct 5 2006, 11:57 PM
Yup with the help of adsense people can find there way to relative places pretty quickly. Although people will leave the site either way if they if it is not enough... either they'll hit the back button or <- snipped -> The ad though does give you a few cents which I think is what the author was trying to get at. Adsense does seem to be a very useful tool and if I can ever create a decent site I intend to use it.}}
Comment/Reply (w/o sign-up)
tydes
Oct 6 2006, 09:37 AM
when I open my off line documents with google ads, the ads is irrelevant, google recommend my website is about antivirus, but the ads is about cosmetic
Comment/Reply (w/o sign-up)
blendergalactica
Oct 6 2006, 07:51 PM
I found it takes a couple days for the approiate ads to resolve themselves. I have a couple sites about Blender 3D, the OSS rendering and 3d Animation package) and I get ads all the time for kitchen-aid blenders. But then most of the time, it's ads for Respower, rendering engines, and other 3D technologies, which are all relevant. Also since my site has to do with Xgrid, I get a lot of apple ads, which actuall pay the most dividens it seams as nearly 80% of the folks to my site are Mac users.
Comment/Reply (w/o sign-up)
coolduck123456
Oct 18 2006, 09:25 PM
Yea it is pointless for ads to appear on your site irrevelant. I mean whats the point of ad sense if stuff like this occurs over and over again? Still I havene't had a problem with adsense!
Comment/Reply (w/o sign-up)
Red_Virus
Jan 2 2007, 07:27 AM
Well the way I see this that some times really irrelevant ads can pay you a lit per click as far as the ads that are targetted to your content of your site. But as far as the thumb rule goes, for better earning It is always better to filter out the MFA ads and the Irrelevant ads as the user on the site can get really confused
Comment/Reply (w/o sign-up)
miCRoSCoPiC^eaRthLinG
Jan 9 2007, 10:51 AM
I've written an article on how to weed out such MFA sites as well as low CPC (Cost Per Click) sites to increase your earnings over the same CTR (Click-Through-Rate). Take a look at it and let me know if it helped you in any way... Here's the article: AdSense: Blocking out unwanted and miserable CPC sites to improve your earnings with same CTR
Comment/Reply (w/o sign-up)
BuffaloHELP
Jan 12 2007, 05:00 AM
I tried the header line H1, H2, H3 etc trick but it's not working so far. But here is what I did: instead of 1, 2 and 3 I used H4 as my header line tag. Will this trick work with h4? And to text even further, instead of <p>long paragraph</p> I basically did <h4>long paragraph</h4>. Will this work adversely?
Comment/Reply (w/o sign-up)
salamangkero
Jan 12 2007, 04:44 PM
I can so relate XD When I first began, I was appalled to discover that an advert in my "About Me" page showed a couple of unsightly images promising a cure for eczema. I didn't even have the word eczema anywhere in my HTML code! I remember being so outraged I blurted out, "Where's the sense in AdSense?!?" However, it does seem to sort itself out sooner or later
Comment/Reply (w/o sign-up)
bk2070
Jan 15 2007, 08:26 PM
Thats the worst, sometimes when browsing on someone's sites i go and see that the site as irrelevant ads mostly all the time the ads are from google ad-sense, so why would there be irrelevant ads, I just don't understand that. First off the thing nag that that does it it makes your site seem less as goo as a site that has more relevant ads because it seems you did not care to take the necessary steps to get the relevant ads on your site which never really makes sense to me. Also u if i see a site that has irrelevant ads i know that they are not as professional who those who have a site who have relevant ads so its a loose loose situ-ratio. Also if you have a site about computer help and the people who visit your site need help for computers nobody will <- snipped -> if they-said something about cheese, but if they said something more about computer help then maybe more apple would click on them gibing you more money!}
Comment/Reply (w/o sign-up)
BuffaloHelp
Jan 20 2007, 04:53 AM
<h1> tag and other headline tags leaves you with break in the line. So I searched for how to use CSS to trick the headline tags not to give an automatic break line and this is what I found: CODE H1, H2, H3 { font-size: 9pt; font-family: Helvetica, Arial, sans-serif; text-decoration: none; padding: 0 0 0 0px; margin: 0 0 0 0px; display: inline; } display: inline; fixed the trick originally posted CSS from the first topic. According to this article, be careful of using too many h1 tags or using only h1 or other tags repeatedly. http://webseodesign.com/css-tips/h1-styled-tag-test.htmQUOTE - You have to insert the after the <h1> tag to insert the space.
- This can be used to style any H tag 1-6.
- Do not use all <h1> tags as your site might appear spammy to the search engines. Use the tags the way they were intended, as headings for the various sections and sub-sections of your page.
- The actual page code of this example is slightly modified, so the example style tags do not overwrite the site's existing style rules.
- While this code will validate at the W3C, it might be considered, by some, as a bad design pratice, since it does not follow the true representation of the various sections.
Comment/Reply (w/o sign-up)
iAlter
Jan 19 2007, 10:05 PM
It may have something to do with the meta tags on your site. I don't deal with ads I hate them
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : irrelevant, adsense, ads, site
- Google Adsense Reporting With Ajax/flash
(1)
Google Adsense Search Option Not Working
(0) I recently added the adsearch to my blog and for some odd reason when I've tried to use the
search my blog feature by clicking on my blog name the only information that comes up are google
ads. There is NO content listed in the search from my site and this is a problem. I did add my
site http://insurancesaleslibrary.blogspot.com/ to the code as instructed by Google Adsense
Set-Up, but it doesn't work. Would somebody be kind enough to tell me how I can ensure that
when people search my site they will see google ads, as well links to content on my blog? Please....
A Question About Google Adsense
(8) I don't usually ads, but when I did it didn't open up a new window or tab for that
person's website. So my question is.... Is there anyway for me to modify the adsense code that
allows the ad to open up a new window or tab when being clicked on? Doing this would allow me to
keep visitors (although not many at all) at my site and won't go wandering off to other ads. ....
Adsense Content
(1) Does anybody know how or where I can get mass content for my website. Everyone that uses google
adsense knows that content is a big deal. I'm looking for unique content so I don't get a
duplicate content penalty. I know I have to write some content. I'm not lazy or anything,
I'm just looking for any ANY tips, software, or sites that might make it easier to get or write
content.....
Adsense Earning Is Just Made Easy
(5) Many people have been thinking that just registering with adsense and place the ads on your website
you will earn money.I know many people thinking them will earn lots of money by just having there
ads on.I will give you some advice about adsense. You get your adsense approved them when you put
your ads on your website it is the best the use the 336 x 280 rectangle between your text.Many
people say its the best adsense format to earn money.Don't forget to melt to ads with your
template of your blog or website.Its best.Then after that you make some directory promotion....
Making More Money With Adsense
(3) I have been stepping in getting money with adsense small by small.You won't make money with
google fast.That's my own experience again. QUOTE Google wants a slice of your traffic and
they're willing to pay big bucks!For those who have been complaining of high traffic and low
sales, there's simple no better way to cash in on those hard-eaned visitors to your web pages.
Adsense makes it so easy! There's no complicated software to install, no need to scout for
affiliate, nothing to buy and no need to even have a merchant account.So... Why isn't ev....
Can You Trace The Owner Of An Adsense Account?
(2) Does anyone know if you can trace the owner of an adsense account? Reason I ask is someone had some
work done on their site and a while later realised the adsense channel had been changed, now the
person who worked on the site denies it was them, but if it could be traced that might help or prove
the case.....
Does Anyone Know How To Change Adsense Code Sript?
(1) I have been using adsense fr sometime but I want to know how I can change the script like make the
text appearing like normal melted text.I want to mix the text with my article.....
Success On Adsense
5 Quick Tips (6) QUOTE As you use Google's AdSense for more and more time you begin to learn from the
mistakes of the past, and you slowly begin to realize which of your actions kept your site from
reaching its full potential. But an important part to making a mistake is telling people about it
and teaching them how to avoid making the same mistake. So this is a list of the top five mistakes
people using AdSense make. You should read them well, and see if any of them is applicable to your
contents. If it is, you must stop and attempt to fix such errors as quickly as possible. ....
There Is A Bug In 'adsense For Search'
Requires working knowledge of Javascript and HTML (6) I am sure many of you would have used Adsense for Search. You include Google Search in your site.
Someone comes along and does a search for some XYZ . He finds an ad interesting among those results
and he clicks. Voila!!! You get paid!!! Very convenient!!! I have been using this for sometime
now and yesterday, I discovered a bug. Remember the code, that Google asks you to paste in your
site in order to use Adsense Search CODE Enter your search terms Submit
search form If you know HTML, the above code wi....
Adsense Issues
(2) I'm thinking of getting AdSense but I have a few queries: -Is AdSense entirely free? -Can Google
access any of your information? -How much, on average, do you get per click? Thanks, MiniK....
Google Adsense Bugs
AdSense Referral Units are NOT displayed... (4) Hi The Google AdSense Referral Ads are not displayed in my blog last 5 days. The Tech Support Team
says " We Apologize for your inconvenience. Currently we are upgrading our AdSense ... - The total
AdSense Network is under testing... - Please be patient... - Check status updates on Inside AdSense
blog. This is the summary of mail i received today from AdSense Support Team. :)....
Adsense And Adwords Related
More of a theory than actual facts (2) Hi people, Well, I've had an average income on adsense of about X / day for the last few
months. I have a very very low CTR , so I mainly get this income from the about a million pageviews
/ day Anyways, 7 days ago I started using adwords, and here are some funny observations; Day 1:
Adwords budget of X usd/day ==> Adsense income: Y$ Day 2 - 6: Adwords budget: X+20 usd /day ==>
Adsense income (each day) ~ 30% increase Day 7-8: Adwords budget: X+40 usd/day ==> Adsense income:
60% increase Does anyone know if this is coincidence? Or how this work? I have a theor....
How To Make Money With Google Adsense
(14) How to Make Money with Google Adsense ? Here are The best Google Adsense Tips and Tricks for making
more money (profit) from Google adsense program. a. Strictly follow the rules mentioned in Adsense
policies. You will always earn more revenue from Adsense by playing it clean. b. Never modify the
Google Adsense HTML code. c. Don't ask your friends or visitors to click on your Google ads. Do
not include incentives of any kind for users to Don't label the Google ads with text other
than "sponsored links" or "advertisements.". d. Don't click on your own....
How To Make Money Off A Web Site ?
(12) How can we little people make money of some our little web sites besides Google Adsense because i
think google is try'n to scam people /mad.gif" style="vertical-align:middle" emoid=":angry:"
border="0" alt="mad.gif" /> as the all big corporations do but maybe there is hope so i ask How can
i make some money of my web site ? /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
alt="sad.gif" /> ....
Big Adsense Secrets
Really Works (14) QUOTE Let me before starting this topic tell you that im not in the top adsense earner or the so
called premium advertisers, but i do have a decent income from google adsense program. Its very
simple to earn good money from this program. Your 15 year old kids are earning 2000$ monthly from
it, so why cant you. Its a myth that to you got to know all the technical stuff and should be a
programming guru to earn off that much from google adsense. Its totally unrealistic, but all the
premium publisher or atleast most of them are general site owners with basic or amatuer ....
Success With Google Adsense
Has anyone had success with making money with google adsense ? (10) I would just like to hear from anyone who has used google adsense if they have made any good money
while using G.A. And if you did have luck what sort of website content do you have on your website
?? i'm interested to sart a site and sign up for google adsense but i not tooo sure what type of
site to build so i just wanted to get a better idea before i go to work on this !
....
Q About Adsense
I had my account suspended because of my own stupidity and now.. (12) Well, I **accidentally** clicked once on my ads and my account was suspended (I had about 200$ in
it, not really much but whatever /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> )...I`ve sent them an email to explain them that it was an accidental click, but
they wouldn`t listen /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" />..so that account is lost 4ever.. Now about my problem: I`ll soon finish building
another site (new content-nothing to do with the previous)..and I want to place ads..my prob....
Google Adsense,bidvertiser,clicksor More
how do you rate these site? (7) I have searched around a I see a lot of site about adsertising here.Some of them are google adsense
,bidvertiser,adbrite,clicksor ,Adhearus( at this point I can't go to this site because it down
or not avalible) and a lot more However I just wonder that google adsense at number one on the net
in this field.How about the second one,third one.If anyone have experience about this please tell me
about it. If you can please make a rate for those.....
How To Increase Google Adsense Ctr
Simple tips on colors and ad placement can increase CTR. (21) QUOTE ¿What is CTR? Short for click-through rate , the ratio of the number of times a
user clicks on an online advertisement per number of viewers who view the Web site that has the
advertisement on it. For example, if one out of 100 people who visit a specific Web site click on an
advertisement and are taken to the advertiser's site, then the CTR of that advertisement is
1/100, or 1%. People who use contextual ad, most of them Google Adsense , want to increase Google
Adsense CTR i.e. click through ratio, because the higher times the surfer clicks the ....
Tips On Making Good Money From Adsense
*100%* Working (29) Hi guyes.. i came across this site while surfing.. this site has some really good tips about how to
make your own site & how you can make big profit from you site. I followed documentations in this
site & now i'm successfully making around 300 - 400$ per month by spending only 15 - 30 mins
online every day! thats why i would like to share it with all you people Site : CODE
www.satantips.bravehost.com Any quesions regading this are welcome in this topic. I'll glad
to answer you. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smil....
One Website = Google Adsense + Adbrite
(10) Guys, i just want to know is that can we put google adsense and adbrite ads on one website on same
page?? also if we have both on one page does it effect?....
How Much Do You Earn With Adsense,
How Long Did It Take And How Many Visitors Do You Get? (14) The topic title is pretty self explanitory, How much do you earn with adsense, how long did it take
and how many visitors do you get? I know there is some sort of regulation where you can't post
specific information, but please share with me what you can, Thank you. ;-) Edit to shorten Topic
title, it was messing up the board. ....
Should I Get Adsense?
Will it even pay off? (17) I was thinking about getting it, but i don't know of anyone that makes any money what so ever on
there. Youd have to be like Myspace to make decent money. Another question is it worth all the work
to sign up? My last question is just should i get it. I would put it on my 2 sites
http://ojproductions.net and http://carpetboarding.2hell.com I get a good amount of vistors, but
not a lot. P.S. could i put it on my myspace page?....
Google Adsense Exchange Engine
easy way to much earnings (33) Hello, GUYZ! What do you think about my newest super idea? I want to create Google Adsense
exchange engine for all!!! How it will be works? Well.... For example: YOU register in it's
engine and this engine makes special page for YOU where YOU must input some sentenses with populated
keywords and YOUR Google adsense CODE for any banner. Then other people register in this portal...
Then YOU enter to YOUR account at this my engine. Click on special button and will be opened new
window . Window opened randomly... It's window consist of some sentenses with popula....
Maximum Adsense Per Day!
The max. cash you've made in a day? (49) I'm only a few months old in the Adsense family. I'd really like to know the maximum amount
you've made from adsense in one day. Just on the lookout for the pros in this joint. Well as for
me (this is embarrassing!) I have made $3.71 in a single day from three clicks and that's a
miracle considering my average daily earnings which of couse tends to zero! So guys.. tell me about
your adventures with Adsense.....
Google Adsense And Getting Banned....
(50) Ok about 5 months ago I got banned from google adsense for invalid clicks. I still deny that but
could you re-apply. Has anyone ever re-applyed and successful got their account back. They never
responded to my e-mails. Also anyone know a site like google adsense. Thanks!!....
Google Adsense Is Good
Google Adsense (64) Why not use that u put their ads on your site and every time someone clicks the ads you get money
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Hope it helped,
/rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /> RECOMMENDED LINK :
http://www.astahost.com/google-adsense-suc...ense-t2867.html - OpaQue....
Google Adsense Earnings
(25) Hi guyz... i have recently been hearing that adsense doesn't pay they kick you out, at the time
when you are about to get paid.....well i really dont know that... but i just wanna ask if some one
has ever been paid... please post here if you have ever been paid by Google Adsense if you
didn't and think theres a better one, or better thing to do, else then showing these type of
ads...please post your comments or anything else to help the several going in the wrong direction...
thank you very much bye....
How many of you are using Adsense at ur site?
Post Comments (62) Just Wanted to know.. how many people are using it and have they recieved any payments. Do they
easily approve your account ?....
Looking for irrelevant, adsense, ads, site
|
Searching Video's for irrelevant, adsense, ads, site
See Also,
|
advertisement
|
|