How to create a robots.txt, easy steps

Discussion in 'robots.txt' started by rnvr, May 26, 2009.

Thread Status:
Not open for further replies.
  1. #1
    Actually Robots.txt is a very simple and normal txt file of notepad... your can make this yourself by this way...

    ---------------------------don't add this hyphen rule-----------

    Sitemap: http://YOURSITENAME/ANYFOLDER/sitemap.xml

    User-agent: *
    Disallow: /images/
    Disallow: /App_Themes/
    Disallow: /bin/
    Disallow: /CommImages/
    Disallow: /ProImages/

    User-agent: Googlebot-Image
    Disallow: /*.gif$
    Disallow: /*.jpeg$
    Disallow: /*.jpg$
    Disallow: /*.bmp$

    ----------------------

    save it as robots.txt that's it

    Hope this helps, newbies
     
    rnvr, May 26, 2009 IP
Thread Status:
Not open for further replies.