Generate all essential HTML meta tags in seconds — title, description, keywords, robots, canonical, viewport, author, and more. Includes live Google SERP preview and completeness scoring.
Meta tags are HTML elements placed inside the <head> section of a webpage. They provide metadata — information about the page — to browsers, search engines, and social media platforms. While users don't see meta tags directly, they have a significant impact on how your page appears in search results, how it renders on mobile devices, and how it's shared on social networks.
Unlike the visible content of your page, meta tags are invisible to visitors but critically important to search engines. Google reads your <title> and <meta name="description"> to decide how to display your page in search results. The <meta name="robots"> tag tells crawlers whether to index and follow your page.
index, follow is the default. Use noindex on thank-you pages, admin pages, and duplicate content.UTF-8 to support all languages and special characters correctly.<head></head> section of your HTML document, before the closing </head> tag. The <title> tag should typically appear first, followed by charset, viewport, and then the rest. Order within the head doesn't affect functionality, but putting charset first is a best practice because it tells the browser how to decode the rest of the document.<link rel="canonical" href="...">) tells Google which URL is the "preferred" version of a page when the same content is accessible from multiple URLs. You need it when: your CMS creates paginated versions, when you have session IDs or tracking parameters in URLs, when the same content is syndicated on multiple domains, or when HTTP and HTTPS versions both exist. Set the canonical to the full absolute URL of the preferred version.