start learning
Image 1
32010265585

Meta Author tag

Role: Specifies the author of the document.
Importance: Useful for identifying content creators, though it has minimal direct impact on SEO.



    <meta name="author" content="Author Name">

Meta Author tag must be placed between the <head> and </head> as follow:


<!DOCTYPE html>
<html>
<head>
    <meta name="author" content="Author Name">
    <title>Sample Page</title>
</head>
<body>
      <!-- body content here -->
<footer>
        <!-- Footer content here -->
    </footer>
</body>
</html>