Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do URL shorteners prevent ugly words? [closed]

Do you know about any URL shortener that filters out ugly bad words?

For example, when goo.gl (or any other URL shortener) generates short URLs, does it skip URLs like goo.gl/evil or goo.gl/YouDie or goo.gl/f__k (without the two characters omitted)?

I imagine it'd be rather complicated to filter out bad words, since lots of languages use the Latin alphabet, and is it really feasible to filter out all bad words in all languages?

In my Webapp, I generate GUIDs, but include only numbers and consonants and the vovels u and y so as not to generate any bad words (or so I hope). However, Google's short URLs seem to include all vowels.

Update: A few weeks ago, I asked Bitly if they remove "ugly" words: they do not. I also asked on Google's URL shortener mailing list, if that URL shortener removes "ugly" words; no response so far.

like image 447
KajMagnus Avatar asked Sep 03 '11 07:09

KajMagnus


People also ask

What is the point of URL shorteners?

An URL shortener is a website that reduces the length of your URL (Uniform Resource Locator). The idea is to minimize the web page address into something that's easier to remember and track. There are many URL shorteners on the market today, including Bit.ly, Goog. le and Tinyurl.com.

Are URL shorteners good for SEO?

Of course, the more content is shared the better it is for your SEO, but it's important to check that those links are recognised by search engine algorithms. They can lead to spamming and endless redirections. URL shorteners are like gold dust for spammers as the links hide the final destination.

Why should I use a link shortener?

Link shorteners provide analytics to show you who has clicked your links, and they're often available through a centralized dashboard view. This valuable data on your posts should be integrated into your content strategy to help you create more of what resonates with your target audience and less of what doesn't.

Is it safe to use shortened URL?

Shortened URL Security TipsCriminals will use shortened URLs to direct victims to phishing sites or initiate a download of malicious software on to your device. If you are suspicious of a shortened URL, don't click it.


1 Answers

I don't think so. Really why would they do it? They just have to write it down in the TOS that the URL shortener uses a totally automated name generator. So every possible combination can occur.

It is much easier than writing a complicated code for that.

like image 131
Akos Avatar answered Sep 21 '22 02:09

Akos