On-page SEO

meta tags

Also called: meta elements, meta element, HTML meta tags

Meta tags are HTML <meta> elements in a page's <head> that describe the page to browsers and search engines. Google supports a specific set (including description, robots, and viewport) and ignores others, such as the keywords meta tag.

Meta tags sit in the <head>, invisible to readers but parsed by crawlers and browsers. Google publicly lists which ones it supports and what each does; anything outside that list is ignored.

The ones that matter for SEO

The keywords meta tag is dead for Google ranking. Google confirmed in 2009 that it does not use it, and that has not changed.

One common mix-up: the <title> element is not technically a <meta> tag, but it lives in the same <head> and does the heavy lifting for the clickable title link in search. Treat title and description as a pair.

A minimal, correct head:

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Fresh Ground Coffee | Roasted Daily</title>
  <meta name="description" content="Single-origin beans roasted to order, shipped within 24 hours.">
  <meta name="robots" content="index,follow">
</head>

How it affects your traffic

Meta tags are cheap to get right and expensive to get wrong. A missing or duplicated meta description hands Google a worse snippet, which drags click-through even when the page ranks well; a stray noindex or bad robots directive can drop a page out of the index entirely. Auditing and rewriting title and description tags across a site is one of the first passes in an on-page SEO engagement, because it moves clicks and protects indexation without waiting on new content or links.

Get On-Page SEO that moves the needle

We turn terms like this into ranked pages and qualified pipeline. Start with a free Initial SEO Strategy.