Forum Moderators: martinibuster
I have a certain type of page connected to a particular event which is generated automatically at a certain time as a password-protected page, but after about three hours (after the event is finished) it reverts back to being freely viewable by anyone without a login. Those who are not logged in who try to view the page in those three hours are shown a short "sorry" message explaining the situation.
My problem is that once the page is opened up to the public, I want Google ads on it relevant to the content on the page... but unfortunately the Googlebot has already crawled the page when it had the little sorry message, and it only serves ads based on the text in the sorry page - which end up being ads about password security!
Is it just a matter of putting in the <META NAME="ROBOTS" CONTENT="NONE"> tag in the header of the sorry page, or is there something else I should be doing to prevent the Googlebot from feeding AdSense the wrong page?
Is it just a matter of putting in the <META NAME="ROBOTS" CONTENT="NONE"> tag in the header of the sorry page, or is there something else I should be doing to prevent the Googlebot from feeding AdSense the wrong page?
There is no relationship between the googlebot that feeds the Google SE and the Mediapartners-Google bot that feeds AdSense.
This sounds a bit strange. Why would the mediabot crawl a page with no code on it? From your further remarks I guess you do have the code on the page but just don't show it. What I mean is to not include it until it's due.