Join Telegram — Explore & Share Links
Tools

Meta tags generator

Generate HTML meta tags for your website in seconds without any signup or installation. Enter page, title, description, and keywords to instantly get the generated meta tags.

Output
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />

About meta tags

Meta tags are few lines of code that is added to the head of the HTML file. They have the information about the page. When you search for a keyword in Google, the search engine will use the meta tags to understand the page and show the results. The title and description are the two most important fields. The keywords field is optional.

The title is the title of the page. It is the first thing that the user sees when they search for a keyword. The description is the description of the page. It is the second thing that the user sees when they search for a keyword.

How to use it

Enter the page title, description, and keywords in the fields above and click the 'Generate' button. The generated meta tags will be displayed in the output box. You can copy the generated meta tags and paste them in the head section of your HTML file.

FAQ

What are benefits of meta tags?
Search engines read title and description to understand your page and to show text in search results. A good title and description can get more clicks and traffic to your website.
Does Google still use the keywords meta tag?
Google has said for a long time that they do not use the keywords meta tag for ranking. You can leave it empty or use it only if your team or another system still wants it.
Can I use special characters in title or description?
This tool escapes basic HTML characters in the output so the code stays safe. Avoid very long text; if description is too long Google may cut it in the search listing.
Is this only for static HTML?
The output is plain HTML meta lines. You can use the same idea in React, Next.js, or any framework - just put equivalent meta in your head or in your framework meta API.