Mobile app version of vmapp.org
Login or Join
Voss4911412

: How to tell google a blog article has been updated? The URL of my posts has the publication date and slugged title, but how can I best show google search users that an article has been updated

@Voss4911412

Posted in: #Google

The URL of my posts has the publication date and slugged title, but how can I best show google search users that an article has been updated since its original publication?

I was considering devoting a few characters of the meta description (e.g. "updated 2013-Aug-1), or doing so under the first h1 tag. I don't want to hurt the seo value of my site, but I also want to let users know that articles have been substantially updated since their publication.

Is there a better way to do this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Voss4911412

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

In your XML sitemap you can set the lastmod value to be the date you updated it

<url>
<loc>http://www.example.com/blog/article-is-updated</loc>
<lastmod>2013-10-18</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>




If your goal is to also notify users you can do what you suggested yourself and put the last updated date on the page. If you added/removed/or changed critical content you could do what news sites do and add a section at the top or bottom of the article with the update date and what changed.

Regardless of whether or not you do these things those updated pages will eventually be crawled again and the new content will be found. This is typically done at a preset schedule Google has and doing the above probably will not affect when those pages are crawled again.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme