Originally published: February 10, 2020 · Last updated: August 17, 2026
Meta tags are easy to overcomplicate. Some are important controls for search engines, some influence how a result may appear, and many old tags have little or no value for modern SEO.
The useful approach is to understand what each tag actually does instead of filling every field an SEO plugin exposes.
The title element is still essential
The HTML <title> element is not technically a meta tag, but it remains one of the most important pieces of page metadata. Google can use it as a source when generating the title link shown in search results.
Write titles that are descriptive, concise and specific to the page. Avoid repeating the same generic title across large sections of the site.
Meta descriptions are snippet suggestions
A meta description gives search engines a short summary of the page. Google may use it as the search snippet when it fits the query, but it can also generate a different snippet from the visible content.
That means the description should be useful and accurate, not stuffed with keywords or treated as guaranteed SERP copy.
Robots meta tags control indexing behavior
The robots meta tag can specify directives such as noindex, nofollow, nosnippet and snippet limits. These directives are powerful, so accidental settings can remove important pages from search.
Remember that crawlers must be able to access an HTML page to read its robots meta tag. Blocking a URL in robots.txt while expecting Google to read a noindex directive on the same page is contradictory.
Use X-Robots-Tag for non-HTML resources when needed
HTTP headers can carry equivalent indexing directives for resources such as PDFs or other files that do not have an HTML head section. This is useful when you need page-level search controls outside normal HTML documents.
Viewport metadata matters for mobile rendering
The viewport tag helps browsers render responsive pages correctly on mobile devices. It is primarily a usability and rendering concern rather than a keyword-ranking field, but a broken mobile layout is still a real website problem.
Charset should be simple and early
A valid character encoding declaration helps browsers interpret the document correctly. Modern sites typically use UTF-8. This is basic HTML hygiene rather than a special SEO tactic.
Do not chase obsolete keyword meta tags
The old meta keywords tag should not be part of a modern Google SEO strategy. If an old plugin or template still exposes it, that is not a reason to spend editorial time maintaining it.
Social metadata serves a different purpose
Open Graph and similar social-sharing metadata can help control how links appear on social platforms. They are useful for presentation and sharing, but they should not be confused with Google-specific indexing controls.
A practical metadata checklist
- Write a unique, descriptive title.
- Add a useful meta description when appropriate.
- Check robots directives before publishing.
- Verify the canonical URL separately.
- Use viewport and charset declarations correctly.
- Add social metadata if social sharing matters.
- Ignore obsolete fields that have no defined purpose.
The practical rule
Good metadata is small, intentional and consistent with the visible page. Do not add tags because an old checklist says they exist. Use supported controls for a clear purpose and verify that your SEO plugin is not generating conflicting directives.
Official references: Google supported meta tags and attributes, Google title link guidance and Google robots meta tag specifications.