Official site — always check you are on kripicard.comVerify

Kripicard
BUY $KRIPIFeesGift CardseSIMFree Tools
BuySign inGet Your CardCard
Menu
Buy $KRIPIFeesGift CardseSIMBIN LookupFree ToolsUse CasesCreatorsAmbassador ProgramVerified Contacts
Sign InGet Your Card
All free tools

SEO tools

Meta Tag Generator

Fill in the page details once and get the whole head block: basic tags, Open Graph, Twitter Card, plus the Next.js metadata object. One source of inputs means the three sets can never disagree.

Page details

46/60

Google truncates around 580px, not a fixed character count — see the SERP preview for the pixel measurement.

126/160

Not a ranking factor, but it is your ad copy in the result list.

Must be absolute. 1200×630 is the safe size for every platform.

Generated head block

meta-tags.html
<!-- Basic -->
<title>Free BIN Lookup — Identify Any Card in Seconds</title>
<meta name="description" content="Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database." />
<link rel="canonical" href="https://home.kripicard.com/bin" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#08080A" />

<!-- Open Graph -->
<meta property="og:title" content="Free BIN Lookup — Identify Any Card in Seconds" />
<meta property="og:description" content="Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://home.kripicard.com/bin" />
<meta property="og:site_name" content="Kripicard" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://home.kripicard.com/og/bin.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Kripicard BIN lookup tool showing a resolved card issuer" />

<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Free BIN Lookup — Identify Any Card in Seconds" />
<meta name="twitter:description" content="Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database." />
<meta name="twitter:image" content="https://home.kripicard.com/og/bin.png" />
<meta name="twitter:image:alt" content="Kripicard BIN lookup tool showing a resolved card issuer" />
<meta name="twitter:site" content="@kripicard" />

Next.js App Router version

If you are on the App Router, export a metadata object instead of writing tags by hand — Next renders and de-duplicates them for you.

metadata.ts
import type { Metadata } from "next"

export const metadata: Metadata = {
  title: "Free BIN Lookup — Identify Any Card in Seconds",
  description: "Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database.",
  alternates: { canonical: "https://home.kripicard.com/bin" },
  openGraph: {
    title: "Free BIN Lookup — Identify Any Card in Seconds",
    description: "Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database.",
    url: "https://home.kripicard.com/bin",
    siteName: "Kripicard",
    locale: "en_US",
    type: "website",
    images: [{ url: "https://home.kripicard.com/og/bin.png", width: 1200, height: 630, alt: "Kripicard BIN lookup tool showing a resolved card issuer" }],
  },
  twitter: {
    card: "summary_large_image",
    title: "Free BIN Lookup — Identify Any Card in Seconds",
    description: "Check the issuer, country, scheme and card type behind any BIN. Free, no signup, and backed by a 165,000-BIN offline database.",
    images: ["https://home.kripicard.com/og/bin.png"],
    site: "@kripicard",
  },
  robots: { index: true, follow: true },
}

Which tags actually matter

A head block can hold dozens of meta tags and almost none of them do anything. The ones that earn their place fall into three groups: what search engines read, what social crawlers read, and what the browser itself needs.

TagRead byWorth setting
titleSearch, social, browser tabAlways
descriptionSearch snippetAlways
link rel=canonicalSearchAlways
og:imageFacebook, LinkedIn, Slack, XAlways
twitter:cardXIf you want a large image
viewportMobile browsersAlways
keywordsNothing, since 2009Never
robotsSearchOnly to restrict

One rule is worth repeating because it breaks silently: og:image and og:url must be absolute URLs. A relative path renders fine in your browser and is ignored by every crawler, so the page looks correct while every shared link comes out blank.

Related tools

  • SERP Preview — see whether the title you wrote survives Google's pixel limit.
  • Schema Generator — add JSON-LD structured data on top of these tags.
  • Canonical Checker — confirm a live page is emitting what you generated here.

Frequently asked questions

Are Open Graph tags and meta tags different things?

