该网站完全本地化,我正在关注this google article以添加hreflang备用链接到页面.
< head>中的HTML链接好的
我在response headers遇到了一些麻烦.
我知道我应该为每个替代版本的页面提供值,但我不确定如何设置多个值.
我试图将它们作为逗号分隔列表传递.浏览器似乎正确地接收它,但由于单个值包含分号,它看起来是错误的.
有什么参考吗?
即使是已知正确实现它的示例网页也会有所帮助.
link: </TheBook/chapter2>; rel="prevIoUs"; Title*=UTF-8'de'letztes%20KAPItel,</TheBook/chapter4>; rel="next"; Title*=UTF-8'de'n%c3%a4chstes%20KAPItel
它是由5.3(强调我的)间接确认的:
总结Note that extension relation types are required to be absolute URIs in link headers,and MUST be quoted if they contain a semicolon (“;”) or comma (“,”) (as these characters are used as delimiters in the header itself).
以上是内存溢出为你收集整理的html – HTTP响应标头:多个链接值全部内容,希望文章能够帮你解决html – HTTP响应标头:多个链接值所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)