Lushai Dev.
Social & SEO Tools

SEO Meta Tag & OpenGraph Generator

Generate Google SEO title tags, meta descriptions, OpenGraph, Twitter Cards, and Next.js 15 metadata with real-time visual previews.

Metadata Configuration

SEO Health:100/100
60/60 chars
157/160 chars
Live Social Preview
https://lushai.dev
Lushai Dev — Mizoram's Premier Tech & Free REST API Platform
Build high-performance web applications, WhatsApp REST APIs, UPI payment gateways, & Mizo Bible APIs with Lushai Dev — Northeast India's rising tech startup.
Client-Ready
<!-- Primary Meta Tags -->
<title>Lushai Dev — Mizoram's Premier Tech & Free REST API Platform</title>
<meta name="title" content="Lushai Dev — Mizoram's Premier Tech & Free REST API Platform">
<meta name="description" content="Build high-performance web applications, WhatsApp REST APIs, UPI payment gateways, & Mizo Bible APIs with Lushai Dev — Northeast India's rising tech startup.">
<meta name="keywords" content="Lushai Dev, Mizoram tech, API platform, web development, mobile app">
<meta name="author" content="Lushai Dev Team">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://lushai.dev">

<!-- Open Graph / Facebook / WhatsApp -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lushai.dev">
<meta property="og:title" content="Lushai Dev — Mizoram's Premier Tech & Free REST API Platform">
<meta property="og:description" content="Build high-performance web applications, WhatsApp REST APIs, UPI payment gateways, & Mizo Bible APIs with Lushai Dev — Northeast India's rising tech startup.">
<meta property="og:image" content="https://lushai.dev/assets/img/hero.webp">

<!-- Twitter / X -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lushai.dev">
<meta property="twitter:title" content="Lushai Dev — Mizoram's Premier Tech & Free REST API Platform">
<meta property="twitter:description" content="Build high-performance web applications, WhatsApp REST APIs, UPI payment gateways, & Mizo Bible APIs with Lushai Dev — Northeast India's rising tech startup.">
<meta property="twitter:image" content="https://lushai.dev/assets/img/hero.webp">

Frequently Asked Questions

Technical Architecture & Guide

Search Engine Indexing & Social Graph Metadata Architecture

When search engine crawlers (Googlebot, Bingbot) and social media scrapers (Twitterbot, Facebook ExternalHit, LinkedInBot, WhatsApp) index a URL, they inspect the HTML document <head> section to extract title tags, descriptions, canonical URLs, and OpenGraph image assets.

Missing, truncated, or misconfigured meta tags severely reduce Click-Through Rates (CTR) across organic search and destroy visual previews across messaging channels. Search engines enforce strict pixel-width limits (~60 characters for titles, ~155-160 characters for descriptions).

The Lushai Dev Meta Tag Generator provides instant visual previews of how your web page appears on Google Search results and social timelines, while generating clean, standards-compliant HTML and modern Next.js 15+ App Router Metadata configuration code.

Core Engineering Features & Standards

Live Google SERP & Social Preview

Instant visual simulation of mobile/desktop Google search results and Twitter / Facebook social cards.

Next.js 15+ Metadata Generator

Exports typed TypeScript code ready for Next.js layout.tsx and page.tsx export const metadata configurations.

Character & Pixel Width Counters

Real-time counters ensure title tags remain within the 60-character limit and meta descriptions stay under 160 characters.

Technical Specifications & Compliance

Search Engine StandardGoogle SERP title/desc pixel limits
Social ProtocolsOpenGraph Protocol (OGP.me), Twitter Cards specification
Framework ExportHTML5 <meta> tags, Next.js Metadata TypeScript

Production Implementation Code Snippets

Next.js App Router (page.tsx)
node
import type { Metadata } from 'next';

export const metadata: Metadata = {
  title: 'High-Performance Cloud APIs | Lushai Dev',
  description: 'Enterprise REST APIs, autonomous tools, and software solutions from Mizoram.',
  alternates: {
    canonical: 'https://lushai.dev/products',
  },
  openGraph: {
    title: 'High-Performance Cloud APIs | Lushai Dev',
    description: 'Enterprise REST APIs and developer tools from Mizoram.',
    url: 'https://lushai.dev/products',
    siteName: 'Lushai Dev',
    images: [
      {
        url: 'https://lushai.dev/assets/img/hero.webp',
        width: 1200,
        height: 630,
        alt: 'Lushai Dev Platform',
      },
    ],
    type: 'website',
  },
  twitter: {
    card: 'summary_large_image',
    title: 'High-Performance Cloud APIs | Lushai Dev',
    description: 'Enterprise REST APIs and developer tools from Mizoram.',
    images: ['https://lushai.dev/assets/img/hero.webp'],
  },
};

Production Security & Architectural Best Practices

Always Specify a Canonical URL

A canonical tag prevents duplicate content penalties when users access URLs via different query strings or protocol prefixes.

Use 1200x630px for OpenGraph Images

A 1.91:1 aspect ratio at 1200x630px guarantees razor-sharp social cards across Facebook, Twitter/X, LinkedIn, and WhatsApp.

Frequently Asked Questions & Technical Insights

What is the optimal character length for a Google meta description?

Aim between 140 and 160 characters. Descriptions longer than 160 characters are typically truncated by Google with an ellipsis (...).

Explore Related Developer Tools

View All Tools
HomeAPIs & DocsPricingToolsAccount