Forum Moderators: martinibuster
Though, Exact relevant ads appear on pages almost immediately if the website page is crawled by the google already. If that isnt crawled, link it on a blog regulary being visited by Google Bot...and get it crawled. Google Media bot though crawls every Active Page ever 15 days to match the content to the ads again.
added my content and my code, saved, and then re-wrote the page with my next page of (different) content
If I understand correctly what you did, this might be the problem...
1) You create page 1.htm that speaks about "red widgets".
2) Save it
3) Preview it
4) Adsense bot is called when you see the ads, spiders the page and says "ok, page 1.htm speaks about red widgets"
5) Save as "2.htm"
6) Preview and edit it.
7) Admedia bot is called AGAIN, and says "ok, page 2.htm also speaks about red widgets"
8) You edit the page and change the contents to "blue bananas", and save it again.
9) When you go and see page 2.htm, more ads are requested from adsense, but this time the bot says "I already know page 2.htm, it speak about red widgets", and delivers wrong ads.
You are probably not doing exactly this, but your Blog software is doing something similar.
The remedy: after a certain (unspecified) amount of time the Adsense bot will re-spider the page anyway, so this should not be a permanent damage. If it's simple for you, changing ad format might (MIGHT) make the bot more willing to re-spider.
To avoid this problem in the future: while editing your pages, find a way to temporarily disable the ads so that you (and only you) do not see the ads, thus preventing "premature" spidering of the pages.
One very simple way (if you know how to do it) is to add the following line to your hosts file
127.0.0.1 pagead2.googlesyndication.com
Open the prowser again, and the ads will be temporarily unvisible (only for you!)
To return to normality, close the browser, comment the line away like this:
#127.0.0.1 pagead2.googlesyndication.com
and re-open the browser. NOW visit your new pages: you will request ads, the the bot will see the new pages in their final form and spider them with correct contents.
For more info about this, google for "hosts file".
That's a technique commonly used to block ads, you will just be using it for a particular need!