- Labels
- Archive
- Comments
Read SEO Series
How To Optimize Blog Post Title (Part 1)
Optimizing Blogger Title By Adding Meta Tag and Meta Tag Description (Part 2)
Customize Blogger Posts With Permalinks (Part 3)
Blogger Image Optimization Importance and Some Tips (Part 4)
The Most effective SEO On Page and Off Page optimization in SEO (Part 5)
There are many SEO (Search Engine Optimization) wrong techniques have been spread out. I have suffered by adopting those. Such as like use of false link attribution which cannot be by Google Search Engine. So below i m sharing some optimization techniques.How To Optimize Blog Labels
Labels are also important part of every blog basically we use as navigation and with the help of labels readers can easily find a specific topic under a specific category. But there is a problem when search engine crawl your blog it required only single Url for each page of your blog for indexing or crawling. By default search engine crawl each and every page and links including labels. So this is the little bit confusion for robots because they are getting duplicate content. I mean same content from Labels, Archive etc.
- Login to your blogger dashboard.
- Goto template.
- Click on Edit Html.
- Find the below code by pressing Ctrl+F
<a expr:href='data:label.url'
- Now replace the above code with below code.
<a expr:href='data:label.url' rel='tag'
- Save your template.
How To Optimize Blog Archive
Blog Archive is very useful widget for visitors by which they can easily find older post by using it. But blog archives has a problem for search robots. If archives are present in home page it creates a huge problems for crawler robots. If you want to solve this problem then follow the below steps.- Find the below code by pressing Ctrl+F
<a class='post-count-link' expr:href='data:i.url'>
- Replace the above code with below code.
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
- Save your template.
How To Optimize Blog Comments ?
Visitors comments plays a significant role to increase your blog page rank. If you have good numbers of comments per post it helps you to increase your blog alexa rank except those comments that are spam or irrelevant. It drop your page rank in search engines. So there is the best way to optimize your blog comments for search engines to keep your comments external No-Follow. Just follow the below steps to make the share link on your comments No-Follow.
- Find the below code by pressing Ctrl+F
expr:href='data:post.createLinkUrl'
- Replace the above code with the below code.
rel='external nofollow' expr:href='data:post.createLinkUrl'Note: If you find rel="nofollow" before or after then cancel the above code and use the below code.
rel='external follow'
- Now again find the next line.
<a expr:href='data:comment.authorUrl'
- Replace the above code with below code.
<a expr:href='data:comment.authorUrl' rel='external nofollow'
- Now save your template.
Which version of blogger are you commenting on? Older ? I was not able to find those lines in the code for page. I started search with beginning of the line <a -searc bar turned red, no results. Please let me know if you have other information for different versions. Tks
ReplyDelete@Artemis J Jone
DeleteIf you don't do this optimization in your blogger blog template then send me your blog template on my email i will do it for you.
My email: haiderkhan@myself.com
Thanks
Haider!