Question about URL shortners, blacklists and link juice ..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NALEM
    Confirmed User
    • Nov 2010
    • 3165

    #1

    Question about URL shortners, blacklists and link juice ..

    Over the last couple of years, we seeded the internet with about 3.5 million different short URLs using our own URL shortener. We are now thinking about redirecting all the urls to one or more other websites.

    Any reason a sudden change (redirect) would raise a flag that would cause the new receiving website to the blacklisted?

    What link juice value is there when the url is run through a url shortner?
    "The time men spend in trying to impress others they could spend in doing the things by which others would be impressed."
  • Relic
    So Fucking Banned
    • Aug 2002
    • 10294

    #2
    Originally posted by NALEM
    We are now thinking about redirecting all the urls to one or more other websites.
    Google frowns upon anything a stupid person wouldn't do

    Comment

    • Barry-xlovecam
      It's 42
      • Jun 2010
      • 18083

      #3
      use this code in a URL mapping script,
      in url batches of 100

      Code:
      sleep $[ ( $RANDOM % 20 )  + 3 ]s
      It will take 5 - 8 years to finish and no one will notice the 301 attack
      if you reboot you will have to reset the bash script's read file

      Comment

      • NALEM
        Confirmed User
        • Nov 2010
        • 3165

        #4
        Originally posted by Barry-xlovecam
        use this code in a URL mapping script,
        in url batches of 100

        Code:
        sleep $[ ( $RANDOM % 20 )  + 3 ]s
        It will take 5 - 8 years to finish and no one will notice the 301 attack
        if you reboot you will have to reset the bash script's read file
        I'm not a coder, but from the looks of it, along with your comment, it appears to help drip feed the changed urls over a period that in the internet world is basically "forever".
        "The time men spend in trying to impress others they could spend in doing the things by which others would be impressed."

        Comment

        • SpyCam
          PoiSEO.com
          • Apr 2001
          • 1201

          #5
          Nalem, earlier this week Google announced that 30X redirects do not waste pagerank anymore.
          Also, if redirecting to irrelevant destinations, it may be that Google will see that as soft 404.

          So, if you're redireting from a page about cars to a page about cats, or you redirect a content page to a homepage, you should think twice.

          Comment

          Working...