I deleted the blog from a new site of mine and it does indeed have some indexed pages in google. Is there a way I can set it up so that all those pages that are no longer there redirect to the main url? Not sure if it makes any difference but the domain is now setup with a forum, instead of the blog
Try it at you own risk ... lol I presume that you blog url looks like: http://www.example.com/blog/... for a simple redirection using .htaccess file (located on the same directory that contained the blog/ directory prior to deletion): .htaccess file content: RewriteRule ^/blog.*$ http://www.example.com/forum/ [R=301] Code (markup): More info about your directory structure may help
I'm not positive, but believe that the pages will be removed from google when the googlebot tries to visit them again and sees the 404 error...