Does anyone know of a script that will create a dynamic page based on referring URL keyword from google/yahoo/msn? thanks
I don't quite understand. Are you looking to parse the referrer url and extract the keywords and then auto create a page about those keywords? http://forums.digitalpoint.com/showthread.php?t=107770
Yeah, basiclly I have alot of traffic coming from an old domain (which is aliased to a new domain), being sent to default 404 error page. Most of that traffic is searches via google for celebrity photo albums. I want to be able to have my 404 error page see those keywords, and show ads accordingly. Think what you linked me to might work. Thanks in advance.
This would be a very short term solution. Google will quickly de-index the pages if you start redirecting them elsewhere. Why not just set up static pages the same as the old ones but on the new domain? 301 the old pages to the new pages.
Instead of using 404.. why not use an Apache Mod_Rewrite to display an "informational" page? By getting all "non existent files and directories" (-f -d if i recall) redirected to another page.. you can essentially show what you want, without it coming up as a "None existing page", and thereby increase the content of your website.