Keeping Your Website Visitors Informed About Your Updates

Jan 2
07:24

2024

Candice Pardue

Candice Pardue

  • Share this article on Facebook
  • Share this article on Twitter
  • Share this article on Linkedin

The first impression of your website can significantly influence the perception of your visitors. If your website is frequently updated, it's essential to communicate this to your visitors to assure them that your site is active and not abandoned. One effective way to achieve this is by incorporating a "Last Updated" date that changes each time you update your site. This feature can be added to every page on your site or just the homepage, depending on your preference.

The Importance of a "Last Updated" Feature

Adding a "Last Updated" feature to your website not only adds a professional touch but also serves as a reminder for you about your last site update. This feature can be easily added to your webpage by pasting a simple JavaScript code into your HTML where you want the "Last Updated" date to appear.

Before you proceed,Keeping Your Website Visitors Informed About Your Updates Articles you might want to see a sample of how this feature works. You can view a sample here.

The Code

To add the "Last Updated" feature to your webpage, paste the following JavaScript code into your webpage HTML where you want the "Last Updated" date to appear:

<SCRIPT LANGUAGE="JavaScript">
<!--//hide script from old browsers
document.write( "<I>Last updated "+ document.lastModified
+"</I>");
//end hiding contents -->
</SCRIPT>

This code will automatically update the date each time you modify your webpage, providing your visitors with a clear indication that your site is active and regularly updated.

Remember, keeping your website updated and letting your visitors know about it is crucial for maintaining their interest and trust. By adding this simple feature, you can enhance your website's credibility and user experience.

Article "tagged" as:

Categories: