SEO
Meta description
A meta description is a brief HTML element that summarizes a webpage's content for search engines to display in search results.
also called: meta descriptions
// definition
A meta description is an HTML (Hypertext Markup Language) element that summarizes the contents of a webpage. It is placed within the head section of an HTML document as a meta tag. While search engines do not use meta descriptions as a direct ranking factor, search engine results pages (SERPs) frequently display them as the descriptive snippet below the clickable link.
A meta description differs from a title tag, which serves as the main clickable headline for a search result and directly influences rankings. It also differs from the visible body text on a page, as a meta description is hidden from regular site visitors unless they inspect the source code. If a meta description is missing or deemed irrelevant, search engines may automatically generate a different text snippet from the page content.
// why it matters
A well-written meta description acts as organic advertising copy on a search engine results page. When a description accurately reflects search intent and incorporates relevant keywords, searchers are more likely to click the link instead of competing listings. Higher click-through rates drive more qualified traffic to a website without increasing advertising costs. Conversely, missing or poorly drafted meta descriptions force search engines to display random page fragments. Unclear snippets can reduce user trust, decrease click volume, and lead to higher bounce rates when visitors find the page content does not match their expectations.
// example
In the source code of an online shoe store, the description tag appears as <meta name="description" content="Explore durable leather hiking boots designed for waterproof protection and comfort on rugged terrain. Free shipping on all orders.">. When a user searches for waterproof hiking boots, the search engine displays this exact string beneath the title tag. The user reads the brief summary, confirms the page offers relevant products, and clicks the link.
Questions and Answers
- Does a meta description help my page rank higher?
- No, meta descriptions are not a direct ranking factor in major search engine algorithms. However, they indirectly influence search performance by impacting click-through rates. A compelling description encourages more users to click a link, which increases organic traffic and signals page relevance to search engines.
- How long should a meta description be?
- A meta description should typically remain between 150 and 160 characters, including spaces. Search engines truncate snippets that exceed this limit, replacing trailing text with an ellipsis. Keeping descriptions concise ensures that the entire message remains visible on both desktop browsers and mobile screens.
- Why is Google showing a different description than the one I wrote?
- Search engines frequently rewrite meta descriptions if they determine that alternative page text better answers a user's specific query. If the provided tag is too short, missing, or irrelevant to the search terms entered, the search engine automatically extracts a snippet directly from the visible body text.
