Headline Missing and Required Error for Blogger

When you use google webmaster tools structured data testing tool, one of the error that you may encounter is the Headline Missing and Required. Try this to solve the problem.


How to Solve Headline Missing and Required Error for Blogger

1. Login to your blogger.com account dashboard.

2. Choose the blog you want to fix and click template button. Select Edit HTML button.



3. Search for the following code. Use CTRL + F to search for the code.
You may find h2 instead of h3, do not worry it is the same code.

 <h3 class="post-title entry-title>

4. Add the following code to the code you did just found in step 3.
itemprop='headline'

5. Now the will look like code below.

<h3 class="post-title entry-title" itemprop="headline">

6. Click Save Template button to complete the process.

Again run the Google Webmaster Tools Structured Data Testing Tool, the Headline Missing and Required Error is now fix.

No comments:

Post a Comment