Firstly, thanks for the great tools and information provided on this site. I am having a little difficulty validating my site. My main page seems to be OK but I had links to a few html where I forgot to palce the code. I have since added the code to the pages and changed their extention to php. However the validator keep tryring to find the old pages (html) and returns an error that the ads cannot be found on those pages. I've tried logging out and logging back in without success. Anny suggestions?
I believe the validator picks a random page out of what has been indexed by google. If you put up a 301 redirect to the new pages, that should do it (if Shawn has that part figured out now). or, better yet, change the extention back to .html and tell the server to run .html pages thrugh the php parser. (you can do that in your .htaccess file if you're running apache)
Yeah, the way you are doing it, you will have to wait until Google removes those pages from their index. If you don't want to wait, you either need to redirect to the new ones, or change them back to html and have them run as php.
Thanks for that guys. Your advise was spot on. I set up 301 redirects on the pages in question and got validated.