Hi! Does anyone know the effect of using ASP pages on a site on AdSense and on Google search placement (if any)? I've always used static pages, and would like to switch to ASP pages for some things, but am afraid to lose my good Google placement and the good context ads. Thanks for any info and tips anyone has.
will not change anything with adSense, if your page was products.html and is now products.asp then it will have to be re-crawled by google for google search but will work instantly with adSense.
I would leave the html in place, and put a meta-reresh on it to redirect to the ASP, so you dont get any broken links
If you wanna be a smart arse you could write a 404 script to see if the URL ends in HTML.. if it does then change the HTML to ASP and redirect. If it 404's and ends in ASP then get it to display a 404 message and site map.. (or redirect to your home page) That will keep your web root tidy and you can rename all HTML to ASP ..if you wanna be smart that is