【发布时间】:2015-05-18 20:37:45
【问题描述】:
我使用下面的链接标签来表示多种语言,有两个问题
- 我应该在网址
http://domain.com/?hl=en或http://domain.com/?hl=es中添加<link href="http://domain.com/" rel="canonical">吗? - 我应该在
http://domain.com/?hl=en和<html lang='es'>中添加<html lang='en'>在http://domain.com/?hl=es中吗?
<head>
<!-- … -->
<link href="http://domain.com/" hreflang="x-default" rel="alternate">
<link href="http://domain.com/?hl=en" hreflang="en" rel="alternate">
<link href="http://domain.com/?hl=es" hreflang="es" rel="alternate">
</head>
【问题讨论】:
标签: html seo multiple-languages