Thursday, July 28, 2011

How to add meta tag description and keywords to blogger

Meta tags tells the search engine about your website or your blog that what is your website or blog about. Also you must be familiar with the certain information like meta keyword and meta description before adding meta tag in your blog. With the help of meta description and meta keyword search engine can identify your website. Your blog may have many pages and your can add meta tags at root level. You can also add meta tags at every post according to your choice.Meta tags is also very essential to getting traffic. So add meta tag to your blogger blog by this way....


Before making changes to your Html first of all take a backup of Html of your blog. For backup copy the html code by just selecting All if it(Edit>Select All) and pasting it into a neutral program like Notepad or Text Edit. Try not to use Word, because that add yuchy stuff to it without you realizing it.



First of all login to the Blogger site
Then go to the Layout tab
Then clicks on the Edit HTML tab
and then search for the following lines
<b:include data=’blog’ name=’all-head-content’/>

(You could press Ctrl+F to use "Find" function of your browser.)
Then Add the following META TAG information just below the above tag
<meta content='here your DESCRIPTION' name='description'/>
<meta content='here your KEYWORDS' name='keywords'/>
<meta content='Author name' name='author'/>

Last Step : Save the layout, You can now check your blogs HTML source code to verify it


you can check your meta tags at the page source ( in your browser, click View/Source(Page Source) ) or press Ctrl +u to view the source code to check your meta description and meta keywords.


If this is not done according to you or your blog doesn't show up or look funny. Then again paste your copied html (that is on Notepad) in it then try again carefully.