Meta Tags

Description

Meta tags are snippets of HTML placed in the <head> of a webpage that provide information about the page. Important examples include the title tag and meta description, which influence how a page may appear in search results and browser tabs. Other meta tags can control viewport settings for mobile layout, specify character encoding, or give guidance to crawlers. While meta tags are not usually visible on the page itself, they help systems interpret and present your content. Well-written meta tags improve clarity, reduce confusion, and support consistent presentation across pages.

Why it Matters?

  • Helps systems understand what a page is about.
  • Influences how pages appear in search listings and browser tabs.
  • Supports correct indexing and crawling behaviour.
  • Improves clarity and consistency across a website’s pages.

Key Factors

  • Title tag: The main page title shown in browser tabs and often in search results.
  • Meta description: A short summary that may appear under listings.
  • Robots directives: Signals like index/noindex or follow/nofollow.
  • Viewport tag: Helps pages display properly on mobile devices.
  • Canonical tag: Indicates the preferred version of a page when duplicates exist.

Best Practices

  • Write unique, accurate titles for each page.
  • Keep descriptions clear and representative of the content.
  • Avoid duplicating meta tags across many pages.
  • Use correct viewport settings for mobile.
  • Review tags during content updates and redesigns.

FAQs

What are meta tags?

Meta tags are HTML elements in the page head that provide information about the page to browsers and search engines.

Are meta tags visible to visitors?

Most meta tags are not shown on the page, but the title may appear in browser tabs and listings.

Which meta tags matter most?

Commonly the title tag and meta description, plus technical tags like viewport and canonical where needed.

Recent Articles