Meta Tag Generator

Generate essential HTML meta tags for your website to improve SEO.

Website Information

Generated Meta Tags

Copy and paste into the <head> of your HTML.

<title>My Awesome Website</title>
<meta name="description" content="A description of my awesome website." />
<meta name="keywords" content="web, site, awesome" />
<meta name="author" content="John Doe" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta charset="UTF-8" />

What are Meta Tags?

Meta tags are snippets of text that describe a page's content; they don't appear on the page itself, but only in the page's source code. Meta tags are essentially little content descriptors that help tell search engines what a web page is about. The most important meta tags for SEO are the title tag and the meta description, as they directly impact how your page appears in search results. Others, like the 'robots' tag, give instructions to search engine crawlers.