{
  "$type": "site.standard.document",
  "canonicalUrl": "https://www.simoncox.com/post/2025-02-07-marketing-urls/",
  "description": "Discover why URL shorteners like Bitly may not be ideal for SEO and how to implement your own memorable, branded redirects for better marketing results.",
  "path": "/post/2025-02-07-marketing-urls/",
  "publishedAt": "2025-02-07T16:50:51.176Z",
  "site": "at://did:plc:tki7vwlanxbwrz2er67eaeqa/site.standard.publication/3mp4h4md7zv2y",
  "tags": [
    "SEO",
    "Web"
  ],
  "textContent": "Many years ago when I was working for a global financial services organisation I came up with a strategy which I called Marketing URLs. I developed this as a workaround for the obligatory CMS paths we were forced to use in the server set up. It was less than optimal but in those days usability had not been considered.\n\nThis came to mind today because Jon Henshaw posted on Mastodon that Bitly has changed its policy and is introducing interstitial ads into millions of shortened URLs. Jon followed up with an excellent post on Bitly,\n\nNow, when you click a Bitly link, you will see an ad before reaching the destination site. How this will work with ad-blocking software remains unclear, and its impact on a site's inbound link SEO is yet to be determined. It could be detrimental depending on how Bitly implement it.\n\nAre URL Shorteners good for SEO?\nThere are many articles stating that url shortening services help your SEO. This is based on ease of use of remembering a shortened url but most links are clicked on so it does not matter how long they are. I really don't believe that URL shorteners help with SEO at all - marketing perhaps. Building brand is a better use of your time \n\nThe Marketing URL strategy would help with a lot of these situations, but not all, of course.\n\nMarketing URLs - what are they?\nMost websites use directory structures that can include technical directories caused by the way the Content Management System works. You don't see these so often anymore but there are still plenty about.\n\nExample\nwww.example.com/1/widgets/\n\nThe /1/ isn't helping the user - just the system.\n\nA Marketing URL for this would be \nwww.example.com/widgets/\nThis then 301 redirects to www.example.com/1/widgets/\n\nOn my own site I could have a marketing url for this article:\nhttps://www.simoncox.com/post/2019-01-02-using-google-data-studio-to-review-your-http-to-https-migration/\n\nMy marketing url would be \nhttps://www.simoncox.com/migration\n\nGo on try it!\n\nThis is much more memorable than a bit.ly link, reinforces your brand and you have complete control over it.\n\nHow to create Marketing URLs\nThe first aspect you need to consider is control. One entity needs to be in charge of the Marketing URLs be it a Marketing, IT or, if there any left, a Webmaster. \n\nI used a simple spread sheet that included Marketing URL, destination URL, Requestor, Date implemented.\n\nIf it was for a campaign then I would also have a Completion date field and if this was set then the redirect would be a 302, temporary redirect. These did not happen often.\n\nHow that is then implemented on your site does depend on the CMS you are using. For this site I am using 11ty so have a hand built redirects file which takes me a few seconds to alter, build and deploy.  When I first created marketing URLs I would have to raise a change request and IT department would set up the redirect for me. It was not available in the CMS we used back then! \n\nMy current recommendation for Bitly links\nFor now I recommend you audit your website and incoming links for Bitly links and consider if you want to continue to use them.",
  "title": "Marketing URLs - when and how to use them"
}