Blogger templates

Recomended

Showing posts with label Blogger SEO Tips. Show all posts
Showing posts with label Blogger SEO Tips. Show all posts

Sunday, July 6, 2014

How To Submit Blogger Sitemap To Google 2014

To achieve success in your diaryging career you want to need to generate tight organic traffic to your blog. By the term “organic traffic” I mean the traffic that involves your diary through search engines like Google. If you're a replacement blogger then you must remember with the Google Webmaster Tools. this is often an excellent tool that is provided by Google itself. it's helpful for diarygers and webmasters to urge their blog or web site index by the Google and it conjointly facilitate to boost our blog’s creep rate.

You just got to verify your diary possession in Google Webmaster Tools and so submit an easy sitemap. it's vital to submit diaryger sitemap to Google in terms of SEO that tells Google concerning your blog and its content. Whenever you update your diary with new posts, your sitemap helps to index them simply in search engines. this is often what we tend to area unit gonna discuss during this post. Let see a way to add blogger sitemap to Google Webmaster Tools.
Google Webmaster Tools Sitemap
Google Webmaster Tools Sitemap
Submit Blogger Sitemap To Google Webmaster Tools

Below area unit some straightforward steps you've got to travel through in terms to submit your diaryspot blog sitemap.

Sign in to Google Webmaster Tools.
Click on the diary title that you would like to feature sitemap.
Click on Sitemaps button as shown below.
sitemap button
sitemap button

At the highest right corner of the page, press Add/Test sitemap button.
add/test sitemap
add/test sitemap
Once you click the button, alittle box can seem as shown within the screenshot below.
blog sitemap
blog sitemap
Add the below code within the text field.

atom.xml?redirect=false&start-index=1&max-results=500

This is the sitemap code for your diaryger blog that you wish to feature.

Press “Submit Sitemap” button.
Refresh the page.
Congratulation! you've got finished the method of submitting your diary sitemap.

Note: The on top of sitemap can work for five hundred posts solely. If you've got over five hundred posts revealed in your diary, then you've got to feature another sitemap. Whole procedure are going to be same however at now you've got to feature this code.

atom.xml?redirect=false&start-index=501&max-results=500

The sitemap that we tend to tolerate Google Webmaster Tools could be a XML sitemap that is employed by search engines to search out our content simply. there's markup language sitemap too that is for our diary readers. we should always add sitemap page to our diary so our readers will simply read all of our diary posts at the one location. It’ll be straightforward for them to browse post that they need to. If you don’t knowledge to feature a sitemap page in blogger, then here could be a tutorial for you.

Saturday, July 5, 2014

Optimize your Blog for Search Engines 2014

Optimizing a blogger blog for search engines deals with in depth process of optimization in various aspects. There are few one time optimization techniques which you must really spend some time for. So I am covering some of the better optimizing tactics which every blogger should be aware of. In This post i am going to help you in optimizing your Comments, Labels and Archive links for better SEO. This involves a small one time process and your blogger blog will be set for better optimization than your present Seo(Search Engine Optimization) status.

Writing a search engine optimized blog post may be quite easy task after adopting various strategies of writing a SEO friendly blog post. But when we think about optimizing a blog for search engines, it makes a big deal. But however we need to optimize our blog step by step apart from getting messed up on a single day. So here is 3 easy optimization techniques which you must look over.

Optimize your Blog for Search Engines
1. Go to your Blogger Dashboard --> Template--> Edit HTML(Tick the Expand widget template option).

Comments Optimization:
2. Search(CTRL+F) for the following code
  expr:href='data:post.createLinkUrl'

2(a). Replace the above code with the following code.
  expr:href='data:post.createLinkUrl' rel='external nofollow'

3. Now search for the following code
a expr:href='data:comment.authorUrl'

3(a). Replace the above code with the following code.
  a expr:href='data:comment.authorUrl' rel='external nofollow'

This completes optimization of your comments section..
Archive optimization:
4. Now search for the following code
<a class='post-count-link' expr:href='data:i.url'>

4(a). Replace the above code with the following code.
  <a rel="archives" class='post-count-link' expr:href='data:i.url'>

This completes optimization of your blog archive section..
Label Optimization:
5. Now search for the following code
a expr:href='data:label.url'

5(a). Replace the above code with the following code.
  a expr:href='data:label.url' rel='tag'

6. Finally Save your template.