Forum Moderators: martinibuster
I thought of building a small page, with my keywords in the title and meta tags. That page could use an iframe to call AdSense, as usual. A link to it would be placed on one of my real pages, so that the Google spider could find it. Then, on my cgi pages, I could pull in that small page with another iframe.
Has anyone tried this? Any idea whether it would work, or do you have better ideas? In my case, I can't change the names of the pages to *.html or something that looks like a static page, since I don't have the full server access that I would need to make that work.
I'm sure this topic must have come up before, but I couldn't find any info when I did a search.
Thanks!
I have lots of dynamic pages on my site, and as long as most of the content doesn't change all the time, Google has told me it's fine. It's mainly things that are the results of form posts, or things that are directly targeted to, say, a particular IP or user, login/password protected pages, that kind of thing, and even some of those can be worked around.
I'm pretty sure it's mainly pages that cause problems for them to spider, though, and not dynamic pages per se.
This is a dynamic URL with a session id - http:*//www.domain.com/index.php?s=34tn5v3o546vmqo3t43egmpo5mye5ya1
That s=34tn5v3o546vmqo3t43egmpo5mye5ya1 is the session ID, and it will be a different string of characters for each visitor, and it will change to a new string when they return for another visit.
Mediabot will visit every single one of those URLs that each of your visitors view, because it views each as an individual URL, not the same URL. If your URLs use session IDs, you will need to remove them in order to use AdSense.
[domain.com...]
I did make sure to remove cgi-bin from my robots.txt file. I guess I'll wait a few more days and see if the pages start showing ads, before trying a work-around.
[mydomain...]
when a user is logged in ...
Is this ok with Google?
If your URLs use session IDs, you will need to remove them in order to use AdSense.
But I have seen websites using AdSense with URL containing session IDs - very long session IDs! Does it mean that Google's servers are wasting time on this website and that's why they are crawling my pages (that have no session IDs) much slower? Is it violation of TOS that could be reported?
I have also seen sites with session IDs without any modifications done that are strictly running PSAs. So be sure that you are able to allow the mediabot if you still want to use session IDs.
[edited by: jomaxx at 2:56 am (utc) on Dec. 24, 2003]