ComboStrap Page Metadata - Description
Table of Contents
1 - About
description is a seo page metadata that is used by Search engine and is displayed in the Search Engine Results Page.
You can modify the description by adding a description property in the frontmatter.
2 - Articles Related
3 - Example
---json
{
"description":"Would you want to modify your meta description to rank better on the SERP page ? This is how you do it."
}
---
For the geek
Technically, this component will create two meta description HTML meta headerExample:
<meta name="description" content="The best page on the universe">
<meta property="og:description" content="The best page on the universe">
To known more about description and search engine, see description is the Active learning: The description's use in search engines.