Google indexing /page/[number] from PBN

aadelmalik

Regular Member
Joined
Jan 7, 2011
Messages
446
Reaction score
176
Apparently Google indexed a bunch of:

http://pbn.com/page/123
http://pbn.com/page/222
http://pbn.com/page/342

and

http://pbn.com/page/343/?p__
http://pbn.com/page/344/?page

These pages existed previously, but now they don't. The problem is that this shit platform Wordpress does not send a 404 error but displays the home content and doesn't redirect. This means that Google indexed 50 pages with duplicate content.

I tried httacess redirect and managed to redirect http://pbn.com/page/222 to http://pbn.com
But the problem is that the URLs which contain ? does not redirect properly.
http://pbn.com/page/344/?page
redirects to
http://pbn.com/?page

Any ideas how do I fix this?
 
Create a 404 page and redirect any pages which have back links...

/thread.
 
Something is being returned, likely already a 404. It could take a while for a 404 that was once a 200 to go away. You might have better luck with 410 but I remove them in webmaster tool. I get that it's a PBN so this isn't likely an option. So just make sure it's returning a 404 or 410 now. Should be easy to google and figure that out.
 
google "how to create a 404 page in wordpress" google "how to redirect a page in htacesss".

simple stuff. If you can't manage that then get out of IM dude.
 
google "how to create a 404 page in wordpress" google "how to redirect a page in htacesss".

simple stuff. If you can't manage that then get out of IM dude.
Sorry forgot to mention, they are hosted on EBN I don’t have much access.
 
Do they give you a htacess file...
Yes but I am not that experienced with httacess modification, I tried modifying it but as I said it only redirects the /page/[number] but not anything after that.
 
Back
Top