如何支持国际化和国际化搜索引擎优化
我在 stackoverflow 上查看了一些类似的问题,但似乎找不到明确的答案。
我知道如何国际化我的页面内容,但如何通知爬虫进行 SEO?
具体来说,假设我有一个页面用挪威语和英语描述内容。 我必须使用与元“描述”标签相关的多个标签吗?
另外,我认为将各种语言添加到单个“关键字”元标记就足够了,如下所示: <meta name="keywords" content="thejarbar.org、thejartender Java、Windows、Ubuntu、Linux、Virtualbox、教程、示例、指南、lærer、eksempler" />
?
I have looked over a few similar questions here at stackoverflow and I can't seem to locate a clear cut answer.
I know how to internationalize my page content, but how do I notify crawlers for SEO?
Specifically, lets say I have a pages that describes content in Norwegian and english.
Must I use multiple tags with relation to the meta "description" tag?
Also, I presume that it is good enough to add various languages to a single "keywords" meta tag as follows:
<meta name="keywords" content="thejarbar.org, thejartender Java, Windows, Ubuntu, Linux, Virtualbox, tutorials, examples, guides, lærer, eksempler" />
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以简单地像这样使用它:
但我感觉更好的是不同的语言使用不同的 URL,然后生成特定于语言的元数据。
You can simply use it like this:
But I feel better with different URL for different languages and then generating a language specific meta-data.