How to Add Meta Tag to Blogger?

In this tutorial learn how to do SEO in blogger using add keywords and meta description in blogger, increase a page range.  


STEP 1

Go to Dashboard -> Theme-> Edit Html 

STEP 2 

Place Code After <HEAD> tag


 <meta content='Your Blog Description here!' name='description'/>
 <meta content='Your Keywords here!' name='keywords'/>
 <meta content='Author Name here!' name='Author'/>
 <meta content='Author Email Address here!' name='Email'/>

Example Meta keywords


Blog Description : Write your blog details SEO
Blog Keywords : Write the keywords of your blog for SEO
Blog Author : Write the author’s name
Email Address : Write Email address for SEO

and save theme/save template

No comments:

Post a Comment

how to call ssh from vs code

 To call SSH from VS Code, you can use the built-in Remote Development extension. This extension allows you to open a remote folder or works...