For blogger users, the question is how to add meta keyword to ours blog? Ya. The answer is:
1. First, sign in to blogger; at Dashboard, click "Layout" tab; then click "Edit HTML".
2. Find this line of code :
<b:include data='blog' name='all-head-content'/>
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.
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
<meta content='AUTHOR' name='author'/>
4. Replace the words in red with your appropriated content.
Now your could view your blog and check your meta tags at the page source ( in your browser, click View/Source(Page Source) ).
No comments:
Post a Comment