Mobile app version of vmapp.org
Login or Join
Pope3001725

: SEO - reducing URL length Take a recent question: https://stackoverflow.com/questions/6479771/properties-of-inner-exception-are-disposed Instead of having an integer, if we base 36 encode the question

@Pope3001725

Posted in: #Seo #Url #UrlRewriting #UrlShorteners

Take a recent question:
stackoverflow.com/questions/6479771/properties-of-inner-exception-are-disposed
Instead of having an integer, if we base 36 encode the question ID we get 3uvtn, cutting the length of the integer by 2:
stackoverflow.com/questions/3UVTN/properties-of-inner-exception-are-disposed
The benefits seem a lot more worthwhile on smaller numbers:
www.example.com/forum/25352/my-friendly-url
to:
www.example.com/forum/JK8/my-friendly-url
This is more of a theoretical/curiosity question than one I'm seriously considering implementing. Thoughts?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Lee4591628

Shorter URLs don't have any benefit in achieving rankings in Google - if the URL is under 1024 characters you'll be fine - but it can have a big impact on the click-through rate from Google SERPs to your site. Especially now that URLs are shown directly below the page title in Google's search snippet.

So yes anything you can do to make your URL a wee bit shorter, but maintaining its human-readability, is a good thing.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme