Tutorials / HTML / Meta Tags / Add when a page was last changed < you are here. | < share |
Search engines like Google read the information in the <meta> tags on a web page to work out what is on the page.
We're going to use the <meta> tag to tell them when a page was last changed, using the name="revised" attribute.
<html>
<head>
<title>My Web Page</title>
<meta name="revised" content="1/1/13"/>
</head>
you might like to try these tutorials too: