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 Description tag
Meta Description 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>
×