This is key to search engine optimization as it ensures that search engine spiders won't think the shortener URL is the "real" URL to the page. They create unique tracking links and give you insight on how to create value out of the sharing data. The key to protecting your SEO, then, is to choose a link shortening service that uses a 301 redirect.
This means you couldn't register, for example, domain.uk. Did you set a link to a file instead of a page on your website? This ensures there’s enough time to track the click.
That just means that each number from one to 18,014,398,509,481,984 can be encoded in the combination of nine characters Instagram uses in its URL, and the characters are 0 to 9, uppercase A - Z, lowercase a - z and two other characters (usually a + and a /, although Instagram probably uses a - and a _ if it uses 64 characters instead of 62). Twitter will use this to make your timeline better.
This UA code can be found next to your website’s profile in Google Analytics Dashboard. I highly recommend you check out their 14 day free trial and see if you like the interface and simplicity with which it comes with.Advertisement Link Tracker Link Building isn’t enough. As they say, barriers can boost creativity, so people have learned to be pretty witty with 280 characters, even inventing hashtags to make the whole process easier. In this case you can use Google’s Disavow Link tool in Google Webmaster Tools to let Google know that you don’t approve of that link. The second condition makes sure that we’re not capturing any relative links that typically looks like href="/some-url-path". We want tracking to work everywhere so I recommend using a library with robust cross-browser event handling.
A friendly URL may be desired for messaging technologies that limit the number of characters in a message (for example SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making it easier for a person to remember, or for the intention of a permalink. Linkrot[edit] The convenience offered by URL shortening also introduces potential problems, which have led to criticism of the use of these services. Search Engines and Link Indexing Two methods that search engines use to discover links and pages: 1) Webmasters can inform search engines about new links with a submission form. So in the next few pages, you will learn how to shorten links for Twitter. To shorten links for Twitter, you don’t need to do too much techy stuff. This can be added to existing JavaScript files or in a script block as long as it’s loaded somewhere within the HTML body (ideally, just before the closing tag). jQuery (or your alternative) must be loaded first although the Google Analytics tracking code can appear anywhere on the page. /* Track outbound links in Google Analytics */ (function($) { "use strict"; // current page host var baseURI = window.location.host; // click event on body $("body").on("click", function(e) { // abandon if link already aborted or analytics is not available if (e.isDefaultPrevented() || typeof ga !== "function") return; // abandon if no active link or link within domain var link = $(e.target).closest("a"); if (link.length != 1 || baseURI == link[0].host) return; // cancel event and record outbound link e.preventDefault(); var href = link[0].href; ga('send', { 'hitType': 'event', 'eventCategory': 'outbound', 'eventAction': 'link', 'eventLabel': href, 'hitCallback': loadPage }); // redirect after one second if recording takes too long setTimeout(loadPage, 1000); // redirect to outbound page function loadPage() { document.location = href; } }); })(jQuery); // pass another library here if required The event is recorded with the category name ‘outbound’, action name ‘link’ and the value set to the URL of the outbound page. Bitly is known as one of the pioneers of URL shortener. Twitter will use this to make your timeline better. All of the links in an email ought to be tagged with campaign variables, specifying the campaign, the source and which link was clicked.