Meta Tags SEO
Meta tags are HTML elements in the <head> that give search engines instructions about a page, such as whether to index it or how to display it in results.
If you have ever assumed every meta tag boosts ranking or that meta keywords still matters, you are optimising for a rule that no longer applies.
Key points
- Place
titleandmeta descriptionin every page's<head>; they are the most important meta tags for SEO. - Use
meta robotsto control indexing:noindexprevents a page from appearing in search results. - Avoid
meta keywords; Google ignores it, and it wastes time and space. - Keep
meta descriptionunique per page and relevant to the content; Google may rewrite it if it is not. - Check
viewportmeta tag for mobile usability; it is not a ranking factor but affects user experience. - Do not duplicate
titleacross pages; each page needs a distinct title that reflects its content.
The same meta description, different treatment
A product page with a generic meta description 'Buy the product' was often rewritten by Google to show a snippet from the page content. After changing the meta description to include specific details ('Buy the 2024 running shoes in blue and black'), Google started using it in 70% of search results. The change took two weeks to appear across all queries.
Three mistakes that waste your effort
- Using meta keywords Google has not used
meta keywordsas a ranking signal for years. Adding it still wastes bytes and does not help the page appear for those terms. - Duplicating meta descriptions Reusing the same meta description across many pages tells Google nothing about each page's unique value. Write distinct descriptions that match the content.
- Ignoring metadata purpose Confusing what is metadata seo with all meta tags can lead to over-optimising irrelevant ones. Focus on tags that affect indexing and display.
Three things to check regularly
- Robots rules Verify that
meta robotsdoes not accidentallynoindeximportant pages. Use Google Search Console to spot blocking errors that hurt crawlability. - Meta description uniqueness Run a crawl to find pages with missing or duplicate meta descriptions. Each page should have a custom description that reflects its specific content.
- Viewport settings The
viewportmeta tag controls how a page scales on mobile devices. An incorrect or missing viewport can break mobile usability, though it is not a direct ranking factor.
Common questions
What are meta tags?
Meta tags are HTML elements in the <head> that provide metadata about a page. Search engines use them for indexing and display.
Is meta keywords important for SEO?
No, Google ignores meta keywords. Do not spend time on it; focus on title and meta description instead.
Why is the meta description not showing?
Google may rewrite the meta description if it is not relevant or if a better snippet exists from the page content.
Sources
- Google Search Central Official documentation on meta tags that Google supports.
- Google Search Central - Snippet controls Explains how Google uses and rewrites meta descriptions.
- W3C HTML Specification Defines the HTML syntax and allowed meta element names.