Description tag: what is it and why is it so important?
What is a description tag ?
The description tag is a piece of html code that’s meant to give a short – you guessed it – description of a web page. The description tag is at the top of the page in the <HEAD>section of the code.
In code, a description tag looks like this:
<meta name="description" content="Short, riveting description of your web page." />
Not visible on your web page
The description tag of a web page is not visible on the page itself. That’s why a lot of companies don’t pay it much attention.
Google shows the description tag
Google likes the description tag. If a web page has a description tag, Google shows it, provided these 2 conditions are met:
- Semantic similarity between the description tag and the content of the web page
- Significant similarity between the user’s search query and the content of the description tag
I looked for ‘title tag’. Google shows the page’s description tag because it contains my query ‘title tag’.
I looked for ‘page title’. Because the description tag does not contain my query, Google doesn’t show it. Instead, Google shows a sentence fragment on the page that does contain the query.
Some more answers to frequently asked questions about the description tag







