Meta Tag Generator
Generate HTML meta tags for title, description, robots, language, and author.
HTML Meta Tag Generator for Page Metadata
A meta tag generator creates HTML metadata tags from the information you enter into a form. This Gouho tool is focused on core page metadata: site title, site description, site keywords, robots indexing and following directives, content type, language, optional revisit-after timing, and optional author information. After you submit the form, the result gives you copyable HTML meta tags and a plain text version that can be saved as a TXT file.
The tool is useful when you need a clean starting point for a page head, a small static website, a template update, or a quick metadata draft. It does not replace editorial judgment or technical SEO review. It gives you structured HTML output, then you decide whether the title, description, robots settings, and optional tags match the page’s real purpose.
How to Use the Meta Tag Generator
- Enter the Site Title. Keep it specific to the page, not only the website name.
- Enter the Site Description. Write a short, readable summary that explains what the page offers.
- Add Site Keywords if you need the legacy keywords tag for your project. Separate keyword phrases with commas.
- Choose whether robots should index the page.
- Choose whether robots should follow links on the page.
- Select the content type option, such as UTF-8 or UTF-16.
- Select the page language from the visible language menu.
- Choose a revisit-after value if you want that optional tag included, or leave it at the neutral option when it is not needed.
- Add an Author value when the page should include an author meta tag.
- Click Generate, then copy the generated tags or save the plain text output as a TXT file.
The result area shows highlighted generated tags and provides Copy to Clipboard and Save as TXT actions. Copy is the fastest option when you are pasting into a template or CMS field. Save as TXT is useful when you want to send the generated code to a developer, keep a local record, or compare draft versions later.
What Each Generated Tag Is For
Title and Description Tags
The title and description should be treated as editorial fields, not mechanical placeholders. The title helps identify the page topic, while the description explains the page in a compact sentence or two. Before generating tags, write these fields for the exact page you are working on. A homepage, article, tool page, contact page, and product page should not share the same metadata.
Robots Index and Follow Directives
The index and follow choices are converted into a robots meta tag. Choose index when the page is meant to appear in search results. Choose noindex for pages that should stay out of search, such as some internal, duplicate, temporary, or low-value pages. Choose follow when crawlers may follow links on the page. Choose nofollow only when you have a specific reason to discourage link following from that page.
Charset, Language, Author, and Revisit-After
The content type option creates a charset-related tag. For most modern pages, UTF-8 is the practical default. The language field adds language metadata. The author field is optional and should be used only when an author tag is meaningful for your site. The revisit-after tag is also optional and may not be used by major search engines as a ranking signal, but some site owners still include it for legacy metadata consistency.
When This Generator Is the Right Tool
- Building a new static page: generate a basic metadata block before adding it to the page head.
- Preparing a CMS template: draft the fields that a developer or editor needs to map into the template.
- Creating a quick metadata sample: show a client or teammate what the generated HTML will look like.
- Testing robots choices: compare index/follow combinations before choosing the final directive.
- Documenting a metadata update: save the TXT output so the exact requested tags are easy to review later.
If you already have a live page and need to see what metadata is currently published, use the Meta Tag Checker after generating or updating the tags. If your page also needs social preview markup, create that separately with the Open Graph Generator. If you are reviewing whether the page copy supports the topic you describe in the title and description, use the Keyword Density Checker as a separate content check.
Writing Better Inputs Before You Generate Tags
The generated HTML is only as useful as the fields you provide. Start with the real page purpose. A good title identifies the page clearly without stuffing several unrelated keywords into one line. A good description tells a searcher or visitor what they will find, why the page is relevant, and what kind of task it helps with. If you are generating tags for several pages, write unique values for each page instead of copying the same title and description across the site.
Use the keyword field carefully. The meta keywords tag is a legacy field and should not be treated as a shortcut for ranking. If your project still uses it for internal search, older systems, or documentation, keep the keywords concise and relevant. Do not add long lists of unrelated phrases, competitor names, or repeated variations.
Common Mistakes to Avoid
- Do not generate a title that describes the whole website when the tag is for one specific page.
- Do not choose noindex for a public page that should be discoverable in search.
- Do not rely on the keywords tag as a substitute for useful page content.
- Do not paste generated tags into the visible body content; metadata belongs in the page head or the equivalent CMS metadata fields.
- Do not forget to test the live page after implementation, because the generated code must still be added correctly to the website.