April 21, 2014

Textual description of firstImageUrl

How To Fix Missing Required Field Updated Error For Blogger

|
Let's find out how to fix missing required field updated error for Blogger.

I know there are many of you are having this structured data markup problem.

This issue is found in Warrior Forum, Adsense Help and MOZ Q&A Forum.

I would like to share with you THREE methods of fixing this updated field missing error found in your Blogger site.

 Mind you, not all the three methods would get rid of this missing updated field problem. 

how to fix missing field updated error for Blogger

Check them out now.   

How To Fix Missing Required Field Updated Error For Blogger


METHOD ONE: Add A Set Of Code

This is how to do it:

1. Go to Blogger Dashboard.

2. Click "Theme".

3. Then  click "Edit HTML".

4. Now look for this line:

<data:post.body/>
5. Now copy this code below.

<a class='updated' href='YOUR BLOG URL' rel='bookmark'> NAME OF YOUR BLOG, </a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr>
Note: Remember to change YOUR BLOG URL to your blog URL and NAME OF YOUR BLOG to your own blog name!)

6. Paste the code just BELOW the first line: <data:post.body/>

7. So this is how it should look like:

<data:post.body/>
<a class='updated' href='YOUR BLOG URL' rel='bookmark'> NAME OF YOUR BLOG, </a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr> 
8. Click "Save theme".

Note: If this method doesn't work for you, then try METHOD TWO.

METHOD TWO: Add The Word Updated

1. Look for this quote:

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
2. Add the word: updated in FRONT of published.

3. Now it looks like this:

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
4. Click the orange color "Save theme" button.

METHOD THREE: Change The Word Timestamp-Link To Updated

If the second method still doesn't work, then you may like to try this third option.

Continue using the just changed set of code from METHOD TWO.

1. The set of code as shown in #3 in METHOD TWO.

<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
2. Change the word 'timestamp-link' to 'updated' in the first line.

3. Now it looks like this:it looks like this:

<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
4. Then click on the "Save theme" button.

5. Now go to Google Structured Data Testing Tool to check it whether the missing requited field "updated" error is fixed.

Related Tips:

* How To Fix Property PostId Not Recognized By Google Error

* How To Fix Value For The Headline Field Is Required Error

* How To Fix Property Image_url Not Recognized By Google Error