Wednesday, August 12, 2015

2. 3.

Add Meta Tags in Blogspot



Meta tag is html code which add in head section. And it is not shows in webpage but shows in search engine result description. It is add to broast up the SEO of the page.
Step 1:
 Go to Dashboard > Template > Edit Html
Step 2. 
Go to <head> section in Template.
Step 3. 
After <head> section put following code in your template.
<!-- Meta Tags ~  bloggerseotipstraining.blogspot.com  -->
 <meta content='Your Blog Description' name='description'/>
 <meta content='Keyword1,Keyword2,Keyword3' 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 ~   bloggerseotipstraining.blogspot.com  -->
Step 4.
Change it as your requirement.
Step 5.
Save your template.

No comments:

Post a Comment