Meta Tags Generator

A meta tags code generator is a tool that helps you create and manage the meta tags for your website. Meta tags are HTML tags that provide information about your website to search engines and other web browsers.

They can be used to improve the visibility of your website in search results, and to provide additional information about your website to visitors.

Paste a live page address to read its existing title, description, Open Graph, and Twitter tags into the form.

Basic

A comma separated list of terms. Most search engines ignore this tag, but some site search tools still read it.
The preferred URL for this page. Tells search engines which version to index when the same content is reachable from several addresses.

Social (Open Graph)

Shown when the page is shared on Facebook, LinkedIn, Slack, Discord, WhatsApp and iMessage. Leave empty to reuse the Title above.
Leave empty to reuse the Description above. Most platforms cut this off sooner than search results do.
The canonical address of this page as it should be shared. Leave empty to reuse the Canonical URL above.
The name of the overall site, not this page. For example IMDb.
Use an absolute URL. 1200x630 is the safe size, and most platforms will not fetch images over 5MB.
Letting platforms know the size up front means the card renders on the first share instead of after the image is crawled.

Document

Search Engines

Maximum characters of this page a search engine may show as a text snippet. Use -1 for no limit.
The token from Google Search Console, used to prove you own the site.
The token from Bing Webmaster Tools.

Icons

Used when someone adds your site to the home screen on iOS.
Usually /site.webmanifest. Describes your site when it is installed as an app.

Preview

An approximation of how your page will look when it is shared. Actual rendering varies by platform.
e
Example
https://example.com
Your page title will appear here

Your meta description will appear here, showing roughly how the snippet looks in search results.

Code

Insert the following code into the <head> section of your webpage.
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Search engines -->
<meta name="robots" content="index, follow">
© 2026 Made with ❤️ and ☕ in Chicago.