Can you tell the last time a website was updated?

by Sonja
5 replies
Is there anyway to figure out the last time when someone elses website has been updated? With blogs there is some reasonable guess if comments are activated, but I've seen so many blogs lately with the "no date" code removed so you can't tell how outdated or fresh the information is. So does anyone know of way to determine this with both blogs and websites?
#time #updated #website
  • Profile picture of the author Sonja
    So I did find this script, which you just put into the address bar after you reach the page you want. It pops up a little dialog box that shows the date. However, I was looking at a page that shows that it was posted over 2 years ago. There are no comments on the page. I ran the script and it shows today's date.

    So that is weird and it makes me wonder if there is some program running in the background on this site to keep the pages fresh even though there hasn't been an update to it in 2 years, or this darn script isn't doing what it is supposed to.

    Here is the script:
    javascript:alert(document.lastModified)


    Signature
    ~Yeah I'm working on it~

    {{ DiscussionBoard.errors[3316423].message }}
    • Profile picture of the author DireStraits
      Originally Posted by Sonja View Post

      So I did find this script, which you just put into the address bar after you reach the page you want. It pops up a little dialog box that shows the date. However, I was looking at a page that shows that it was posted over 2 years ago. There are no comments on the page. I ran the script and it shows today's date.

      So that is weird and it makes me wonder if there is some program running in the background on this site to keep the pages fresh even though there hasn't been an update to it in 2 years, or this darn script isn't doing what it is supposed to.

      Here is the script:
      javascript:alert(document.lastModified)


      That is probably because the page you tried it on was dynamically-generated (i.e. PHP or ASP based, etc), and as such, was actually "created" just milliseconds before it loaded in your browser.

      You will generally only get a "creation" or "modified" date from flat-HTML files - not from dynamically-generated pages.
      {{ DiscussionBoard.errors[3316488].message }}
  • Profile picture of the author Dadelius
    Depending on whether or not they have a sitemap installed you could just add sitemap.xml to the end, and check the dates on the posts that way!
    Signature

    owner and CEO of PLR Internet Marketing. If you’re an entrepreneur, or would perhaps like to learn how to make money online, through internet marketing, blogging, or affiliate marketing, grab your free copy of my 79 page e-book @ www.plrinternetmarketing.com

    {{ DiscussionBoard.errors[3317178].message }}
    • Profile picture of the author Sonja
      Originally Posted by Dadelius View Post

      Depending on whether or not they have a sitemap installed you could just add sitemap.xml to the end, and check the dates on the posts that way!
      ROFLMAO!!! Sometimes the obvious just ain't so obvious now is it? And isn't just the simplest of things we can make so complicated?

      Well that worked like a charm!

      Couldn't see the forest because all the damn trees were in the way

      Thanks!
      Signature
      ~Yeah I'm working on it~

      {{ DiscussionBoard.errors[3317207].message }}
  • Profile picture of the author Dadelius
    You know I probably wouldn't have thought of it, except that I'm playing around with mine at the moment! But really glad I could help!
    Signature

    owner and CEO of PLR Internet Marketing. If you’re an entrepreneur, or would perhaps like to learn how to make money online, through internet marketing, blogging, or affiliate marketing, grab your free copy of my 79 page e-book @ www.plrinternetmarketing.com

    {{ DiscussionBoard.errors[3317264].message }}

Trending Topics