Skip to main content
UFOZoo

Meta Tag Generator: Create SEO Title & Description Online

Meta tag generator online: create SEO title, description, and Open Graph tags with live character count for search engines.

Updated 2026-08-16

Related Tools

Features

  • Generate complete SEO meta tags with one click: title, description, keywords, and canonical URL
  • Open Graph tags for Facebook, LinkedIn, and other social platforms: og:title, og:description, og:image, og:type
  • Twitter Card tags for optimized sharing on Twitter/X: twitter:card, twitter:title, twitter:description, twitter:image
  • Real-time preview of how your page will appear in Google search results
  • Social media preview showing how your link will look when shared on Facebook and Twitter
  • Character count validation: ensures title stays within 50-60 characters and description within 150-160 characters
  • Copy-ready HTML output: paste directly into your <head> section
  • Support for additional meta tags: robots, author, viewport, content-language
  • SEO best practices built in: warns about missing keywords, short descriptions, or long titles

How to Use

  1. 1Enter your page title (50-60 characters recommended for optimal display in search results).
  2. 2Write a compelling meta description (150-160 characters) that includes your primary keyword.
  3. 3Add relevant keywords separated by commas (optional but recommended for some search engines).
  4. 4Enter the canonical URL of your page to prevent duplicate content issues.
  5. 5Fill in Open Graph fields for social media sharing: title, description, and image URL.
  6. 6Click Generate to create all meta tags. Preview the search result and social media appearance.
  7. 7Copy the HTML code and paste it into your page's <head> section.
  8. 8Use the robots meta tag dropdown to control crawler behavior: set index/noindex and follow/nofollow directives to prevent thin content from appearing in search results while guiding crawlers to your important pages.

Frequently Asked Questions

What are meta tags and why are they important?

Meta tags are HTML elements that provide information about a web page to search engines and browsers. They don't appear on the page itself but are located in the <head> section. The most important meta tags are the title tag (which appears in search results and browser tabs), meta description (which appears below the title in search results), and Open Graph tags (which control how your page appears when shared on social media).

How long should my title tag be?

Google typically displays the first 50-60 characters of a title tag. If you keep your titles under 60 characters, about 90% of your titles will display properly. Titles longer than 60 characters may be truncated in search results with an ellipsis (...).

How long should my meta description be?

Meta descriptions should be between 150-160 characters. Google may display up to 155-160 characters on desktop and slightly fewer on mobile. If your description is too long, it will be cut off. If it's too short, you're missing an opportunity to convince users to click.

What are Open Graph tags?

Open Graph tags (og:title, og:description, og:image, etc.) control how your page appears when shared on social media platforms like Facebook, LinkedIn, and Twitter. Without Open Graph tags, social media platforms may display random content from your page. The og:image tag is particularly important: it determines the thumbnail image shown when your link is shared.

What is a canonical URL?

A canonical URL tells search engines which version of a page is the 'master' version when similar or duplicate content exists at multiple URLs. For example, if your page is accessible at both example.com/page and www.example.com/page, the canonical tag tells Google which one to index. This prevents duplicate content issues that can hurt your SEO rankings.

Do meta keywords still matter for SEO?

Google has officially stated that they do not use the meta keywords tag for ranking. However, other search engines like Bing and Yandex may still consider them as a minor signal. While not critical for Google SEO, including meta keywords doesn't hurt and may help with other search engines.

What are Twitter Card tags and why are they important?

Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image) control how your page appears when shared on Twitter/X. The twitter:card type determines the layout: summary cards show a small thumbnail, while summary_large_image shows a large hero image. Without Twitter Cards, shared links will lack proper previews, reducing engagement and click-through rates on the platform.

Why won't Google use the meta description I wrote?

Google rewrites descriptions roughly 30-40% of the time, usually when the query matches different text on the page, when the description is too long (it truncates around 155-160 characters), or when it judges its own snippet as better. You cannot force Google to use your description, but you can improve the odds: keep it under 160 characters, make it match the page content and query intent, and check for canonical or duplicate issues pointing at another page. A meta tag generator output follows the same rules: the tag is a suggestion, not a command.

What is the robots meta tag and how do I use it?

The robots meta tag controls how search engines index and follow links on a page. Common values include: index/noindex (allow or block indexing), follow/nofollow (allow or block following links on the page), noarchive (prevent cached copies in search results), and nosnippet (prevent text previews in search snippets). This complements robots.txt by giving per-page granular control over search engine behavior.

Why do my meta tags disappear after I publish the page?

Almost always one of three causes: (1) you edited the wrong file (a build step or CMS template overwrote your changes); (2) the CMS or a plugin injects its own tags that take precedence (for example Yoast on WordPress); (3) caching (browser, CDN, or server cache still serves the old HTML). Inspect the live page source (Ctrl+U) to see what is actually delivered, clear the caches, and if you used a meta tag generator, paste the exact tags it outputs into the right template file.

Why is my page not showing up in Google?

Work through the checklist: 1) Make sure the generated robots meta is index, not noindex, since a leftover noindex (from a staging copy, for example) is the most common cause. 2) Check robots.txt does not block the page. 3) New pages take days to weeks to appear, especially on new sites. 4) Submit the URL in Google Search Console's URL Inspection tool and request indexing. 5) If it was indexed before and disappeared, check for a manual action or a sudden drop in content quality. Meta tags alone do not guarantee indexing; they only control it when present.

Why can't the meta tag generator create tags from a URL automatically?

Reading a live URL requires fetching and parsing the page's HTML, which this generator does not do: you supply the title, description, and image yourself, and it produces the tag code. Generators elsewhere that advertise a 'meta tag generator from url' mode typically scrape existing tags or guess values, which are often wrong. Hand-entering accurate values with this meta tag generator is the reliable way to get clean output.