No. Open Graph tags are meta tags — they are <meta> elements that use property="og:…" instead of name="…". Twitter Card tags are the same idea with name="twitter:…". That is why this tool generates all three together: they describe the same page, and maintaining them in separate places is how they end up contradicting each other.

Do I need Twitter tags if I already have Open Graph?

Mostly no. X falls back to Open Graph when a Twitter tag is missing, so og:title and og:image alone will produce a card. The one tag worth setting explicitly is twitter:card, because it decides whether you get a small thumbnail or a large image.

Why does my image not show when I share the link?

The most common cause by far is a relative og:image path. Crawlers do not resolve relative URLs, so /og.png is ignored while https://example.com/og.png works. After that, check the image is publicly reachable with no login, and that it is not behind a redirect.

What size should the og:image be?

1200×630 is the safe answer — it satisfies Facebook, LinkedIn, Slack and X's large card. Keep it under about 5 MB and use PNG or JPEG; some crawlers still do not handle WebP or SVG.

Should I use the keywords meta tag?

No. Google confirmed in 2009 that it ignores meta keywords, and nothing has changed since. The field is available here for completeness, but filling it in has no effect on ranking.

Why do my tags not appear when I update them?

Social platforms cache aggressively. Facebook's Sharing Debugger and LinkedIn's Post Inspector both have a re-scrape button; X clears on its own but can take a while. The tag is usually correct and the cache is stale.

Trusted & Verified
Google TrustedVerified Website
AI TrustedAI-Verified Platform
Kripicard

Virtual Visa and Mastercard BINs funded with crypto — accepted worldwide for ads, SaaS, travel and everyday spending.

Issue Instantly

Cards ready in seconds

100% Secure

Bank-grade protection

Global Access

Accepted worldwide

Coming Soon

Mobile apps for iOS and Android launching soon!

Product

  • Home
  • Fees
  • Fee Calculator
  • Free Tools
  • BIN Checker
  • Gift Cards
  • eSIM Plans
  • Use Cases
  • API Card
  • eSIM API
  • Gift Cards API
  • Whitelabel

$KRIPI Ecosystem

  • $KRIPI Utility Token on Solana
  • Buy $KRIPI
  • Kripicard Development Roadmap
  • Crypto Ambassador Program
  • Reseller Program
  • Creator Showcase
  • Content Creators & Testers
  • Free Test Card for Reviewers
  • Advisors
  • Announcements
  • Supported Merchants
  • News

Documentation & Resources

  • $KRIPI Technical Whitepaper
  • Virtual Card FAQ
  • Submit an Idea
  • Official Verified Contacts
  • Verify Official Website
  • Kripicard Brand Assets
  • Crypto Payment Partnerships
  • Crypto News

Support

  • @RaulGG69 — Customer SupportVerified support representative
  • @kripidev — Platform IssuesTechnical support & development
  • Email Support
Follow Us
X (Twitter)BlueskyYouTubeTikTokTwitchPinterestTumblrDisqus$Kripi Community
YOURTIME
88 88 88
——

Your local time — Kripicard works around the clock, in every timezone

Kripicard Headquarters

Rua Visconde de Piraja, 414 - Ipanema

Rio de Janeiro, RJ 22410-002, Brazil

Kripicard USA

8 The Green, STE R, Dover, DE

19901, USA

Privacy Policy•Terms and Conditions•Code of Ethics•Intellectual Property

© 2026 Kripicard. All rights reserved. Kripicard is a financial technology company. Virtual cards are issued by licensed partners in their respective jurisdictions. Availability of products may vary by region and are subject to local laws and regulations.

KRIPICARD®, the Kripicard logo, and related marks are trademarks or registered trademarks of their respective owners where applicable. All website content, graphics, software, documentation, and other materials are protected by copyright and intellectual property laws. Unauthorized reproduction, distribution, modification, reverse engineering, or commercial use without prior written permission is strictly prohibited.