Meta Tag Preview & Generator
See your meta tags in Google and on social, then write new ones.
Two things on one page. Up top, the preview: type a title and description or pull them straight from a published URL, then watch the result update instantly for desktop and mobile, complete with the pixel width where Google truncates — plus WhatsApp, Facebook, X, and LinkedIn cards built from your Open Graph tags. Enter a target keyword to see the bolding search results apply. Below, the generator: Basic mode writes what almost every page needs, Pro mode adds hreflang, article tags, site verification, icons, and advanced crawler directives. The output is ready to paste into your head.
Fill automatically from a page already published
Pull the title, description, favicon, and Open Graph tags from a URL, then change them to see what happens. This is the only part that uses quota.
Google bolds words that match the search.
For articles, Google puts this in front of the snippet.
Generator meta tag
Fill in the fields, then copy the tags assembled below into your page’s <head>. Everything is computed in your browser and uses no quota.
Basic mode prints charset, viewport, title, description, canonical, robots, Open Graph, and the Twitter card.
Pemeriksaan
- The title is still empty. This is the one tag you cannot skip.
- Without a meta description, Google writes its own snippet from the page content.
- No canonical. A page reachable at several addresses will be treated as duplicates.
- Without og:image, your link is shared as plain text with no picture.
- A large-image card with no image falls back to the plain summary card.
- og:site_name is empty, so your site name does not appear on the share card.
Hasil
<!-- Meta tags built with KokoSEO — https://kokoseo.com/tools/serp-preview --> <!-- Paste inside <head>. Remove any existing title and description first so they are not duplicated. --> <!-- Basics --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- Search engine crawlers --> <meta name="robots" content="index, follow" /> <!-- Open Graph — Facebook, LinkedIn, WhatsApp, Telegram --> <meta property="og:type" content="website" /> <!-- Twitter / X --> <meta name="twitter:card" content="summary_large_image" /> <!-- Installed it? Check the result at https://kokoseo.com/tools/meta-tag-analyzer -->
Satu lagi di luar <head>: pastikan tag pembuka halamanmu berbunyi <html lang="id">. A wrong lang attribute makes screen readers pronounce this page in the wrong accent.