Hi, using standard english optmization, i usually create my landing page url with the keyword in the URL.
[url]www.example.com/keyword1[/url]
However I am optimising for a Chinese site and the URL is example.com followed by a series of numbers and % signs.
When i put that into google, a Chinese page from the site comes up (good), the url changes to example.com followed byChinese characters.
So my question is should i create my urls to be
www.example.com/keyword 1 in english characters
or
www.exampe.com/ in Chinese characters?
These are the opening 6 lines of the page;
<!--[if IE 9 ]> <html lang="en-US" class="ie9 loading-site no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-US" class="ie8 loading-site no-js"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en-US" class="loading-site no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
thanks,Arturo