Viewing 1 replies (of 1 total)
  • Try adding a robots.txt file to the root directory of your domain. Google is pretty good at honouring the Disallow directive. I normally use something like:

    # robots.txt for http://domain.com/
    
    Sitemap: http://domain.com/sitemap.xml.gz
    
    User-agent: *
    Disallow: /css/
    Disallow: /cgi-bin/
    Disallow: /images/
    Disallow: /temp/
    Disallow: /wp-admin/
    Disallow: /wp-includes/
    Disallow: /themes/
    Disallow: /plugins/
    Disallow: /upgrade/
    Disallow: /uploads/
Viewing 1 replies (of 1 total)

The topic ‘Googlebot is indexing my plugins folder’ is closed to new replies.