What are HTML Meta Tags?
Meta tags are structured snippets of HTML placed inside the <head> element of a webpage. They inform search engine crawlers (Googlebot, Bingbot) and social platforms (Facebook, X/Twitter, LinkedIn) how to index, summarize, and display your site in search snippets and social feed previews.
- Input your primary Page Title and compelling Meta Description (under 160 characters).
- Enter your Canonical URL and high-resolution Open Graph Image link (1200x630 px recommended).
- Set crawler indexing directives (
index, follow). - Click Generate Meta Tags, copy the generated block, and paste it directly between your website's
<head>and</head>tags.
Core Meta Tag Protocols
Modern web indexing relies on three complementary tag standards:
| Protocol | Tag Attribute | Primary Function |
|---|---|---|
| Standard HTML | name="description" |
Defines Google search engine snippet text |
| Open Graph (OG) | property="og:image" |
Generates rich link preview cards on Facebook & WhatsApp |
| Twitter Card | name="twitter:card" |
Renders large preview media banners across X / Twitter |
| Canonical Link | rel="canonical" |
Prevents duplicate content penalties by declaring original URL |
Image Dimension Recommendation:
Always supply a 16:9 ratio image (e.g., 1200 x 630 px or 1280 x 720 px) for the og:image tag to ensure full-width banner display on social feeds without awkward cropping
Frequently Asked Questions
Where should I paste these meta tags?
Paste the entire generated block inside the <head> section of your HTML document, above the closing </head> tag.
Do meta keywords help Google rankings?
Google no longer uses the meta keywords tag for web search rankings. However, some secondary search engines and internal search modules still reference them.
Why is a Canonical URL important?
Canonical tags tell search engines which URL represents the master copy of a page, preventing duplicate content issues caused by URL parameters or tracking tags.