SEO Q: Changing forum-script, a very bad idea?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emil
    Confirmed User
    • Feb 2007
    • 5655

    #1

    SEO Q: Changing forum-script, a very bad idea?

    I got a forum that is growing for each day thanks to Google.
    I want to switch forum-script from SMF to vBulletin but all my URLs will change.

    How does Google handle this? Could I lose all the traffic or will it most likely come back once Google have respidered the site?
    Free BTC! (Yes, really. Free ₿itcoins.)
    Signup with ONLY your Nickname, Email and Password. You can also refer people and get even more.
  • Klen
    • Aug 2006
    • 32234

    #2
    Well yes indeed you could experience some kind of penalization due to a lot of missing links,but such penalizations are usualy short time and it recovers after some time.Idealy it would be if you could 301 redirect old links to new ones,but in this case that might be not possible.

    Comment

    • CaptainWolfy
      Playa
      • Dec 2005
      • 8439

      #3
      as KlenTelaris said you can do 301 redirection from old to new links it shouldn't be so hard to do that, and sure you will drop a bit in SERP but after a while you will gain back your old serps ..

      Comment

      • blackmonsters
        Making PHP work
        • Nov 2002
        • 21104

        #4
        Originally posted by Emil
        I got a forum that is growing for each day thanks to Google.
        I want to switch forum-script from SMF to vBulletin but all my URLs will change.

        How does Google handle this? Could I lose all the traffic or will it most likely come back once Google have respidered the site?
        I would do one or more of the following :


        1. simply leave the SMF installed and remove the index and have the SMF script
        place the canonical link in the header of every page.

        Example canonical :

        PHP Code:
        <link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/> 
        

        But if you are not able to determine the canonical link inside SMF then :

        2. Use htaccess addhandler with or without a redirect script.

        example :

        htacces file :

        PHP Code:
        AddHandler oldpage .shtml .html .php
        Action oldpage /cgi-bin/oldpage.cgi
        
        ErrorDocument 404 /cgi-bin/oldpage.cgi 
        

        Now in the oldpage.cgi, you will have code that will return the correct page and
        correct canonical link.


        * You want the canonical link because it eliminates the "duplicate content penalty".

        The canonical says : "This is the page you requested but the actual URL of
        this page is http://something"




        So in short : You want both the old and new links to work but without duplicate
        content penalty.



        * Disclaimer : You can do the same I said before even easier than that
        if you are good at htaccess and your script urls differ enough from SMF and VB to be
        distinguished in htaccess and then redirected with a 301 error(permanent redirect)


        See :
        http://www.google.com/support/webmas...&answer=139394



        Good luck.



        Comment

        • blackmonsters
          Making PHP work
          • Nov 2002
          • 21104

          #5
          Well, I guess my reply was a massive waste of fucking time.
          Good luck.



          Comment

          • AzteK
            Confirmed User
            • Feb 2001
            • 3453

            #6
            Originally posted by blackmonsters
            Well, I guess my reply was a massive waste of fucking time.
            it's was a nice effort a+

            Comment

            • Seth Manson
              Please dont fuck animals
              • Jul 2010
              • 3988

              #7
              Post the url here so we can xrumer the fuck out of it.

              Comment

              • $5 submissions
                I help you SUCCEED
                • Nov 2003
                • 32189

                #8
                Originally posted by Seth Manson
                Post the url here so we can xrumer the fuck out of it.

                Comment

                • AzteK
                  Confirmed User
                  • Feb 2001
                  • 3453

                  #9
                  Originally posted by Seth Manson
                  Post the url here so we can xrumer the fuck out of it.
                  HAHAHAHA

                  Comment

                  • MovieMaster
                    Confirmed User
                    • Apr 2003
                    • 897

                    #10
                    I would pick up a copy of www.vbseo.com as well, and you will se your traffic explode on top of what vbulletin will bring on its own. I have 3 forums and I swear by it!
                    100% Exclusive Program Babe-Bucks.com = HotModelClub.com | NextDoor-Models.com
                    Payments by: CCBILL
                    ICQ Three 02 Five 638 Five 6

                    ReliableServers.com - NEED BANDWIDTH?

                    Comment

                    • d-null
                      . . .
                      • Apr 2007
                      • 13724

                      #11
                      Originally posted by blackmonsters
                      Well, I guess my reply was a massive waste of fucking time.
                      your reply was very interesting, I didn't realize it was possible this way, and in the past just gave up the old url's and imported the content, I will look at your method a little more out of interest. It might also come in handy when changing a site from a forum to another type of site, thanks for posting it

                      __________________

                      Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                      Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                      Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                      Comment

                      Working...