douhuan1937 2015-01-21 12:44 采纳率: 0%
浏览 113
已采纳

通过urlencode()输出为SEO目标命名非英语字母语言的图像是否合适

  1. In Turkish, we call 'şarkı' for 'song'.
  2. urlencode('şarkı') == '%C5%9Fark%C4%B1'
  3. most of users in our country will search for 'şarkı' in image search (not for sarki or song)

if I name my image '%C5%9Fark%C4%B1.png' in ftp, Can I be sure that all engines (most popular ones are google, yandex here) will exactly understand that visitor searched for 'şarkı' which is matching with '%C5%9Fark%C4%B1.png' at some image search result page?

note: I don't know if it's related however I utilize utf-8 in HTML, php connection language setting and also MySQL tables.

thanks

best regards

  • 写回答

1条回答 默认 最新

  • dongyong5912 2015-01-21 13:12
    关注

    No, if you name your image '%C5%9Fark%C4%B1.png', it will be named so, and you would have to link to it using the name:

    <img src="images/%25C5%259Fark%25C4%25B1.png" />
    

    As you see, % changed to %25.

    Name it as it is in ftp, then either urlencode() or output it in utf-8, browsers will urlencode themselves.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 mmseqs内存报错
  • ¥15 vika文档如何与obsidian同步
  • ¥15 华为手机相册里面的照片能够替换成自己想要的照片吗?
  • ¥15 陆空双模式无人机飞控设置
  • ¥15 sentaurus lithography
  • ¥100 求抖音ck号 或者提ck教程
  • ¥15 关于#linux#的问题:子进程1等待子进程A、B退出后退出(语言-c语言)
  • ¥20 web页面如何打开Outlook 365的全球离线通讯簿功能
  • ¥15 io.jsonwebtoken.security.Keys
  • ¥15 急,ubuntu安装后no caching mode page found等