Welcome Guest, Not a member yet? Register   Sign In
Allow urlencoded string in URI
#11

[eluser]Maxximus[/eluser]
Why would you want to do that? It will kill your SEO. Nobody will ever type that in a searchengine. Nor a plus sign.

I would say this works out best for SEO:
Code:
music/artist/sigur-rós.html
Since your users will use an ó and not o in the 'rós' part. Since u are using UTF-8 there is no reason to use urlencoding I think.

You will probably do a db lookup with the above string. In my app I replace all non-ASCII chars with a question mark, that way it will also find 'sigur ros' (but 'sigur rus' too).

I make sure my db search is in lower case too, so it will make no difference if someone is using uppercase/lowercase mix.


Messages In This Thread
Allow urlencoded string in URI - by El Forum - 08-06-2008, 01:45 AM
Allow urlencoded string in URI - by El Forum - 08-06-2008, 08:23 AM
Allow urlencoded string in URI - by El Forum - 08-06-2008, 11:46 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 01:21 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 01:39 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 02:26 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:13 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:33 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 03:43 AM
Allow urlencoded string in URI - by El Forum - 08-07-2008, 11:11 AM
Allow urlencoded string in URI - by El Forum - 08-08-2008, 03:04 AM
Allow urlencoded string in URI - by El Forum - 08-13-2008, 12:53 PM
Allow urlencoded string in URI - by El Forum - 08-13-2008, 01:57 PM
Allow urlencoded string in URI - by El Forum - 12-21-2010, 06:11 PM
Allow urlencoded string in URI - by El Forum - 02-12-2011, 02:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB