I have some page that have urls very similar to Wikipedia:
http://uk.wikipedia.org/wiki/Київ
The problem is that when I call laravel route()
to get that url
route('myRouteName', 'Київ');
I get something like:
http://uk.wikipedia.org/wiki/%D0%9A%D0%B8%D1%97%D0%B2
That is the encoded version of that parameters.
Now does Google or any other SE see these two urls as:
http://uk.wikipedia.org/wiki/%D0%9A%D0%B8%D1%97%D0%B2
http://uk.wikipedia.org/wiki/Київ
as the same or duplicate?
2
Answers
Both URL-s will work in modern browsers and Google must be intelligent enough to show better SEO version. With wikipedia it shows http://uk.wikipedia.org/wiki/Київ
These links are the same for Google. Here’s the explanation from Google: https://support.google.com/webmasters/answer/35653?hl=en