How to stop Indexing Blog Images in Google?

Discussion in 'Google' started by stevemack, Jan 17, 2011.

  1. #1
    Can any one please let me how to stop indexing the images in Google from my Blog post?

    Tried using the meta tags, but it didn't work out for Blogger.
    <meta Name="robots" content="noimageindex">
    -- Or --
    <meta Name="googlebot" content="noimageindex">

    Thanks in advance.
     
    stevemack, Jan 17, 2011 IP
  2. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think attached images on blogger.com blogpost has <a href> code too, just try to include rel="nofollow" inside that tag.
     
    WishBone, Jan 17, 2011 IP
  3. telxcomputers

    telxcomputers Member

    Messages:
    170
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    put all image in robots.txt file, this wil be help you. code would be like this given below.

    User-agent: *
    Disallow:/image/
     
    telxcomputers, Jan 17, 2011 IP