how to Add custom meta tags in blogger blog

if you have knowledge about SEO. then you know the importance of meta tags.
Meta tags are scraps of content that depict a page's substance. this tutorial will show you how to Add custom meta tags in your blogger blog. meta tags will be not shown on your web page only robots can crawl and collect data of your meta tags like keywords and description of your blog/website.

Add custom meta tags in blogger blog.

how to Add custom meta tags in blogger blog


so first of all open blogger in your browser and go to your blog dashboard by clicking on your blog title and click on template.

how to Add custom meta tags in blogger blog


now click on Edit Html to open your template HTML editing page will appear.


how to Add custom meta tags in blogger blog
in this page, you will see your template code click anywhere on the code. and search <head>.
how to Add custom meta tags in blogger blog



in the top of your template code, you will see your current meta tags in the <head> section.

<meta content='put,your,keywords,here' name='keywords'/>





the above meta tag is used to add keywords. in above meta you have to replace put your keywords is here with your keywords. if there are no meta keywords in your template then you can add it just after the <head>.
see the following screenshot I have added keyword meta tags.
how to Add custom meta tags in blogger blog

that was the keywords meta property. but with the same process, you can add description meta tag. the description meta tag looks like the following code.

Description meta tag:

<meta content='your blog description here' name='description'/>

in the above meta tag replace your blog description with your blog description. you can add description meta just after the keywords meta. by using the same method you can also add more meta tags like author, email, language, country.

Post a Comment

0 Comments