HTML 5 Google发布商链接验证错误

Ale*_*exB 8 validation html5 google-plus

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. 
Run Code Online (Sandbox Code Playgroud)

Alb*_*dzM 4

你有没有尝试过这个:

<link rel="author" href="https://plus.google.com/PUBLISERID?rel=publisher">
Run Code Online (Sandbox Code Playgroud)

通过 HTML5 验证。