Deleting pages from Yahoo index

Discussion in 'Search Engine Optimization' started by rtyhgn85, Apr 24, 2011.

  1. #1
    Google has an option to 'remove url' or 'remove from cache' option - what is the procedure for Yahoo to remove a search result (an outdated page or nonexistent page on your site perhaps) or to delete a cached page?
     
    rtyhgn85, Apr 24, 2011 IP
  2. subdivisions

    subdivisions Well-Known Member

    Messages:
    1,021
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    145
    #2
    Do you have control over the domain? Send a "410 Gone" header for the page and it will disappear pretty quickly. You can do that via htaccess:

    Redirect 410 /page/to/delete.html
    Redirect 410 /page/to/delete2.html
    Code (markup):
     
    subdivisions, Apr 25, 2011 IP