Contents
Solve value for the publisher field is required
Your getting Warning from Structured Data Testing Tool that A value for the publisher field is required. This blog post will cover all your Structured Data Testing Tool.
Let’s see how to fix A value for the publisher field is required.

How To Fix A value for the publisher field is required.
“A value for the publisher field is required.”
Follow this steps to solve value for the publisher field is required error.
- Log into your Blogger Dashboard.
- Click Theme.
- Click Edit HTML.
A value for the publisher field is required
- Search the word schema.org/Blog Posting and schema.org/Web Page code blocks.
- Replace by the below code
<div itemprop=’publisher’ itemscope=’itemscope’ itemtype=’https://schema.org/Organization’>
<div itemprop=’logo’ itemscope=’itemscope’ itemtype=’https://schema.org/ImageObject’>
<!– Schema Mods: THE FOLLOWING URL WILL FAIL – CHANGE IT –>
<meta itemprop=’url’ content=’http://www.myOrganization.com/OrgImage.png’/>
<meta itemprop=’width’ content=’600’/> <!– Logos should be no wider than 600px. –>
<meta itemprop=’height’ content=’60’/> <!– and no taller than 60px.–>
</div>
<meta itemprop=’name’ expr:content=’data:blog.title’/>
</div>
- Once you replace it Click on Save Button and Check again in Structured Data Testing Tool now your issue will be solved
Now this will solve your value for the publisher field is required error.
Conclusion
I hope this article has solved all your issues on How to Solve value for the publisher field is required, now to confirm your changes for validating go to click here.
How to Solve value for the publisher field FAQ
What is Article schema?
Schema is a language used to help search engines understand the content of your site. Essentially, schema tells search engines what your site or a specific page is about in very simple terms.
What is news article schema?
A News Article is an article whose content reports news, or provides background context and supporting materials for understanding the news. The number of the column in which the News Article appears in the print edition.
What is Schema Type?
The schemas are a set of ‘types’, each associated with a set of properties. The types are arranged in a hierarchy. The vocabulary currently consists of 792 Types, 1447 Properties 15 Datatypes, 83 Enumerations and 445 Enumeration members. Browse the full hierarchy in HTML: One page per type.
Check out other Issues Related with Structured Data Testing Tool
- How to Solve PostId Not Recognized By Google on Structured Data Testing Tool
- How to Solve dateModified field is recommended Error on Structured Data Testing Tool
- How to Solve value for the headline field is required on Structured Data Testing Tool
- How to Solve value for the image field is required on Structured Data Testing Tool
- How to Solve Image_url is Not Recognized By Google on Structured Data Testing Tool
- How to Solve mainEntityOfPage field is recommended on Structured Data Testing Tool
- How to Solve BlogId Not Recognized By Google on Structured Data Testing Tool
- How to Solve value for the publisher field is required on Structured Data Testing Tool