iTunes商店:应用程序关键字搜索优化。字符串智能索引?
有谁知道如何根据 iTunes 商店中的搜索词对 App 关键字进行索引? iTunes Connect 中允许的关键字字符有限,因此搜索项的列表组合会变得非常大。假设我的应用程序执行“foo bar”和“goo bar”,但有些人可能通常搜索“foobar”或“bar foo”。输入:
foo, bar, goo
并希望 iTunes 进行适当的子字符串匹配是否足够,或者为了涵盖我的所有基础,我应该输入:
foo bar, goo bar, foo, goo, bar, foobar, goobar, bar foo, bar goo, barfoo, bargoo
谁能解释一下搜索字符串与关键字的匹配方式如何智能?
Does anyone know how App keywords are indexed against search terms in the iTunes store? Keyword characters allowed in iTunes Connect are limited, so listing combinations of search terms becomes factorially large. Say my app does "foo bar" and "goo bar", but some people may commonly search for "foobar" or "bar foo". Is it sufficient to enter:
foo, bar, goo
and hope that iTunes will do the appropriate substring matching, or to cover all my bases, should I enter:
foo bar, goo bar, foo, goo, bar, foobar, goobar, bar foo, bar goo, barfoo, bargoo
Can anyone shed some light on how intelligently search strings are matched to keywords?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么,您应该包括“foo”、“bar”、“goo”和“foobar”,因为“foo”和“bar”与“foobar”不同。我只记得有人告诉我 iTunes 使用旧的关键字系统。关键字中仅包含单个单词,而不是“foo bar”和“goo bar”,而是“foo”、“bar”和“goo”。有道理吗?希望我有所帮助。 :)
Well, you should include "foo", "bar", "goo" and "foobar" since "foo" and "bar" are different from "foobar". I just remember being told that iTunes uses an old key word system. Include just the single word in the keywords and not "foo bar" and "goo bar" but "foo", "bar", and "goo". Makes sense? Hope I helped. :)