/mobile/

Blending Adsense for Mobile - SEO

I've been tinkering with Adsense for Mobile on my experimental mobile sites.

adsense mobileFirst of all, that gray background has got to go. Luckily, it looks like you can set the color_bg, color_link, color_url, and color_text properties.

I've had varying amounts of success using blended vs. contrasting ads on my non-mobile sites, so we'll see which works better for mobile sites. I've also got some theories on ad placement on mobile devices, so we'll see if those prove true. More on this later....

PHP version example:
$GLOBALS['google']['format']='mobile_double';
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']='xhtml';
$GLOBALS['google']['output']='xhtml';
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
$GLOBALS['google']['color_bg']="FFFFFF";
$GLOBALS['google']['color_link']="003333";
$GLOBALS['google']['color_url']="003333";
$GLOBALS['google']['color_text']="666666";

Posted on Mon, 17 Sep 2007 16:11 by wombat (904 day(s) old)

September 2007
Sun Mon Tue Wed Thu Fri Sat 
<  Aug | Sep |  Oct  >
      1
2345678
9101112131415
16171819202122
23242526272829
30      
Links:

Mobile Mortgage News

Categories:
Recently:
Subscribe:

XML RSS ATOM


Subscribe with Bloglines


Email: wombat