Joomla Robots.txt fix [Disallow: /images/] Problem

Discussion in 'Joomla' started by İstanbul, Aug 5, 2009.

  1. #1
    Hi friends, I see to Joomla bug please change to robots.txt files

    if you index to Google your images directory change to robots.txt files

    NEW!! Robots.txt for Joomla 1.0.x Series

    User-agent: * 
    Disallow: /administrator/
    Disallow: /cache/
    Disallow: /components/
    Disallow: /editor/
    Disallow: /help/
    Disallow: /includes/
    Disallow: /language/
    Disallow: /mambots/
    Disallow: /media/
    Disallow: /modules/
    Disallow: /templates/
    Disallow: /installation/
     
    Code (markup):
    NEW!! Robots.txt for Joomla 1.5.x Series
    User-agent: *
    Disallow: /administrator/
    Disallow: /cache/
    Disallow: /components/
    Disallow: /includes/
    Disallow: /installation/
    Disallow: /language/
    Disallow: /libraries/
    Disallow: /media/
    Disallow: /modules/
    Disallow: /plugins/
    Disallow: /templates/
    Disallow: /tmp/
    Disallow: /xmlrpc/
    
    Code (markup):
    Is the unique content, Writer: Istanbul on Digital Point
     
    İstanbul, Aug 5, 2009 IP
  2. Ryan Jin

    Ryan Jin Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    add:
    User-agent: Mediapartners-Google
    Allow: /

    User-agent: Adsbot-Google
    Allow: /

    User-agent: Googlebot-Image
    Allow: /

    User-agent: Googlebot-Mobile
    Allow: /

    User-agent: ia_archiver-web.archive.org
    Disallow: /

    Sitemap: http://www.yoursite.com/sitemap.xml
     
    Ryan Jin, Oct 16, 2009 IP