HTML 5 Google发布商链接验证错误:
Error: Bad value publisher for attribute rel on element link: Not an absolute IRI. The string publisher is not a registered keyword or absolute URL. From line 13,column 1; to line 13,column 75 </script>↩<link href="https://plus.google.com/my publisher id" rel="publisher"> ↩</he Syntax of absolute IRI: An absolute URL. For example: http://example.org/hello,but not /hello. Spaces should be escaped as %20.
解决方法
你试试这个:
<link rel="author" href="https://plus.google.com/PUBLISERID?rel=publisher">
通过HTML5验证.