Well, you should add two links inside the main tag and the body tag as follows:
<head> <link href='https://plus.google.com/xxxxxxxxxxxxxxxxx' itemprop='publisher'/> </head>
After that, use the google + format in the body. It should be below the body tag:
<body> <a href="https://plus.google.com/xxxxxxxxxxxxxxxxx" rel="publisher" /> ..... ..... ..... </body>
here is a screenshot. Unfortunately! Sorry, I need 10 reputations for uploading images on this page ... LOL Of the two formats, we will be checked using the structured data of Google webmaster and validator.w3.org. As you know, the microdata schema uses the publisher as one of the itemprop elements, so it should look something like this in the body or html tags:
<body itemscope="" itemtype="http://schema.org/Blog">
*) what is it when your type of site is BLOG.
(love this forum) tina-andrew-blog NB: I found this: https://productforums.google.com/d/msg/webmasters/lciIK8HdJXE/kcv8EipRzzcJ But, I am doing the code above, it works well: (
source share