Jifunze meta tags muhimu: title, meta description, viewport, og: tags kwa social sharing (Facebook, Twitter) na jinsi zinavyoathiri SEO.
🌍 https://www.faulink.com • 📞 +255 693 118 509
Tags:
meta tags, seo, open graph, social sharing, html meta, faulink
Keywords:
meta tags tutorial, seo basics, open graph tags, jinsi ya meta tags
Code (save as video20.html)
<!DOCTYPE html>
<html lang="sw">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Faulink - Meta Tags Example</title>
<meta name="description" content="Jifunze HTML, CSS, JavaScript na web development kwa Kiswahili na Faulink.">
<meta name="keywords" content="Faulink, web development, html, css, javascript, tutorial">
<!-- Open Graph (Social Sharing) -->
<meta property="og:title" content="Faulink - Web Development Tutorials">
<meta property="og:description" content="Jifunze HTML, CSS, JS na PHP kwa Kiswahili.">
<meta property="og:image" content="https://via.placeholder.com/1200x630.png?text=Faulink&quot;&gt;
<meta property="og:url" content="https://www.faulink.com/&quot;&gt;
</head>
<body>
<h1>Meta Tags Example</h1>
<p>Angalia source ya page hii kwa meta tags muhimu za SEO na social sharing.</p>
</body>
</html>