What does the meta description mean?
The meta description is an HTML tag living in the document's head, part of the Meta Tags that describe a page to machines, not to people. Its shape is simple: <meta name="description" content="..." />, a content attribute holding whatever summary the page proposes.
Google treats it as one source among several, not the only one. Per its own documentation, Google uses it when it judges the tag gives a more accurate description than what it can pull directly from the page's content. In every other case, Google builds its own excerpt from the page body, tailored to the specific query someone typed.
Don't confuse it with the Meta Keyword, a tag Google has ignored for over a decade and which has nothing to do with what shows up in the result. It isn't the same as the Title Tag either: the title is the clickable link, the meta description is the text that explains what waits after that click.
