Terence, if all your "amped" versions of the articles were addressable with that added "/amp/" url fragment and are at their "correct" address without the "/amp/"', the the following rewriteRule in your .htaccess file should take care of the hits from googles result: RewriteRule (.*)/amp/$ $1 [R=301,L] Depending on how your blog is set up the .htaccess file is in your root directory or the 'blog' directory, it is where the rewriteRules for wordpress' own urlrewriting live. this rule should be typed above the wordpress rules.