After checking your website using the Google Structured Data Testing Tool, an error message saying "a value for the publisher field is required" appeared. And this must be fixed to let google bots know that you have a structured data in every pages of your blog.

As you can see in the image below, there are 3 errors, the, image, author, and publisher. There are also 3 warnings.


If you encountered this error in your Blogger, then you can follow the steps below to be able to fix the error.

STEPS:

1. Go to your Blogger Theme > Click Edit HTML.

2. Inside the editor (click anywhere) and press CTRL + F (Find), type the given code below, and press Enter key.

<data:post.body/>

3. You will then see the image below.



4. Now, below <data:post.body/> copy and paste the given code below.

<div itemprop='publisher' itemscope='itemscope' itemtype='https://schema.org/Organization'>
<div itemprop='logo' itemscope='itemscope' itemtype='https://schema.org/ImageObject'>
<img style='display:none;' src='YOUR BLOG URL'/>
<meta itemprop='url' content='YOUR BLOG URL'/>
<meta itemprop='width' content='600'/>
<meta itemprop='height' content='60'/>
</div>
<meta itemprop='name' expr:content='data:blog.title'/>
</div>

Do not forget to change "YOUR BLOG URL" with your own.

5. And if you find more than one <data:post.body/> in your theme, then you should repeat pasting the code given in No. 4 below it. See image below.


6. When done, press Save Theme to save your work.

7. Now, go to Google Structured Data Testing Tool, and rerun a test on your blog and see if the error is gone. If successful, you will see the sample image below. You will notice that the errors  under the image as well as the publisher are all gone.



If you have something to share or ask regarding this tutorial, please do not hesitate to leave a comment below.