I have a quiz site where user submits an answer and goes to next question. Each question is on one page accessible after clicking submit on previous page.
Adsense relevance on quiz pages is very poor. Google can not index the questions since they require form submission.
What is the way to increase adsense relevance here?
jomaxx
6:41 pm on Mar 18, 2007 (gmt 0)
It's hard to imagine how the ads could be very relevant, or why ads should go into a quiz that's being filled out at all, but the answer is to make sure each page the user can reach has a unique, unchanging, spiderable URL. Make sure the form method is GET instead of POST, and keep user-specific or session-specific parameters out of the URL.