So not to long ago I created a mobile version of my adsense site via a responsive layout. Everything looks good, then this past week I re-evaluated my mobile site to see how I can optimize the site further. I did research reading Adsense articles and came across their policy. After reading through it I believe my site is in violation. For the mobile version I have a 300x250 ad above the fold, a big no no apparently. So I decided to change that out with a responsive ad and using CSS media queries to load a 320x100 mobile Adsense ad in place of the 300x250 ad for the mobile version.
However the question I have is, how do I handle my above the fold ad with regards to the post title? Their polcy seems kid of vague. Basically you cant have text above an ad if it misleads the viewer to click on it? For example:
View Hot Deals Below
//Show Adsense Ad
But my post titles do not mislead like that. However to be safe, what is the optimal way of fixing this? I make a good chunk of my revenue apparently from these above the fold ads, so I dont want to lose that earning power. Could I just move the title below the ad?
//Ad here
Title goes here
Page content goes here
Right now its
Title goes here
//Ad here
Page content goes here
Any suggestions would be appreciated. Thank you!