Skip to main content
DevTools24

मेटा टैग जनरेटर

SEO के लिए HTML मेटा टैग जनरेट करें।

Basic Meta Tags

0/60
0/160

Open Graph Tags

Twitter Card Tags

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#000000">

Meta Tags - तकनीकी विवरण

Meta tags provide metadata about your HTML page. They affect SEO (title, description), social sharing (Open Graph, Twitter Cards), and browser behavior (viewport, charset). Place them in the <head> section of your HTML.

कमांड-लाइन विकल्प

# Check meta tags with curl\ncurl -s https://example.com | grep -i '<meta\\|<title'\n\n# Validate with Facebook Debugger\n# https://developers.facebook.com/tools/debug/

संदर्भ

आधिकारिक स्पेसिफिकेशन देखें