3

As I use the Structured Data Testing Tool, I noticed that the preview does allow my website logo to be appeared in the Google search result instead of the author's headshot:

View Preview Screenshot

Although I've implemented rel="publisher" on my Google+ badge, if I'm not mistaken, the rich snippets "by MalaysiaTraining.net" and "More by MalaysiaTraining.net" are actually came from rel=author, which is to be implemented as the URL paramter to a Google+ profile URL but not the rel="publisher" attribute in the anchor tag (correct me if I'm wrong).

In order to achieve the exact effects as shown in the preview, I wonder if I can do something like that:

<a href="https://plus.google.com/my-page-id?rel=author" rel="publisher">
    <img src="my-google-plus-badge.png" alt="Follow us on Google+" />
</a>

If this is illegal due to the author vs. publisher conflict, what if I remove the rel="publisher" attribute, leaving the rel=author parameter to be used only with my Google+ business page URL? Will this violate the Google SEO guidelines and cause a penalty?

Please advise me and thanks in advance!

4

1 回答 1

2

好吧,如果我做对了,rel=author 链接到您的私人和个人 Google+ 页面。rel=publisher 标记链接到您的 Google+ 业务页面。我认为不可能同时使用它们,因为您正在尝试混合使用 google+ 个人资料和业务页面。

编辑(简短):有可能

编辑(长):这是可能的,因为使用 rel=publisher 您确认网站是(给定 g+ 页面的)发布者,而 rel=author 确认您是(内容的)作者。如果您拥有一个具有多作者身份的网站,这些片段非常有用。

于 2013-06-24T07:20:23.913 回答