Does using meta refresh and redirect remove pages from search engines?
I'm trying to remove a mass amount of pages from google (these all contain db errors) and removing using a .httacess command would take days, so thats not an option.
Right so I plan to chuck the below code some place within the body of the pages:
Code:
<h2>Page not found</h2>
<h3>You will no be redirected back to our homepage in 5 seconds</h3>
<meta HTTP-EQUIV="refresh" CONTENT="5;URL=http://www.homepage.com/">
Now will that remove each page it gets displayed on from search engines?