Page 3 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 31 to 45 of 81
Like Tree3Likes

[How To] Completely Turn Off the vBulletin Archive

This is a discussion on [How To] Completely Turn Off the vBulletin Archive within the Member Articles forums, part of the Focus on Members category; Yes , it is suggested to create a robots.txt file...

  1. #31
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Yes , it is suggested to create a robots.txt file
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  2. #32
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Yes , it is suggested to create a robots.txt file
    What all needs to go inside this file?

    Thanks, dreck

  3. #33
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello Dreck ,

    You can check robots.txt
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #34
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Thanks!

  5. #35
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    You're welcome
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #36
    Member
    Real Name
    Onur
    Join Date
    Feb 2008
    Posts
    42
    Liked
    0 times
    thank you michael

  7. #37
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    You are welcome
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #38
    Junior Member
    Real Name
    Britmovie
    Join Date
    Apr 2008
    Posts
    20
    Liked
    0 times

    robots.txt

    Step 3: Disable search engines from indexing archive:

    • Inside of your robots.txt, you should add the following lines to the bottom. (If you had a custom location for your archive, then please add that just like the following)
      • Disallow: /sitemap/
      • Disallow: /archive/
    -------------------------
    Can some one tell me where this is or how and where do I do this please?
    using vb3.83 I'm trying to do the above!
    Last edited by Britmovie; 08-07-2009 at 09:01 AM.

  9. #39
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    In your site root you will found robots.txt and if you didn't have it you can create new .txt file and add the above lines and upload it in your site root

  10. #40
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Trying to complete these tasks - I need some help.

    What is "Remember to have your config_vbseo.php CHMOD to at least 666", no idea where to find this or what it is.

    Also, I have no robots.txt file in my /home/mainwebsite.html/ directory (which is my root directory) - does this mean I should just create one with 2 lines in it:

    Disallow: /sitemap/
    Disallow: /archive/

    As a note - any idea why I don't have one ?

  11. #41
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by systemsfortraders View Post
    Trying to complete these tasks - I need some help.

    What is "Remember to have your config_vbseo.php CHMOD to at least 666", no idea where to find this or what it is.

    Also, I have no robots.txt file in my /home/mainwebsite.html/ directory (which is my root directory) - does this mean I should just create one with 2 lines in it:

    Disallow: /sitemap/
    Disallow: /archive/

    As a note - any idea why I don't have one ?
    you will found config_vbseo.php in includes/

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

    Robots.txt
    if you didn't have robots.txt in your site you will need to create new robots.txt file and add these 2 lines then upload it to your site

  12. #42
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Quote Originally Posted by systemsfortraders View Post
    Trying to complete these tasks - I need some help.

    What is "Remember to have your config_vbseo.php CHMOD to at least 666", no idea where to find this or what it is.

    Also, I have no robots.txt file in my /home/mainwebsite.html/ directory (which is my root directory) - does this mean I should just create one with 2 lines in it:

    Disallow: /sitemap/
    Disallow: /archive/

    As a note - any idea why I don't have one ?
    Your config_vbseo.php is in your ./includes/ folder. If it is not writable, than you will need to right click it in your FTP client and change the CHMOD to at least 666.

    As for not having a robots file, your website will not have one unless you add it. You should use:

    User-agent: *
    Disallow: /sitemap/
    Disallow: /archive/
    The Forum Hosting - Forum Hosting from the Forum Experts

  13. #43
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Robots.txt file created in my /home/mainwebsite.html/ directory to just include the 3 lines of code identified above - thanks.

    Having a problem with FTP CHMOD thing - I have my ftp address/username/password/ but I have no idea to do what you are asking here - can you please provide more detailed instructions.

    Thanks,

  14. #44
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    in most ftp clients, you can right click on the folder and find either "file permissions" or "chmod" on the context menu.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #45
    Member
    Real Name
    Jon
    Join Date
    Aug 2009
    Posts
    72
    Liked
    0 times
    Mine doesn't - Just gives read/write etc access tick boxes - Site is working at present - does this mean it is ok and I can forget about or should I still try and check it out ?

Page 3 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Similar Threads

  1. Disabling vBulletin Archive?
    By EGS in forum General Discussion
    Replies: 4
    Last Post: 05-29-2008, 11:08 PM
  2. Should I turn off the Search Engine Friendly Archive?
    By nlpconnections in forum General Discussion
    Replies: 2
    Last Post: 12-05-2006, 10:48 AM
  3. How to turn off "Powered by vBulletin"?
    By majordude in forum General Discussion
    Replies: 1
    Last Post: 08-23-2006, 04:48 PM
  4. Can anyone help me with my vBulletin Archive issue?
    By Sal Collaziano in forum URL Rewrite Settings
    Replies: 10
    Last Post: 07-12-2006, 05:39 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •