HTML मा मेटा ट्याग कसरी प्रयोग गर्ने !! HOW TO USE HTML META TAGS
Learn About Meta Tag
What Are Meta Tags?
HTML meta tags are officially page data tags that lie between the open and closing head tags in the HTML code of a document.The text in these tags is not displayed, but parsable and tells the browsers (or other web services) specific information about the page. Simply, it “explains” the page so a browser can understand it.
Here’s a code example of meta tags:
<head>
<title>Your Website Title Name Here </title>
<meta name="Description" content="Your Website Description Here">
<meta name="Keywords" content="Your Website Keyword Here">
<meta name="Author" content="Website Owner Name">
</head>
What is a title tag?
The title tag is the very important factor for HTML meta tags.The title is brought your website title name.When you submit your site Googlebot first crawl your title tag because of his need a concept your website.
What is a description?
Meta descriptions are HTML attributes that provide concise summaries of webpages. They commonly appear underneath the blue clickable links in a search engine results page (SERP).
Here’s an example of description
What is a keyword?
Keyword means your website topic. When you start a new website and choice a hot topic ex: Facebook, movie, online money etc. So type here your keyword here.
What is author name?
Author name means website owner name. Type your website owner name.
Labels:
Blog