Reputation: 25472
I might be missing something here but am unable to understand the true purpose of link shortener services like bit.ly or is it just a lot of hype!
Truly if you type nyti.ms on your URL bar on the browser it takes you to www.nytimes.com, but still what is so hard in typing "nytimes.com! which is far much comprehensible to read and understand leave alone to remember!
Does shortening URL serve any purpose in web development?
Why should someone want use obscure shortened URL?
Upvotes: 1
Views: 1335
Reputation: 410792
Yes. It's a lot easier to trick people into clicking on links to really nasty porn sites if you disguise the URL using a URL shortener.
Upvotes: 0
Reputation: 38365
In phone communication such as texting or in online communications such as email,forums,newsgroups it may be desirable to shorten an extremely long URL.
If I email a very long link it may get line wrapped and break the URL. Other strangenesses of the URL may not be handled properly depending on the means that it is being communicated. If it is being read out loud over the phone it makes the URL much shorter.
Upvotes: 0
Reputation: 76033
Compression.
For example: you may want to fit a very long URL in a QR Code. :)
Which has limited capacity.
Upvotes: 2
Reputation: 2100
Think of e.g. Twitter. You have only 140 characters to give. If you want to add a URL to your message, it better be short – especially if you are not linking to the home page of another website, but somewhere deep.
Upvotes: 1
Reputation: 6695
Upvotes: 1
Reputation: 1
Mostly for services like Twitter where string length is limited. Also for various memes which require one not to see the link URL (say rick-rolling).
Upvotes: 0