Advertisements
Inability to add Meta Tags (Meta Description , Meta Keyword) to each post of Blogger blog is always remains the dark part for the SEO of blogs hosted on blogger. Meta keyword is not so important for search engines now a days but meta description is very much important. In Blogger one can only add the Meta Tags for home page of blog , if you have not added then Add Meta Tags to Blogger Blog .
Here under a tutorial is given to add Meta Tags to each of Blogger post.In case of absence of Meta Tags for each post the search engine will use any part of post to show as snippets in the search engine result. By employing the trick given in this post the meta description and meta keywords will be generated for each post of Blogger blog by using the post and blog title.
Also Read : Blogger Tips 1. Firstly add the meta tags to Blog home page. If you have already done so then move to step 2.
2. Add the following code rite after the meta tags you have added in the step 1.
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + ", your keywords, keywords1, keyword2 "' name='keywords'/>
</b:if>
Replace the keywords with the most important keywords for the blog. Don't over stuff it with keywords just used the most relative and important one for your blog. Preview the changes in template to confirm that every thing is working fine and there is no error. Save the template and now go to your any post in the browser. open the page source for the post and you can find the Meta Tags (Meta Description & Meta Keywords) for the post and for the each post of your Blogger blog.
Advertisements
Share it
Post a Comment