WordPress – Prevent Google From Indexing Your Images

wordpress google images search find

A tip from hackwordpress.com to stop google indexing our images in wordpress. There are two simply ways to do this. The first adding this code to head tag:

<meta name="robots" content="noimageindex">

and the second method is adding code to our robot.txt in root wordpress directory.

User-agent: *
Disallow: /images/

or

User-agent: *
Disallow: /upload/

Via hackwordpress.com

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *