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

Popularity: 905 reading
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment