adsense problem
Old
  (#1)
Guest
Guest
 
Posts: n/a
Default adsense problem - 05-09-2007, 05:27 PM

HI,

Today i have noticed a strange thing on adsense.
i have a domain http://www.worldmostbeautifulbeaches.com the site is
still in the construction phase. I have implemented adsense on the
site.
what i have noticed is
http://www.worldmostbeautifulbeaches...enia-index.htm
when i used www in URl of the site adsense is showing the relavent ads
(i.e related to beach, resort, australia) but when i remove www from
URL http://worldmostbeautifulbeaches.com/Ocenia-index.htm it is showing
ads related to Human resource, Jobs, Consultancy.. .

I want to ask why this is happening.

thanks
rgds
raj
http://www.greatdrugstoreonline.com

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: adsense problem
Old
  (#2)
Fikkie
Guest
 
Posts: n/a
Default Re: adsense problem - 05-09-2007, 05:27 PM


EMAIL REMOVED schreef:

> HI,
>
> Today i have noticed a strange thing on adsense.
> i have a domain http://www.worldmostbeautifulbeaches.com the site is
> still in the construction phase. I have implemented adsense on the
> site.
> what i have noticed is
> http://www.worldmostbeautifulbeaches...enia-index.htm
> when i used www in URl of the site adsense is showing the relavent ads
> (i.e related to beach, resort, australia) but when i remove www from
> URL http://worldmostbeautifulbeaches.com/Ocenia-index.htm it is showing
> ads related to Human resource, Jobs, Consultancy.. .
>
> I want to ask why this is happening.
>
> thanks
> rgds
> raj
> http://www.greatdrugstoreonline.com


Because Google thinks both versions are different and didn't yet
visited the non-www version. Now the bot has visited it normally, look
in your logs.

It's best to redirect the 2 versions to 1 with mod_rewrite in your
..htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.worldmostbeautifulbeaches\.com$
RewriteRule (.*) http://www.worldmostbeautifulbeaches.com/$1 [R=301,L]


(Thank John for the code)

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: adsense problem
Old
  (#3)
Stacey
Guest
 
Posts: n/a
Default Re: adsense problem - 05-09-2007, 05:27 PM

"Fikkie" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED ps.com...
>
> EMAIL REMOVED schreef:
>
>> HI,
>>
>> Today i have noticed a strange thing on adsense.
>> i have a domain http://www.worldmostbeautifulbeaches.com the site is
>> still in the construction phase. I have implemented adsense on the
>> site.
>> what i have noticed is
>> http://www.worldmostbeautifulbeaches...enia-index.htm
>> when i used www in URl of the site adsense is showing the relavent ads
>> (i.e related to beach, resort, australia) but when i remove www from
>> URL http://worldmostbeautifulbeaches.com/Ocenia-index.htm it is showing
>> ads related to Human resource, Jobs, Consultancy.. .
>>
>> I want to ask why this is happening.


>
> Because Google thinks both versions are different and didn't yet
> visited the non-www version. Now the bot has visited it normally, look
> in your logs.


That isn't it, is sounds as though Google is showing PSA ads. Google does
this every now and then. You can force ads by asking Google to display ads
that would show on another page or have Google show a blank space instead of
the ads. The www has nothing to do with the relevancy of the page.

Stacey

--
Rustic Decor - http://crookedcreekcountry.com
Home Decor - http://eleganthomedecoandgifts.com
All Occasion Gifts for The Family- http://allgiftshop.net/
Flower Delivery - http://flowerdeliveryplus.com


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: adsense problem
Old
  (#4)
Guest
Guest
 
Posts: n/a
Default Re: adsense problem - 05-09-2007, 05:28 PM

thks John
for your reply
My site is hosted on the window server on IIS.
then what are the setting i need to changes.
Is there any way both www.worldmostbeautifulbeaches and
http://worldmostbeautifulbeaches.com has been crawled
waiging for your reply

Fikkie wrote:
> EMAIL REMOVED schreef:
>
> > HI,
> >
> > Today i have noticed a strange thing on adsense.
> > i have a domain http://www.worldmostbeautifulbeaches.com the site is
> > still in the construction phase. I have implemented adsense on the
> > site.
> > what i have noticed is
> > http://www.worldmostbeautifulbeaches...enia-index.htm
> > when i used www in URl of the site adsense is showing the relavent ads
> > (i.e related to beach, resort, australia) but when i remove www from
> > URL http://worldmostbeautifulbeaches.com/Ocenia-index.htm it is showing
> > ads related to Human resource, Jobs, Consultancy.. .
> >
> > I want to ask why this is happening.
> >
> > thanks
> > rgds
> > raj
> > http://www.greatdrugstoreonline.com

>
> Because Google thinks both versions are different and didn't yet
> visited the non-www version. Now the bot has visited it normally, look
> in your logs.
>
> It's best to redirect the 2 versions to 1 with mod_rewrite in your
> .htaccess
>
> RewriteEngine On
> RewriteCond %{HTTP_HOST} !^www\.worldmostbeautifulbeaches\.com$
> RewriteRule (.*) http://www.worldmostbeautifulbeaches.com/$1 [R=301,L]
>
>
> (Thank John for the code)


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: adsense problem
Old
  (#5)
obc
Guest
 
Posts: n/a
Default Re: adsense problem - 05-09-2007, 05:28 PM


EMAIL REMOVED wrote:
> HI,
>
> Today i have noticed a strange thing on adsense.
> i have a domain http://www.worldmostbeautifulbeaches.com the site is
> still in the construction phase. I have implemented adsense on the
> site.
> what i have noticed is
> http://www.worldmostbeautifulbeaches...enia-index.htm
> when i used www in URl of the site adsense is showing the relavent ads
> (i.e related to beach, resort, australia) but when i remove www from
> URL http://worldmostbeautifulbeaches.com/Ocenia-index.htm it is showing
> ads related to Human resource, Jobs, Consultancy.. .
>
> I want to ask why this is happening.
>
> thanks
> rgds
> raj
> http://www.greatdrugstoreonline.com


If you have set up the Adsense Ads oflate, i'll advice you to give
Google Adsense bot some more time. But the more serious issue is www
and non-www version of your webpages. Are they both indexed in Goolge,
if so, you should sort it out first.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top