Meta Tag Generator
Fill in the fields below to generate all essential HTML meta tags for SEO, social sharing, and crawler control.
Frequently Asked Questions
<head></head> section of your HTML document, ideally near the top. The <title> tag should also be inside <head>. Placing them outside <head> may cause crawlers to ignore them.?sort=price) or multiple paths to the same content creating duplicate content problems that can dilute your page's ranking signals.<meta name="robots" content="...">) controls how search engines index and follow links on a specific page. Common values include noindex (exclude from index), nofollow (don't follow links), noarchive (don't cache), and nosnippet (don't show a text snippet). Unlike robots.txt, this tag controls indexing rather than just crawling.
<meta name="viewport" content="width=device-width, initial-scale=1">) tells the browser how to scale the page on mobile devices. Without it, mobile browsers render pages at desktop width and zoom out, creating a poor user experience. Since Google uses mobile-first indexing, pages without proper viewport configuration may rank lower in mobile search results.
<meta http-equiv="refresh" content="0;url=...">) are considered bad practice for SEO. They do not pass PageRank as efficiently as 301 server-side redirects, can disorient users, and may be flagged as a cloaking risk. Always use proper 301 redirects configured at the server or .htaccess level instead.
og:title, og:image, etc.) control how your page appears when shared on Facebook, LinkedIn, Pinterest, and most other social platforms. Twitter Card tags (twitter:card, twitter:title, etc.) are Twitter's proprietary format for rich link previews. Twitter falls back to Open Graph tags when Twitter Card tags are absent, so implementing both ensures optimal display across all platforms.
About This Meta Tag Generator
This free meta tag generator builds the HTML <meta> tags for title, description, robots directives, keywords, author, and viewport from a simple form. Copy the generated tags and paste them into your page's <head>.
Well-crafted meta tags improve how your page appears in search results and social shares. The title and description are shown in SERP snippets; the robots meta tag controls crawling and indexing behaviour.
When to use this tool
- Generating meta tags for a new page without hand-coding
- Checking title and description character length before publishing
- Setting a noindex directive on pages you do not want crawled
- Building a base meta template for a new website
Standards & References
How It Works
Fill the Form
Enter your page title, description, keywords, author, and other settings. Every field is optional β only filled fields are output.
Tags Generated Instantly
JavaScript assembles the correct HTML meta tag syntax on every keystroke. Character count helpers tell you when you are within the recommended limits.
Copy & Paste
Click the Copy button and paste the generated tags directly into the <head> section of your HTML or CMS template.
Common Use Cases
New Website Launch
Generate a complete set of meta tags for every page before launch to ensure search engines can correctly index and display your content from day one.
SEO Optimization
Update existing pages with better-optimized title and description tags to improve click-through rates from search engine results pages.
Crawler Control
Use the robots meta tag to precisely control which pages get indexed, preventing thank-you pages, admin areas, and duplicate content from entering Google's index.
CMS Templates
Generate the correct meta tag structure to use as a template base in WordPress, Drupal, or custom CMS theme header files.
Duplicate Content Prevention
Generate canonical tags that point to the preferred version of each page, preventing SEO dilution from parameter-based URL variants.
Content Attribution
Add author meta tags for articles and blog posts, supporting Google's E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) signals.
Related SEO Tools
Related Articles
View all articles
Open Graph and Twitter Cards: The Meta Tags That Control Social Sharing Previews (Not Search Snippets)
A page can have a perfect title tag, meta description, and canonical URL β and still show a broken or generic preview when shared on social media, because search snippets and social previews are controlled by entirely different sets of meta tags. Here's what Open Graph (og:title, og:description, og:image, og:url) and Twitter Card tags actually control, why image size/aspect-ratio matters, and why platforms' aggressive caching means updated images may not show up on previously-shared links without manually triggering a re-fetch.
Robots.txt, Meta Robots, and X-Robots-Tag: Why Blocking AND Noindexing the Same Page Is a Contradiction
A page blocked in robots.txt AND tagged noindex is a contradiction β the robots.txt block prevents crawlers from ever seeing the noindex tag. Here's how robots.txt (crawl-level), meta robots (page-level), and X-Robots-Tag (HTTP header, any file type) actually relate, why "block AND noindex" doesn't work as intended, and the correct configuration for actually excluding pages from the index.
Meta Description Best Practices: Writing Snippets That Drive Clicks and Reduce Rewrites
Google rewrites meta descriptions 60β70% of the time β but writing them well still matters because CTR affects rankings and rewrites are less likely when descriptions directly match the query. Here's how to write descriptions that drive clicks, with specific techniques for different page types and character limit guidance.
Why Google Rewrites Title Tags β and How to Write Ones It Actually Uses
Google rewrites title tags in 30β60% of cases depending on the site. Here's what triggers rewrites, what Google substitutes instead, and how to write titles that get left alone β with guidance on length, keyword use, and the brand name question.
Meta Tag Generator β Create Optimised SEO Meta Tags for Any Page
Learn which meta tags matter for SEO, how to write titles and descriptions that increase click-through rates, what robots meta tags do, and how to generate all essential meta tags with a free tool.