start learning
Image 1
3201023585

Meta Description tag

Role: Provides a brief summary of the page content.
Importance: A well-crafted description can improve click-through rates from search engine results, indirectly affecting SEO.



    <meta name="description" content="Your page description here">

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


<!DOCTYPE html>
<html>
<head>
    <meta name="description" content="Your page description here">
    <title>Sample Page</title>
</head>
<body>
      <!-- body content here -->
<footer>
        <!-- Footer content here -->
    </footer>
</body>
</html>