TOOLS WORLD logoTOOLS WORLD

Meta Tags Toolkit

Paste any URL to fetch its meta tags, edit the title, description, and image, preview how the page looks on Google, Facebook, Twitter, LinkedIn, Pinterest, Slack, and WhatsApp, then copy a ready-to-paste meta tag snippet.

Paste a public URL to load its existing title, description, and Open Graph tags. You can also fill the fields manually without fetching.

Preview

Google search preview

example.com

Page Title

Add a meta description to improve click-through rates in search results.

Generated meta tags

<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />

What are meta tags?

Meta tags are HTML elements placed in a page's <head> section that describe the page to search engines, browsers, and social platforms. They do not appear as visible content on the page itself — instead, they act as machine-readable labels that tell crawlers what the page is about, how it should be indexed, and how it should look when shared as a link preview.

The most important meta tags for SEO and marketing are the title tag, the meta description, and the Open Graph tags (especially og:title, og:description, and og:image). Twitter/X uses its own twitter:* tags, though most platforms fall back to Open Graph values when Twitter tags are missing.

Why do meta tags matter?

Meta tags shape the first impression of your page everywhere it is linked — Google search results, Facebook posts, LinkedIn shares, Slack unfurls, WhatsApp messages, and Pinterest pins. A missing or poorly written title means your link shows a generic URL. A missing description means platforms pick random text from the page body. A missing or broken og:image means your share appears as a plain text link with no visual hook.

For marketers, meta tags are the difference between a share that gets ignored and one that drives clicks. For developers, they are the bridge between what your app renders and what external systems (search crawlers, social bots, messaging apps) understand about each URL.

Do meta tags help with SEO?

Yes — with nuance. The title tag is a direct ranking signal: Google uses it as the primary headline in search results and considers it when matching queries to pages. The meta description is not a direct ranking factor, but a compelling description improves click-through rate (CTR), which indirectly supports performance in search.

Open Graph and Twitter Card tags do not directly affect Google rankings, but they strongly influence social traffic, referral clicks, and brand perception. A page with complete, accurate meta tags across title, description, and image will perform better across every channel where the URL is shared — not just in organic search.

Title tag

The <title> element defines the page title shown in browser tabs, search engine results, and most social previews. Google typically displays the first 50–60 characters; longer titles are truncated with an ellipsis.

  • Put the primary keyword near the beginning, but write for humans, not keyword lists.
  • Keep titles unique across your site — duplicate titles confuse crawlers and users.
  • Include your brand name at the end when space allows (e.g. JSON Formatter | TOOLS WORLD).
  • Match the og:title to the title tag unless you have a specific reason to differ (e.g. shorter social headline).

Meta description

The <meta name="description"> tag provides a short summary of the page. Google often uses it as the snippet text below the title in search results, though it may rewrite the snippet if it finds more relevant on-page text for a given query.

  • Aim for 150–160 characters. The Meta Tags Toolkit shows a live counter as you type.
  • Write a clear value proposition: what the page offers and why someone should click.
  • Avoid duplicate descriptions across pages — each URL should have its own summary.
  • Mirror the description in og:description and twitter:description for consistent previews everywhere.

Meta image (og:image)

The og:image tag tells social platforms which image to display when your URL is shared. Without it, platforms may pick a random image from the page — or show no image at all.

  • Recommended size: 1200 × 630 px (1.91:1 ratio) in PNG or JPG format.
  • Use an absolute HTTPS URL. Relative paths like /images/og.png fail on many platforms.
  • Keep file size under 300 KB for fast loading by social crawlers.
  • Add og:image:width and og:image:height to help platforms render the card correctly.
  • Set twitter:card to summary_large_image and include twitter:image pointing to the same URL.

Create meta tags for SEO and digital marketing

Building a complete meta tag set for a new page takes five steps — and this tool handles all of them:

  1. Fetch or enter your page URL. Paste a live URL to auto-load existing tags, or fill the fields manually for pages still in development.
  2. Craft the title and description. Use the character counters to stay within Google and social platform limits. Lead with the primary keyword and a clear benefit statement.
  3. Set the og:image. Upload a 1200 × 630 image to your CDN or site, then paste the absolute URL. If you need a QR code or branded asset for a campaign, pair this with the QR Code Generator.
  4. Preview across platforms. Switch between Google, Facebook, Twitter/X, LinkedIn, Pinterest, Slack, and WhatsApp tabs to see how your link will look when shared on each channel.
  5. Copy the generated HTML.Paste the snippet into your page's <head> section, or into your CMS SEO plugin (WordPress Yoast, Next.js metadata, etc.).

After deploying, validate with platform-specific debuggers: Facebook Sharing Debugger, LinkedIn Post Inspector, and Twitter Card Validator. Social platforms cache previews aggressively — use "Scrape Again" or add a query parameter to force a refresh.

How to use the Meta Tags Toolkit

  1. Paste a public URL into the input box and click Fetch Meta Tags, or skip fetching and type values directly.
  2. Edit the title, description, image URL, site name, and canonical page URL. Character counters highlight when you exceed recommended limits.
  3. Click each preview tab — Google, Facebook, Twitter/X, LinkedIn, Pinterest, Slack, WhatsApp — to see platform-specific renderings.
  4. Review the generated HTML snippet at the bottom and click Copy Tags to paste into your project.

For cleaning up HTML markup around your meta tags, use the HTML Formatter. For encoding special characters in URLs within your tags, try the URL Encoder & Decoder.

Frequently asked questions

Does this tool store the URLs I paste?
No. When you fetch a URL, our server requests that page's public HTML to extract meta tags, then returns the parsed title, description, and image fields to your browser. We do not store, log, or retain the URL or its content after the request completes.
Why can't I preview localhost or internal URLs?
For security, the fetch endpoint blocks private IP addresses, localhost, and internal hostnames. This prevents the tool from being used to scan your local network. To preview a local site, enter the meta tag values manually in the editor fields instead of fetching.
What image size should og:image be?
Open Graph and Twitter Card images work best at 1200 × 630 pixels (1.91:1 aspect ratio). Facebook, LinkedIn, Twitter/X, Slack, and WhatsApp all support this size. Pinterest prefers taller images (2:3 or 1000 × 1500 px). Keep file size under 300 KB and use HTTPS URLs for reliable previews.
Will Google show my og:image in search results?
Usually not in standard blue-link results. Google primarily uses the title tag and meta description for search snippets. og:image is used by social platforms (Facebook, LinkedIn, Slack, WhatsApp) and some rich results, but regular organic listings rarely display the Open Graph image.
Can I use this without fetching a URL?
Yes. You can skip the fetch step entirely and type your title, description, image URL, site name, and page URL directly. The previews and generated HTML snippet update live as you edit.
Why did fetching fail for a valid public URL?
Some sites block automated requests, require JavaScript to render meta tags, or return very large HTML pages. If fetch fails, copy the values from your page source or CMS and paste them into the editor manually. The preview and generator still work with hand-entered data.

Related tools

More free tools you might find useful alongside the Meta Tags Toolkit.