Tagged Questions
2
votes
2answers
61 views
“C# grid control”: how to encode this in URL from SEO perspective?
We are developing a WinForms grid control, and selling it thru our website worldwide. At the current stage of SEO works, we found that there are many popular search phrases with the "c#" word we can ...
4
votes
3answers
285 views
How to handle URLs with diacritic characters
I am wondering how to handle URLs which correspond to strings containing diacritic (á, ǚ, ´...). I believe what we're seeing mostly are URLs where diacritic characters where converted to their closest ...
2
votes
1answer
251 views
Does URL encoding create duplicate content?
An SEO expert was testing my site, and noticed that my URLs contained the special character :. He said that would create duplicate content, because google would interpret any url containing : as two ...
4
votes
1answer
287 views
How should incorrectly encoded URLs be handled?
Just recently noticed that some sites link with the URL incorrectly percent-encoded, to which my server (LAMP) responds with a 404 Not Found.
For example, for a URL of mine like this:
...