Privacy First (Client-Side)

Meta Tags Generator

กรอกข้อมูลหน้าเว็บของคุณให้ครบ เพื่อความปังด้าน SEO และการแชร์บน Social Media!

32 / 60
101 / 160
My Websitehttps://example.com/page-url

Page Title - Up to 60 characters

Page Description - Typically 150-160 characters long. This is what shows up in Google search results.

index.html
1<!-- Primary Meta Tags -->2<title>Page Title - Up to 60 characters</title>3<meta name="title" content="Page Title - Up to 60 characters" />4<meta name="description" content="Page Description - Typically 150-160 characters long. This is what shows up in Google search results." />5<meta name="keywords" content="keyword1, keyword2, keyword3" />6<meta name="author" content="Author Name" />7<meta name="robots" content="index, follow" />8 9<!-- Open Graph / Facebook -->10<meta property="og:type" content="website" />11<meta property="og:url" content="https://example.com/page-url" />12<meta property="og:title" content="Page Title - Up to 60 characters" />13<meta property="og:description" content="Page Description - Typically 150-160 characters long. This is what shows up in Google search results." />14<meta property="og:image" content="https://example.com/image.jpg" />15<meta property="og:site_name" content="My Website" />16 17<!-- Twitter -->18<meta property="twitter:card" content="summary_large_image" />19<meta property="twitter:url" content="https://example.com/page-url" />20<meta property="twitter:title" content="Page Title - Up to 60 characters" />21<meta property="twitter:description" content="Page Description - Typically 150-160 characters long. This is what shows up in Google search results." />22<meta property="twitter:image" content="https://example.com/image.jpg" />23<meta name="twitter:creator" content="@username" />24<meta name="twitter:site" content="@username" />

นำโค้ดที่คัดลอก ไปวางแนบไว้ในส่วน <head> หรือ <body> ของบทความได้เลย

คำถามที่พบบ่อย (FAQ)