Gopinath• 50
@gopinathfed
Posted
Hello, my front-end friend...
🎊Congratulations on completing this Result-summary-component project.
- In your HTML document you didn't add "meta description".
- A meta description is an HTML element that provides a brief summary of a web page.
<head>
<meta name="description" content="This is an example of a
meta description. This will often show up in search results.">
</head>
-
This is an example for how you can implement your meta description in your html document.
-
Also you need to include keywords and the author of the document.
-
So, add all the above details, this will make your document a little bit more awesome...
Marked as helpful
0