How To Eliminate Date In Search Results And Overcome Error Missing Update - KhalistaBlog -->
Skip to content Skip to sidebar Skip to footer

How To Eliminate Date In Search Results And Overcome Error Missing Update

How To Eliminate Date In Search Results And Overcome Error Missing Update - The obvious reason for omitting the posting date in the search results is that the post does not look stale or outdated when it appears in the search results. This will certainly have a good impact on our post, because the possibility of searchers in Google will find posts with more recent dates to be reduced.

How To Eliminate Date In Search Results And Overcome Error Missing Update

Then how to eliminate the posting date in search results for blogs on Blogger?

To eliminate the posting date in search results for blogs on Blogger, please follow the steps below.

1. The first step

Please copy the code below.

<meta expr:content='data:post.timestampISO8601' itemprop='datePublished'/>
<meta expr:content='data:post.lastUpdatedISO8601' itemprop='dateModified'/>

Then please paste it below the following code

<article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>

2. Step Two

Please find code like or similar below (because each template must be different)

<span class='clock'> <i class='fa fa-calendar'/> <a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished dateModified'> <data:post.timestamp/></abbr></a></span>

The code above is the code that displays the date in the post and the date will appear in the search results.

But do not immediately remove the code, because if it is deleted it will appear error "missing: updated" in Google Search Console for data structure hatom. In order not to error, please replace the code above with the following code (if there are some please change it all).

<abbr class='updated' expr:title='data:post.timestampISO8601'/>

Done, please save the changes.

But that should be remembered that by replacing the code above, not necessarily the date of posting in search results disappear. Google takes time to delete post dates in search results. So check regularly to make sure the post date has disappeared in the search results.

That's how to Eliminate Date In Search Results And Overcome Error Missing Update, hopefully with what I have shared this, can be useful and useful for us.

Post a Comment for "How To Eliminate Date In Search Results And Overcome Error Missing Update"