我最近开始在我的网页上加载样式表,//
而不是使用http://
和https://
。例如:
<link href="//example.com/styles.css" rel="stylesheet" type="text/css" />
link[rel="canonical"]
现在我想知道标签是否应该这样做。例如:
<link rel="canonical" href="//example.com/index.html" />
我最近开始在我的网页上加载样式表,//
而不是使用http://
和https://
。例如:
<link href="//example.com/styles.css" rel="stylesheet" type="text/css" />
link[rel="canonical"]
现在我想知道标签是否应该这样做。例如:
<link rel="canonical" href="//example.com/index.html" />