Mobile app version of vmapp.org
Login or Join
Murphy175

: Publication date - only for articles? Can it be updated? In Google's search results there are often publication dates of articles. Google finds this date on its own or takes it from "DC.date.issued"

@Murphy175

Posted in: #Google #Seo

In Google's search results there are often publication dates of articles. Google finds this date on its own or takes it from "DC.date.issued" meta tag. Is this date only supposed to be displayed for articles or can be used for other pages?

Let's say I have a website which presents list of local companies. Such list is useless if it's not regularly updated. I think it would be wise to put the update date next to the results so the user knows the list is current. Can I "legally" use the "DC.date.issued" for that? What if I am updating page and its content does not change (because local companies stayed the same after last update), is it "legal" to change publication date of such page (I am worried that Google might see something suspicious in publication date changed and webpage content remaining the same)?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gonzalez347

This can be accomplished by using Structured Data. You can use something like the following to set the update date:

<span class="entry-date updated"><?php echo get_the_date(); ?></span>


This is a WordPress example but the concept is the same.

You can also put the update date in your meta description. This could help with conversations as well. Something like:


LAST UPDATED (12/15/14) - [Page descriptioin]

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme