Question:
Is there a way of finding how long a web page has been live for?
NIck M
2006-11-13 08:08:34 UTC
Is the 'go live' date of a web page somewhere written in the page source code?
Seven answers:
2006-11-13 10:50:23 UTC
Hello

If you use Microsoft Internet Explorer, you can easily determine when a page was updated last.



1. Navigate to the page you want to check.



2. In the Address Bar, type: javascript:alert(document.last Modified)

Make sure that there is No space between last and Modified one word... lastModified

3. Press Enter.



A message box displays the date and time of the last update. Note that you must enter the line exactly as shown above.
Daniel R
2006-11-13 09:07:23 UTC
The source code of an HTML page doesn't have any connection with how long it's been up. Even if the author did put in the creation date - or used a tool that inserted it automatically - this doesn't tell you when it actually was put live on the web, just when they wrote it. They might for example have had it sitting around on their computer for months before they got round to uploading it to the server. Or the date might be from when they originally started writing the code, but it took ages to finish.
happyman
2006-11-13 08:11:13 UTC
Try the bottom part of the web page's source code
2006-11-13 08:27:29 UTC
Just a thought!

Google Caches pages, if they haven't changed in a while you'll know when the page was last Cached by Google.

You could also try this site to see if how far back they have an archive for your page:

http://www.archive.org/web/web.php
whocaresaboutusnow
2006-11-13 10:54:33 UTC
If you search for 'Whois' - they have a record of most websites of when they are live etc. All you would have to do is enter the web address of the page concerned.
Palestini Detective
2006-11-14 04:37:46 UTC
What I know is reading the page saying to ya so, but these pages are NOT found in all websites, only some.
Michael H
2006-11-13 08:18:31 UTC
no, web pages can be plain text so may not have any metatags or variables in it.



Pages generated with editors that give WTSIWYG tend to insert creation dates, these can of course be edited manually.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...