• Hello,

    On my site I have few pages with pictures. Please How to set up wordpress for google for image indexing? Google index only posts but not pages.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Google can be very slow (months) to index images, especially for new sites. Just make sure that your images have alt text and Google will eventually index them.

    Hi,

    Add this code in header file above </header> tag:

    <meta name=”robots” content=”imageindex”>

    Also, make sure that you have allowed image directory for the crawling in robots.txt

    Thanks,

    Shane G.

    Shane G,

    Correct me if I’m wrong but isn’t the robots tag is meant for exclusions? The default behavior of the spiders is to index the images therefore the only reason to use this tag would be <meta name=”robots” content=”noimageindex”> in order to stop them.

    http://www.doc4design.com

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google image indexer’ is closed to new replies.