One of the things that I wanted to do recently was add keywords to this blog so that it is more easily listed by the search engines.  I had assumed that there was going to be a simple way of adding these in the blogspot control panel.  Unfortunately not.  It needs to be done manually.  Here’s how.

1. First, sign in to blogger; at Dashboard, click “Layout” tab; then click “Edit HTML”.
2. Find this line of code :

You could press Ctrl+F to use “Find” function of your browser.

3. Copy three line below and paste after the line we found at step 2.

DESCRIPTION name=’description’/>
KEYWORDS name=’keywords’/>
AUTHOR name=’author’/>

4. Replace the words in red with your appropriated content.