HOW TO ADD KEYWORDS AND DESCRIPTION IN BLOGGER BLOG...?

Blogger and unfortunately does not allow these users to add keywords and description for each post or page.

It uses the description of the home page and their keywords to all pages and posts. It is totally opposed to referencing and SEO.
THE SOLUTION...



Go to your Blogger Dashboard >> Design >> Edit HTML.

1- If you Optimized your blog title / posts titles for a Search Engine Optimization "SEO", add this following code :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName + data:blog.title' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title' name='Keywords'/>
</b:if>
Just after :

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/> | Write a Description of your blog </title>
<b:else/>

<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
SECOND STEP
2- If If you didn't Optimize your blog title / posts titles for a Search Engine Optimization "SEO", add this following code :


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName + data:blog.title' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title' name='Keywords'/>
</b:if>
Just after :

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
</b:if> 

This code allows the search engines to use the title of the post and the title of the blog as a description and keywords of the post(.in the red lines you have to add your description)
PLEASE SUBSCRIBE OUR EMAIL LIST TO GET UPDATES

0 comments: