I see relevant adsense ads displaying on my site when I access it using www.------.com but when I look at the site by going to ------.com (without the www) , I get PSA ads. Has anyone seen this on their own sites? What can be done about this?
Is your site not set up to redirect say the non-www version to the www version? As I understand it without the redirection Google sees the two as two different sites. You site will be indexed under one of the versions. The version not indexed probably will not show targeted ads.
I'm in the same boat only I get completely irrelevant ads, not PSAs. www.mysite.com shows Judge Judy Nude (?!), Secure Network Log-On, etc. mysite.com shows Black Business Resources, Recover Deleted Files, Access Repair, etc... only www.mysite.com/index.php along with the inner pages show relevant ads. I've since changed my content around and tried a few things, so far nothing has helped. Let me know if you figure something out.
same here! i have been seeing irrelevant ads for my site with the www. , works fine without the www. FINALLY, today everything is back to normal, i think goolge is updating or something..sent them email, no reply yet.
Add this at the top of .htaccess at root, replacing 'domain' and '.com' with appropriate values : ## Custom Direct all to www RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.com$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L] Code (markup):
I've done this, only www.domain.com displays irrelevant ads; www.domain.com/index.php is golden. I guess fixing 1 of 2 isn't that bad