Share
, ,

Add HTML Meta Tag in Blogger

Add HTML Meta Tag in Blogger
Meta tags are very important for any blog or website. Google bots read Meta tags and send information to Google search engine to show your website in Search Engine's result page. Follow the steps below to add Meta tags in your blog-

Steps:

 
1. Go to the Dashboard of your blog.

2. Go to Template.
Template of blogger

3. Click on Edit HTML.
Edit HTML on blogger
4. Use the key Ctrl-F to search for <head>.
Search for <head > in HTML

5. Copy the following codes and edit the content parts according to your blog-
<!-- Meta Tags ~ mluin.blogspot.com --> 
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='YOUR BLOG DESCRIPTION' name='description'/>
</b:if>
<meta content='YOUR BLOG KEYWORDS' name='keywords'/>
<meta content='MR. XY' name='Author'/>
<meta content='YOUR EMAIL ADDRESS' name='Email'/>
<meta content='All' name='Robots'/>
<meta content='index, follow' name='robots'/>
<meta content='index, follow' name='GOOGLEBOT'/>
<meta content='index, follow' name='yahooBOT'/>
<!-- /Meta Tags ~ mluin.blogspot.com -->

6. Past the codes just after the <head>.
<head>

7. Save the Template and wait for six to seven days to get result. If you want quick result then go to Google webmasters tools and crawl your website. 

0 comments:

Post a Comment