Role: Specifies the author of the document.
Importance: Useful for identifying content creators, though it has minimal direct impact on SEO.
Meta Author tag
Meta Author tag must be placed between the <head> and </head> as follow:
<!DOCTYPE html>
<html>
<head>
<title>Sample Page</title>
</head>
<body>
<!-- body content here -->
<footer>
<!-- Footer content here -->
</footer>
</body>
</html>
×