Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Sunday, March 1, 2015

how to add Key word and meta tag to your blog or website step by step

1. Login to Blogger > Go to Dashboard > Template > Edit Html


2. Find the following code by CTRL+F
<head>
3. After it paste the following code.
<!-- Meta Tags ~ tayyabrasooltts.blogspot.com  -->
 <meta content='Your Blog Description' name='description'/>
 <meta content='Your Keywords here!' name='keywords'/>
 <meta content='Author Name' name='Author'/>
 <meta content='Author Email Address' name='Email'/>
 <meta content='all' name='robots'/>
 <meta content='index, follow' name='robots'/>
 <meta content='Language Name' name='language'/>
 <meta content='Country Name' name='country'/>
 <meta content='blogger' name='generator'/>
      <!-- /Meta Tags ~ tayyabrasooltts.blogspot.com  -->
4. Change Red color text according to your wish.

5. Save Template
5. Now your blog has optimized and search engines will ready to catch your blog.