Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have several backlinks from quality sites that link to something like "http://site.com/gobbledygook/http://mysite.com when I hover over the link. And sites like Twitter do the whole url shortening thing. So my question is, as long as the link is not 'nofollow' am I getting a valid backlink with link juice?

share|improve this question

1 Answer

up vote 3 down vote accepted

URL shortening services usually use 301 redirection (the most popular services do at least).

If they do so, you will get most of the link juice.

However some might not use that type of redirection. In order to check that you can use programs like curl (UNIX):

curl -I http://www.website.com
share|improve this answer
oh that is cool! – huzzah Sep 29 '12 at 18:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.