Metadata // Articles

What Are Meta Tags?

A practical guide to title, description, canonical, robots, viewport, and other head metadata used by browsers and search engines.

Meta tags and other head metadata describe a page to browsers, search engines, social platforms, and external services. They are not the main visible content, but they affect search snippets, crawl handling, link previews, and mobile rendering.

Check the title element too

The title element is not technically a meta tag, but it is one of the most important pieces of head metadata. In practice, it is usually checked together with meta description, canonical, robots, viewport, and related fields.

Common fields

  • title: a short label for the page topic
  • meta description: a possible snippet for search and sharing
  • canonical: the preferred URL for duplicate or alternate URLs
  • robots: indexing and following instructions for crawlers
  • viewport: the baseline for mobile rendering
  • charset: the page character encoding
  • html lang: the primary language of the page

Templates can drift

Head metadata is often generated by a CMS, framework, layout component, or route-level configuration. During launches, language additions, migrations, and URL changes, old titles, incorrect canonicals, or unintended noindex directives can remain in place.

Useful checks before publishing

  • Title and description match the page
  • Canonical points to the current public URL
  • Noindex is not left behind by mistake
  • Viewport and charset are present
  • OGP and structured data do not tell a different story

The TOOLPOOL Meta Tag Checker fetches a public URL and summarizes title, description, canonical, robots, viewport, and related head metadata in one place.