Meta tags tell search engines and browsers about your web page. They control how your page looks in Google results, how it behaves on mobile, and more.
<meta name="description">
is what shows up under your page title on Google search results!
<meta name="description" content="...">
β Short summary for search engines.<meta name="keywords" content="...">
β List of important keywords (less important for modern SEO).<meta name="author" content="...">
β Your or your companyβs name.<meta name="viewport" content="width=device-width, initial-scale=1.0">
β Makes your site mobile-friendly.<title>Page Title</title>
β Main page title (super important for SEO).<meta name="robots" content="index,follow">
β Controls if search engines can index/follow links.<meta property="og:title" content="...">
β Open Graph (for Facebook, Twitter sharing previews).<meta name="theme-color" content="#333">
β Browser address bar color on mobile.keywords
anymore. Focus on description
and title
for SEO impact.