Ads-Banner 486 x 90
Ads-Banner 728 x 90

4 March 2016

thumbnail

How to Put Meta Keywords in Blogger

How to Put Meta Keywords in Blogger - Actually, search engines no longer use meta keywords as a determining factor for ranking.

But for those of you who still want to put meta keywords in blogger, below is a tutorial.

There are two types of meta keywords that can be used in blogger. First, meta keywords automatically, and secondly, meta keywords manually.

How to install meta keywords automatically
If using the method below, the keywords in the meta keywords will automatically take on the title of the blog and also post title.

1. Login to Blogger and go to your blog dashboard.

2. Click the "Template"

3. Click "Edit Html"

4. Put the code below directly below the code <head>
<b:if cond='data:blog.homepageUrl == data:blog.url'><meta expr:content='data:blog.title' name='keywords'/></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><meta expr:content='data:blog.pageName' name='keywords'/></b:if>

5. Click "Save template"

How to install meta keywords manually
Meta keywords manual means, you must manually enter keywords in the meta keywords code.

1. Login to Blogger and go to your blog dashboard.

2. Click "Template"

3. Click "Edit Html"

4. Put the code below directly below the code <head>
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<meta content='Keyword1, Keyword1, Keyword1' name='keywords'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta content='Keywordi2, Keyword2, Keyword2' name='keywords'/>
</b:if>
  • Change keyword1 with keywords for your blog's homepage
  • Replace keyword2 with keywords for your blog post pages
5. Click "Save Template"

That's how to put meta keywords in the blog. Hopefully useful for you.

1 Comments

Silahkan Berkomentar