Ask HN: Does cryptic string in URL affects SEO?
We would like an unique identifier in our URLs for all of our user-generated contents, but I was wondering if it would hinder SEO in anyway. We are using both an UUID and a SEO friendly slug. A sample URL is as such:
http://domain.com/categories/92lePQKI3kfcz-5eBHGvkQ/pc/this-is-a-seo-friendly-slug-for-the-content
I have been Googling for a while now but haven't been able to find the answer, hopefully you guys could direct me to the right resources. Thanks!
3 comments
[ 8.1 ms ] story [ 51.8 ms ] threadOne thing to consider is if using this method instead of some other method might decrease the number of links to the same URLs on your website. The more links there are to a particular URL, the higher it ranks. But all things considered, I think you're fine.
All things being equal, long URLs get clicked on in the SERPs less than short URLs. (Test if you don't believe me, which should go without saying.) Additionally, that bit of human-unreadable garbage suggests to many users that your content will be, well, garbage, where the competing
http://example.com/birds/all-about-bluejays
will suggest to them "Well, heck, if I want to know about bluejays these are the guys." You only get a little space on the SERP to attract a click. The URL can be used as a resource there. Use it properly!
Additionally, since SEO is a game where winners win, I'd expect
http://example.com/birds/all-about-bluejays
to get more links than your ugly monstrosity of a URL, which is going to cause it to rank faster. This is a self-reinforcing cycle, obviously.
Seems like your reason for this is to allow the same slug for multiple entries in the category. I'd more more inclined to just add one of . _ - on the end in the event of an unlikely clash!