Removing URL from Google....What am I doing wrong?

Associate
Joined
31 Jan 2010
Posts
283
Location
UK
OK I am trying to remove this url from google:

Code:
http://chrislowthian.me.uk/wp-content/themes/minicard/premium/feed.php

So first I add this to the Robots.txt file:

Code:
Disallow: /wp-content/themes/minicard/premium/feed.php

I then log into Webmaster Tools and check that google can read the Robots.txt fine (which it can)

I then add the above url to the remove urls list, but it always comes back as Denied and has the following error:

Your request has been denied because the webmaster of the site hasn't applied the appropriate robots.txt file or meta tags to block us from indexing or archiving this page.

Please work with the webmaster of this site or select an alternate removal option from the webpage removal request tool.

Anyone know what I am doing wrong? or is anyone else having this problem?
 
Code:
User-agent: *
Disallow: /wp-content/themes/minicard/premium/feed.php

Make sure you put a new line after feed.php.
 
Back
Top Bottom