Remove publisher Structured Data Error | BLOGGER

DR Gurung
Once you verified your website with search console and after adding "a property", you definitely see 'structured data' on the left side of your Dashboard and under 'Search Appearance'. You surely want to know the web crawlers should also understand that you have placed structured data on your blog.

The best way to make sure that is to test your blog URL using below link:
"Structured Data Testing Tool"
This is not a validator of the tags in your blog but a tool, using which Google makes sure it can read structured data from the page and if required can appear as a rich card in search result.

When you validated your blog using the Google 'Structured Data Testing Tool, there are chances that you might have seen below warning:

"A value for the publisher field is required."

How to remove publisher related warning appearing during Structured Data Testing?

Follow the Steps below:

Step-1. Login with your Blogger Account.
Step-2. Click on "Theme" in the left menu.
Click On 'Theme'
Step-3. Click on "Edit HTML".
Click On 'Edit HTML'
Step-4. Now press Ctrl+F. This will show a search box appear on the top right corner of the editor.
Press 'Ctrl+F'
Step-5. Paste below code in search box and hit enter;
<data:post.body/>
Step-6. Just after the code found paste following:
<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='http://www.dhanraj.com.np'/> <meta itemprop='url' content='http://www.dhanraj.com.np'/> <meta itemprop='width' content='600'/> <meta itemprop='height' content='60'/> </div> <meta itemprop='name' expr:content='data:blog.title'/></div>
Note: The <data:post.body/> tag could appear twice. Please do paste the above code under both of them.

Step-7. Make sure you change http://www.dhanraj.com.np to a value you want in the above step.

Step-8. Save the template.

Now check back at "Structured Data Testing Tool" to test you blog url. After completing all of the above steps you will get no errors of 'headline'. Cheers!

DR Gurung
A Learner (अज्ञान जस्तो ठूलो शत्रु अरु केही छैन।) 🙏🙏
Comments
First of all, thank you for taking the time to read my blog. It's much appreciated! If you would like to leave a comment, please do, I'd love to hear what you think!

Suggestions and/or questions are always welcome, either post them in the comment form or send me an email at drgurung82@gmail.com.

However, comments are always reviewed and it may take some time to appear. Always keep in mind "URL without nofollow tag" will consider as a spam.

To add an image:
[image] image_url [/image]

To add a code block:
[code] your_code [/code]

To add a quote:
[quote] your_quote [/quote]

To add a link:
[link] your_link_text | link_url [/link]