Meta tags are HTML elements in the <head> section of your web page that provide information about the page to search engines and browsers. Proper meta tags are essential for SEO.
For the full-featured interactive meta tag generator tool, visit:
<!-- Title: appears in browser tab and search results --> <title>Your Page Title - Main Keyword | Site Name</title> <!-- Description: appears in search results below title --> <meta name="description" content="A 150-160 character description of this page, including your primary keyword naturally."/> <!-- Keywords: less important for Google but still used by some engines --> <meta name="keywords" content="keyword1, keyword2, keyword3"/> <!-- Robots: tell search engines how to handle this page --> <meta name="robots" content="all"/> <!-- Charset: always include --> <meta charset="utf-8"/> <!-- Viewport: essential for mobile --> <meta name="viewport" content="width=device-width, initial-scale=1"/>
Also see: Search engine ranking guide | SEO tips from Google