Meta Tag Generator
Fill in your page details and get the complete set of HTML meta tags: title, description, Open Graph (Facebook), Twitter Card, and JSON-LD. Preview exactly how your page will appear in Google and on social media.
Google Search Preview
utilhub.in
UtilHub — Free Developer Tools
55+ free developer tools in one place: JSON formatter, regex tester, token counter, and more. No login required.
<!-- Primary Meta Tags --> <title>UtilHub — Free Developer Tools</title> <meta name="title" content="UtilHub — Free Developer Tools" /> <meta name="description" content="55+ free developer tools in one place: JSON formatter, regex tester, token counter, and more. No login required." /> <meta name="robots" content="index, follow" /> <link rel="canonical" href="https://utilhub.in" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:url" content="https://utilhub.in" /> <meta property="og:title" content="UtilHub — Free Developer Tools" /> <meta property="og:description" content="55+ free developer tools in one place: JSON formatter, regex tester, token counter, and more. No login required." /> <meta property="og:image" content="https://utilhub.in/og-image.png" /> <meta property="og:site_name" content="UtilHub" /> <meta property="og:locale" content="en_US" /> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:url" content="https://utilhub.in" /> <meta property="twitter:title" content="UtilHub — Free Developer Tools" /> <meta property="twitter:description" content="55+ free developer tools in one place: JSON formatter, regex tester, token counter, and more. No login required." /> <meta property="twitter:image" content="https://utilhub.in/og-image.png" /> <meta property="twitter:site" content="@developersfocus" />
Frequently Asked Questions
What is the ideal title and description length?
Title: 50-60 characters (Google truncates at ~60). Description: 120-160 characters. Longer descriptions are truncated in search results. Include your primary keyword early in both fields.
What size should the OG image be?
1200×630 pixels is the standard for Open Graph images. This is the size displayed when your link is shared on Facebook, Twitter/X, LinkedIn, and Slack. Use PNG or JPEG format. Twitter/X recommends 2:1 aspect ratio (1200×600).
What does the canonical URL do?
The canonical URL tells search engines which version of a page is the 'official' one when you have duplicate content (e.g., same page accessible via multiple URLs with different query parameters). It prevents duplicate content penalties.