start learning
Image 1
3201026585

Meta Keywords tag

Role: Lists keywords relevant to the page content.
Importance: Although less critical now for SEO due to potential misuse, it can still help some search engines understand page context.



    <meta name="keywords" content="keyword1, keyword2, keyword3">

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


<!DOCTYPE html>
<html>
<head>
    <meta name="keywords" content="keyword1, keyword2, keyword3">
    <title>Sample Page</title>
</head>
<body>
      <!-- body content here -->
<footer>
        <!-- Footer content here -->
    </footer>
</body>
</html>