How to remove publisher A value for publisher field is required during structured data blog post testing. When you’re writing to compete for google first page, always bear in mind of post errors. This blog post errors (blog posting) can only be detected through structured data test.
The best way is to test your URL is by using Google Structure Data Tool. If your bog pass this test tool without errors like mine, then your post is rich to google snippet, first page, good for crawling
How to fix publisher A value for publisher field is required.
- Login to blogger.
- Go to blog Theme.
- BackUp or download your blog Theme.
- Click or select Edit HTML.
- Press on your PC Crtl + F
- Paste the following code in the search box that will appear and hit enter to find it. <data:post.body/>
Just below the code found in the above step paste following code:
<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=’https://www.url.com‘/>
<meta itemprop=’url’ content=’https://www.url.com‘/>
<meta itemprop=’width’ content=’600’/>
<meta itemprop=’height’ content=’60’/>
</div>
<meta itemprop=’name’ expr:content=’data:blog.title’/>
</div>
Note: <data:post.body/> may appear twice make sure the paste the above code in both of them.
Save and go to Google Structure Data Tool test and see that publisher A value for publisher field is required is gone.
Change www.url.com to your domain or blogspot name.
How to remove the image is recommended, please provide a value if available
See other SDTT schema markup errors solutions
How to fix a value for the datePublished feild is required
How to remove the headline is recommended, please provide a value if available
How to fix a value for the image field is required
How to fix a value for the headline is required
How to fix the dateModifield is recommended, please provide a value if available.
How to remove the headline is recommended, please provide a value if available
How to remove the image is recommended, please provide a value if available
How to fix the mainEntityOfPage is recommended, please provide a value if available
The property image_url is not recognized by google for an object of type BlogPosting solution
The property blogid is not recognized by google for an object of type BlogPosting solution
The property postid is not recognized by google for an object of type BlogPosting solution.