Generate SEO-optimized HTML meta tags for any web page. Create properly formatted title tags, meta descriptions, canonical URLs, robots directives, and viewport settings in seconds — ready to paste into your HTML.
Meta tags are snippets of HTML code in the <head> section of a web page that provide metadata about that page to search engines and browsers. While they are invisible to visitors, meta tags play a critical role in how Google, Bing, and other search engines understand, index, and display your content in search results.
Properly optimized meta tags can directly improve your click-through rate (CTR) from search results — which is one of the strongest indirect ranking signals. A page ranking #5 with a compelling title and description can get more clicks than a page ranking #3 with a generic one.
The title tag is the single most important on-page SEO element. It appears as the clickable blue headline in Google search results and in the browser tab. Google uses the title tag heavily to understand the topic of a page and determine relevance to search queries.
Best practices for title tags:
Example: <title>Free Meta Tag Generator - Create SEO Tags Instantly | CostZap</title>
The meta description appears below the title in search results. While Google has confirmed it is not a direct ranking factor, it significantly impacts CTR — which indirectly affects rankings. Think of it as your free advertising copy in Google's search results.
Best practices for meta descriptions:
The canonical tag (<link rel="canonical">) tells search engines which version of a URL is the "official" one. This is critical for preventing duplicate content issues where the same content is accessible at multiple URLs (e.g., with/without www, with/without trailing slash, HTTP vs HTTPS).
Canonical URL rules:
The robots meta tag tells search engines whether to index a page and whether to follow the links on it. The four common directives are:
The viewport tag is essential for mobile-responsive design. It tells browsers how to scale the page on different screen sizes. Without it, mobile devices will render your page at desktop width and shrink it down, creating a terrible mobile experience.
The standard viewport tag: <meta name="viewport" content="width=device-width, initial-scale=1.0">
Google has officially stated it does not use the meta keywords tag as a ranking signal (since 2009). However, some smaller search engines (like Yandex) may still consider it. Including keywords won't hurt your SEO, but don't expect it to help your Google rankings either.
Meta tags go in the <head> section of your HTML document, before the closing </head> tag. If you use a CMS:
<head> section.<Head> component or generateMetadata() function.Open Graph Tag Generator — Generate social sharing tags | Robots.txt Generator — Control crawler access | Keyword Density Checker — Check keyword usage
The most important meta tags are: (1) Title tag — the single biggest on-page SEO factor, (2) Meta description — affects click-through rate from search results, (3) Canonical URL — prevents duplicate content issues, and (4) Viewport tag — required for mobile-first indexing. Focus on getting these four right before worrying about anything else.
The ideal meta description is 150–160 characters. Google truncates descriptions longer than approximately 155–160 characters on desktop and 120 characters on mobile. Write your most important information within the first 120 characters to ensure visibility on all devices.
No. Google has officially stated that it has ignored the meta keywords tag since 2009. Bing has also confirmed it does not use it for rankings. Some smaller search engines like Yandex may still reference it, but for Google SEO purposes, it has zero impact.
Every page should have at minimum: a title tag, a meta description, a canonical URL, a viewport tag, and a charset declaration. You can optionally add robots directives, Open Graph tags for social sharing, and structured data (JSON-LD). There is no maximum, but keep them relevant.
Yes, if used incorrectly. A noindex robots tag will remove your page from Google entirely. Incorrect canonicals can point Google to the wrong URL. Keyword-stuffed titles can trigger spam filters. Always review your meta tags carefully before publishing.
Update meta tags when: you update the page content significantly, your click-through rate in Google Search Console is below average for your ranking position, or you're re-targeting a page for different keywords. Otherwise, well-written meta tags don't need frequent changes.