Tuesday, April 12, 2011
0
How to Add Meta Tags to a Blogger Blog and Individual Post
How to Add Meta Tags to a Blogger Blogspot Blog Home Page
1. Login to Blogger if not already logged in
2. Navigate to Design > Edit HTML
3. Back up your template as a precaution by downloading full template to your computer.
4. Check the Expand Widget Templates box
5. Find these lines which will be near the top of your template:
6. Paste the following code immediately below
7. Enter your blog description between the single quote marks under description. Maximum 150 characters
8. Enter the keywords of your blog between the single quote marks under keywords. Ensure you separate each keyword or keyword phrase by a comma. Make sure your keywords do not exceed 200 characters
By way of example here are the meta tags I use for the my blog home page:

9. Click on the Save Template button
How to Add Meta Tags to a Blogger Blogspot Blog Individual Post
1. Follow steps 1 to 4 as for adding meta tags to the Home Page
2. Add the following in the
Here is an example of optimized meta tags for this post:

3. Add your post URL, keywords and description. To find the URL of your post navigate to the post's page and copy the link showing in the address bar of your browser including the http:// prefix
4. Click on the Save Template button
5. To check your description you can use the view source in your browser once you have navigated to the post page or a meta tag analyzer
Note: This method is suitable if you have a few key posts that you want to ensure you get maximum traffic on. If you have a lot of posts this manual method would be very tedious. I don't know of any automated method or script to add meta tags at this point but I am investigating it and will keep you posted.
To see your description in action you can either navigate to your blog's home page and click on view source in your browser. In Internet Explorer you will find this option in the view menu. A text document will appear which you can scroll through. You will see your description near the top of the document. Alternatively you can check your description in a free Meta Tag Analyzer tool such as Submit Express or SEO Centro
Via Blog Know How
1. Login to Blogger if not already logged in
2. Navigate to Design > Edit HTML
3. Back up your template as a precaution by downloading full template to your computer.
4. Check the Expand Widget Templates box
5. Find these lines which will be near the top of your template:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>6. Paste the following code immediately below
<title><data:blog.pageTitle/></title><b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Place your blog description here' name='description'/>
<meta content='Place your blog keywords here(separated by commas)'
name='keywords'/>
</b:if>7. Enter your blog description between the single quote marks under description. Maximum 150 characters
8. Enter the keywords of your blog between the single quote marks under keywords. Ensure you separate each keyword or keyword phrase by a comma. Make sure your keywords do not exceed 200 characters
By way of example here are the meta tags I use for the my blog home page:
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Find tips,tricks,tutorials,walkthroughs to customize your Blogger Blogspot blog.SEO,Banners,Adsense,gadgets,fixes,feeds,rss,help for beginner bloggers' name='description'/>
<meta content='blog,blogger,blogger.com,blogspot.com,blogspot,blogging,tutorials,tips,blogger help,customize blogger,SEO,make money,gadgets,Google Adsense,banners, feeds,analytics,solutions'
name='keywords'/>
</b:if>9. Click on the Save Template button
How to Add Meta Tags to a Blogger Blogspot Blog Individual Post
1. Follow steps 1 to 4 as for adding meta tags to the Home Page
2. Add the following in the
<head> section of your Blogger template. Enter this code below the Home Page code above you have just entered:<b:if cond='data:blog.url == "http://url of your post"'>
<meta content='keywords pertaining to your post' name='keywords'/>
<meta content='crafted description of your post' name='description'/>
</b:if>Here is an example of optimized meta tags for this post:
<b:if cond='data:blog.url == "http://blogknowhow.blogspot.com/2009/05/add-meta-tags-to-blogger-for-better-seo.html"'>
<meta content='meta tags,optimize blogger,blogger SEO,search engine optimization, blogspot,blogger,blogspot.com,blogger.com,blogging,blog' name='keywords'/>
<meta content='Improve SEO by adding meta tags to your Blogger Blogspot blog. Step by step tutorial shows you how to add meta tags to the home page and a single post' name='description'/>
</b:if>3. Add your post URL, keywords and description. To find the URL of your post navigate to the post's page and copy the link showing in the address bar of your browser including the http:// prefix
4. Click on the Save Template button
5. To check your description you can use the view source in your browser once you have navigated to the post page or a meta tag analyzer
Note: This method is suitable if you have a few key posts that you want to ensure you get maximum traffic on. If you have a lot of posts this manual method would be very tedious. I don't know of any automated method or script to add meta tags at this point but I am investigating it and will keep you posted.
To see your description in action you can either navigate to your blog's home page and click on view source in your browser. In Internet Explorer you will find this option in the view menu. A text document will appear which you can scroll through. You will see your description near the top of the document. Alternatively you can check your description in a free Meta Tag Analyzer tool such as Submit Express or SEO Centro
Via Blog Know How
Subscribe to:
Post Comments (Atom)




0 Responses to “How to Add Meta Tags to a Blogger Blog and Individual Post”
Post a Comment