Forum Moderators: martinibuster
I reactivated an AdSense account I last used in 2003. Back then we decided that it would give a skewed impression on our coporate hompeage if ads are displayed.
Now we have a couple of pages where ads would be appropriate. The only problem is that the content of these pages is HIGHLY dynamic, since it is individually generated for each visitor. The ads, which are displayed on these pages, are COMPLETELY unrelated. Like you woul display ads on chicken-raising on a page about cars...
I see the problem clearly. Mediabot can't even access these pages, so it looks at the introductory pages of the site and draws the wrong conclusions. Is there a way to "hint" to Mediabot what the page is about? There IS a common theme about the dynamic pages, and I can outline it with a handful of keyword-seeds.
So how can I do it?
[webmasterworld.com...]
You could probably also do it by putting your dynamic page in a frame - however I'm not completely sure on the ethics/paracticality of this.
and the page is different again for the mediabot then you will have a problem.
the ads will show according to how the mediabot sees the page.
(if the pages are different through the use of querystrings then they are different pages and it should settle in time)
The page is a result page for a wizard-form which goes over 3 pages. So the (human) visitor needs to answer a lot of different questions, and then gets to the results page, which provides individual content for his query. It is actually a database-query and filter mechanism.
ALL possible result pages - however - run under the same general topic.
Mediabot is not able to see the page at all, since it would need to answer the questions.
The whole thing is not done by cookies but by PHP-session-ID's.
Apart from the manual walkthrough, the same result page can also be accessed directly from a customized application (a windows based executeable), which automatically provides the answers to the questions and launches the default webbrowser directly with the result page.
So all Mediabot can only see is one introductory page, explaining a little bit what the site is about.
1. The name of the page - widgets.html will get better ads than nothingrelated.html for a page with content about widgets.
2. The title tag of the page - Better description and under 100 words will get better ads.
I am also wondering how exactly the "dynamic" content is being generated. If it's ultimately HTML which is in the source then you shuold have decent ads.
To answer you question regarding keyword seeds. You should probably put some very targeted content on the top [near your BODY tag] and at the bottom [at the end where your body tag closes]. This also helps in SERPS.
---------------------------------
Sorry I actually skipped reading part of the post. Here's my answer for the results page:
1. Maybe you can achieve some success with caching of these pages.
2. A more elaborate idea is to maintain a database where each combination of answers and their result's page is stored as an html file. It's a bit confusing but here goes:
Device some method where each answer sequence [all combinations] is stored in the database. When the user finally arrives at the result's page ->
i> If the result has never been displayed. Save the result page as an HTML file. Store the sequence of answers in the database.
ii> Check if such a result's page for this sequence of answers exist. Then display that page.
How do you get the mediabot to index these pages. No need to worry about that. The first time the sequence occurs the page is indexed and has the most relevant ads the next time someone gets there!
This will probably take quite a bit of programming. :(
That way you would have a page with a static filename
i.e results.php or suchlike and the mediabot would
ne able to spider it and know all about if before the next time a visitor called it up.
Like I said, if this is a stupid idea then someone feel free to shoot me down.