Home/
Tutorials/
HTML/
meta/
Add who wrote a page/
you are here
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 who wrote a page, using the name="author" attribute.
<html>
<head>
<title>My Page</title>
<meta name="author" content="Freya"/>
</head>
you might like to try these tutorials too: