What Do Meta Tags Mean?
Meta tags sit inside the <head> section of an HTML document, the part a browser processes before it renders visible content. They take the form <meta name="..." content="...">, or variants like charset and http-equiv. No visitor sees them when a page loads: they speak to machines, not people.
The term groups elements with very different jobs. Some describe the content (description), others give crawling and indexing instructions (robots), others handle purely technical tasks (charset, viewport). The <title> element gets mentioned in the same breath out of habit, though it is technically a separate element, not a <meta> tag.
Meta tags belong to a page's Technical SEO, alongside load speed, server status codes, and URL structure. Reviewing them needs no design changes: editing the head of the template is enough. Most content management systems let you set them centrally per page type, without manually touching every single URL.
