1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress - Google Indexing Issue !

Discussion in 'WordPress' started by SOULZRIPPER, Apr 30, 2009.

  1. #1
    SOULZRIPPER, Apr 30, 2009 IP
  2. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,480
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #2
    Go through below and you can use that for your wp-content/plugin folder as well.

    michiknows.com/2007/02/12/who-else-wants-to-hide-their-wordpress-admin-folder/

    DON.
     
    deluxdon, Apr 30, 2009 IP
    sainshea likes this.
  3. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Thank you.

    Well I don't want to hide or mirror it.

    I just don't want Google to index them..

    Has anyone else had this problem ??
     
    SOULZRIPPER, Apr 30, 2009 IP
  4. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,480
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #4
    You can also do that using below given.

    just create a robots.txt in the root folder of your domain with the following content:

    User-agent: *
    Disallow: /wp-content/plugins/wp-postratings/

    DON.
     
    deluxdon, Apr 30, 2009 IP
  5. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #5
    wish I could help honestly im trying to do the same only I dont want my plugs to get indexed at alll
     
    Aaron111, Apr 30, 2009 IP
    deluxdon likes this.
  6. sainshea

    sainshea Peon

    Messages:
    1,329
    Likes Received:
    106
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The only good way to do is through robots file as told above.
     
    sainshea, Apr 30, 2009 IP
    deluxdon likes this.
  7. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #7
    I was googling for some answers..

    Take a look:

    http://codex.wordpress.org/Search_Engine_Optimization_for_Wordpress

    Example wordpress robots.txt file:

    
    User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/cache
    Disallow: /wp-content/themes
    Disallow: /trackback
    Disallow: /feed
    Disallow: /comments
    Disallow: /category/*/*
    Disallow: */trackback
    Disallow: */feed
    Disallow: */comments
    Disallow: /*?*
    Disallow: /*?
    Allow: /wp-content/uploads
    
    # Google Image
    User-agent: Googlebot-Image
    Disallow:
    Allow: /*
    
    # Google AdSense
    User-agent: Mediapartners-Google*
    Disallow:
    Allow: /*
    
    # Internet Archiver Wayback Machine
    User-agent: ia_archiver
    Disallow: /
    
    # digg mirror
    User-agent: duggmirror
    Disallow: /
    
    Sitemap: http://www.askapache.com/sitemap.xml
    
    
    Code (markup):
    And these 2 plugins:

    http://wordpress.org/extend/plugins/kb-robotstxt/

    and

    http://wordpress.org/extend/plugins/robots-meta/
     
    SOULZRIPPER, Apr 30, 2009 IP
  8. 87Lakers

    87Lakers Active Member

    Messages:
    162
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #8
    87Lakers, May 2, 2009 IP