Remove blogId 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:

"The property blogId is not recognised by Google for an object of type BlogPosting."

How to remove blogId 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;
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
Note:- The above code could appear twice. Hence make sure it is under following code:
<b:if cond='data:post.firstImageUrl'> <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/> </b:if>
Step-6. After finding the code comment it out as below:
<!--<meta expr:content='data:blog.blogId' itemprop='blogId'/>-->
Step-7. 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!

.....................See More:-
Links provided below can help you to fix errors and warnings appearing during 'Structured Data Testing';

Remove 'mainEntityOfPage' Structured Data Error | BLOGGER

Remove 'URL' Structured Data Error | BLOGGER
Remove 'image' Structured Data Error | BLOGGER
Remove 'publisher' Structured Data Error | BLOGGER
Remove 'dateModified' Structured Data Error | BLOGGER
Remove 'postId' Structured Data Error | BLOGGER
Remove 'headline' Structured Data Error | BLOGGER
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]