A Standard to Specify a Canonical Short Link

There has been a small push to create a standard way for a web page to specify a preferred short link for use in places like Twitter. Something like the rel="canonical" trick that tells search engines which page on your domain is the one that should be indexed. Basically, a meta tag to put in the page header, which could then be read by Twitter applications. The end goal is to help reduce the issue of “link splintering,” where everyone ends up linking to the same page with a different URL. (For instance, I could shorten a link to this page with Is.gd, then three others could create their own different Bit.ly links…)

One proposal is rev=”canonical”, but I really don’t I don’t like that option. This comment sums it up pretty well. Rev is too easily confused with rel, and is deprecated in HTML5 to boot. The “canonical” terminology also isn’t fitting, since it implies that the short URL is the preferred URL for the page (i.e. “the short link is preferred over the full one”) rather than an alternate link.

I found it interesting to learn that WordPress 3.0 is going to start automatically including something along the lines of this on permalink pages:

<link rel='shortlink' href='http://fantasyfolder.com?p=32' />

There will be hooks to override it with your own URL (so a plugin could place a single Bit.ly or YOURLS link there on publication), but the URL is irrelevant for the purpose of this discussion. The rel='shortlink' part is what interests me. I think it’s the perfect term to use for this scenario.

I think, whether you use WordPress or not, rel="shortlink" is what you should go with. (If you’re worried about controlling short links, at least.)

Transmit 4: The Ultimate Mac FTP and S3 Client

Panic Inc has released version four of their popular Transmit FTP client. To simply call it an “FTP client,” though, doesn’t do the software justice. Really, it’s a file transfer application. It can interact with FTP and SFTP servers as well as Amazon S3,…

BlogBuzz May 15, 2010

New Envato Site “Mobiletuts+” Launches

I have made some comments on Twitter about there being a shortage of good tutorial blogs for iPhone app development. Envato has answered my wishes with a new Tuts+ site: Mobiletuts+. It launched on the 13th of May, with a nice long introductory tutorial…

Twitter “OAuthcalypse” Coming This June

The Twitter OAuthcalypse is coming! Twitter has announced to developers that they will be turning off basic HTTP authentication for the API on June 30, 2010 in favor of the more secure OAuth protocol. This shouldn’t cause too much trouble for most users, though…

Integrate Twitter @Anywhere into Your WordPress Comments

You may have noticed that, a few weeks ago, I added a new field to the comment form here on Webmaster-Source. A new “Twitter ID” field lets you input your Twitter username so it can be displayed next to the name you enter, complete…

Like it? Tweet it! A JavaScript TweetMeme Alternative

“Like it? Tweet it!” is a new JavaScript widget by Andy Graulund that, using Twitter @Anywhere, provides an easy way to display a box for people to tweet about your posts. It automatically loads a shortened URL and let’s you write a message to…

BlogBuzz May 8, 2010

Michael Martin of Pro Blog Design to Launch PliablePress

On May 10th, Michael Martin, the blogger and designer behind Pro Blog Design, will launch his latest business venture: PliablePress. PliablePress is going to be a purveyor of quality WordPress themes, particularly ones that “aren’t simple little themes that you can turn out in…

Twitter to Create Embeddable Tweet Quotes

Have you ever tried to quote a Twitter post on your blog? The easiest way to do it is to just copy and paste the text into a blockquote and move on. However, it doesn’t look as good as if you take a screenshot…