Hi @amirassari2002
Would it be possible for you to provide us with an actual URL example where we can check on this?
Also, since we aren’t exactly familiar with the Persian language, could you provide us with the lower case and upper case versions of the referenced slug so we can try and reproduce this issue from our end?
The canonical URLs documentation should outline our logic on how these URLs are generated.
Dear Michael,
you can view this URL:
https://khatamonline.com/2022/05/29/%da%a9%d8%b3%d8%a8-%d9%86%d8%aa%db%8c%d8%ac%d9%87-%d8%a8%d9%87%d8%aa%d8%b1-%d8%af%d8%b1-%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d8%a7%d8%af%d8%a8%db%8c%d8%a7%d8%aa-%d9%88-%d9%86%da%af%d8%a7%d8%b1%d8%b4/
url is on persian language (unicode)
after open the url, goto view source. find canonical tag and copy canonical URl.
paste canonical url on your browser addressbar and you see that converted canonical url is capitalized.
https://khatamonline.com/2022/05/29/%da%a9%d8%b3%d8%a8-%d9%86%d8%aa%db%8c%d8%ac%d9%87-%d8%a8%d9%87%d8%aa%d8%b1-%d8%af%d8%b1-%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d8%a7%d8%af%d8%a8%db%8c%d8%a7%d8%aa-%d9%88-%d9%86%da%af%d8%a7%d8%b1%d8%b4/
converted to:
https://khatamonline.com/2022/05/29/%DA%A9%D8%B3%D8%A8-%D9%86%D8%AA%DB%8C%D8%AC%D9%87-%D8%A8%D9%87%D8%AA%D8%B1-%D8%AF%D8%B1-%D8%A7%D9%85%D8%AA%D8%AD%D8%A7%D9%86-%D8%A7%D8%AF%D8%A8%DB%8C%D8%A7%D8%AA-%D9%88-%D9%86%DA%AF%D8%A7%D8%B1%D8%B4/
and othe thing that is better to solve is for redirect section. if you can change view of redirect urls on other languages. for example. persian slugs on redirect section shows as:
“%DA%A9%D8%B3%D8%A8-%D9%86%D8%AA%DB%8C%D8%AC%D9%87-%D8%A8%D9%87%D8%AA%D8%B1-%D8%AF%D8%B1-%D8%A7%D9%85%D8%AA%D8%AD%D8%A7%D9%86-%D8%A7%D8%AF%D8%A8%DB%8C%D8%A7%D8%AA-%D9%88-%D9%86%DA%AF%D8%A7%D8%B1%D8%B4/”
persian words are:
“کسب-نتیجه-بهتر-در-امتحان-ادبیات-و-نگارش”
Tahnkyou
Dear Michael,
problem is clear! there is only one page.
if you check this URL:https://khatamonline.com/2022/05/29/%da%a9%d8%b3%d8%a8-%d9%86%d8%aa%db%8c%d8%ac%d9%87-%d8%a8%d9%87%d8%aa%d8%b1-%d8%af%d8%b1-%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d8%a7%d8%af%d8%a8%db%8c%d8%a7%d8%aa-%d9%88-%d9%86%da%af%d8%a7%d8%b1%d8%b4/
after page is open. copy url and paste it on new address bar. you will see that unocode characters are lower case.
yoast seo output canonical urls as upper-case incorrect.
if you input uppercase url you will see same output as lowercase url but this is wordpress behavior.
problem is yoast canonical output. original url is lowercase. your output canonical as uppercase. why???
thankyou
Hi @mikes41720
is this being flagged by Google Search Console as having a different canonical or it being flagged as a different page? no. there is not problem on google now.
but may it happen and need to check and solve. all Persian slugs are lower cased saved on wordpress. its better that yoast seo output same slug that is saved on wordpress database.