1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Deindexing

Discussion in 'Search Engine Optimization' started by Abertawe, Mar 31, 2008.

  1. #1
    How do you deindex a site from Yahoo and MSN.
    Cheers
     
    Abertawe, Mar 31, 2008 IP
  2. seojig

    seojig Well-Known Member Affiliate Manager

    Messages:
    1,122
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    140
    #2
    restrict those search engine bot by robots.txt
    that will help to deindex for those search engines
     
    seojig, Mar 31, 2008 IP
    jg_abad likes this.
  3. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #3
    You need to use the robots.txt as stated by seojig, I would also insert the robots meta tag into each web page to be removed as well. Below is an example of both.

    Insert the below code into your <head></head> section on each web page to be de-indexed.

    
    <meta name="robots" content="noindex">
    
    Code (markup):
    Insert the below code into your robots.txt file, the 1st one is how to block a specific web page, the second is how to block an entire directory.

    
    User-agent: *
    Disallow: /file.html
    
    Code (markup):
    
    User-agent: *
    Disallow: /dir/
    
    Code (markup):
     
    astup1didiot, Mar 31, 2008 IP
  4. ravi72194

    ravi72194 Banned

    Messages:
    270
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    any other trick to stop indexing pages
     
    ravi72194, Mar 31, 2008 IP
  5. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Yes, but the search engines won't like you ever again... stick with the above. ;)
     
    astup1didiot, Mar 31, 2008 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Bear in mind though that with ssandecki's approach you'd have to list the bot (such as Googlebot for Google) that you want to block, otherwise EVERY SEARCH ENGINE SPIDER will not crawl your site.
     
    Dan Schulz, Mar 31, 2008 IP