Seo blog on Blogspot (Blogger)

I decided to share some simple tricks to improve your blog's search engine indexing. These are some observations, community developments and tips on search engine optimization blog. Let's begin ...
    In fairness, it should be noted that Google whose service itself is the BlogSpot indexes all just fine, well, this is not surprising, with the rest is not bad, but they can and help by posting some improvement after <head> tag and before </ head> - they are on top of HTML.
   It is known that in Blogger can not add a robots.txt and it is believed that the indexation of various PC may not be quite correct ...


Since Blogger updated of what is written here, to add a custom robots.txt file is easy. To learn how to do this, read this article How to add your robots.txt file to Blogger
 
We can also help search robots tags  adding one little meta tag.
To do this, open Settings -> Design -> Edit HTML and find <head>, after which and insert the following line:



<meta content='INDEX, FOLLOW' name='robots'/>
   
This tag tells search engines to index all the pages and labels.
    
Some also believe that it is better to forbid indexing of files and shortcuts, as it clogs the search and provokes negative attitudes PC to your resource. And offer another option - banning archive indexing and labeling:
       
<b:if cond='data:blog.pageType == "archive"'>
   
<meta content='noindex,follow' name='robots'/>
   
</ B: if> <b:if cond='data:blog.pageType == "index"'>
   
<b:if cond='data:blog.url != data:blog.homepageUrl'>
   
<meta content='noindex,follow' name='robots'/>
   
</ B: if>
   
</ B: if>
  
Selecting, put it right on the next line after the tag <head>

    
But in fact, the default robots.txt to Blogger, and so DO indexing labels for all PC except Google (it indexes everything, and on their own), so think for yourself.
  
And see this very simple robots.txt: URL homepage / robots.txtFor example: http://gromoffdlog.blogspot.com/robots.txt

  
But there is one problem, the default Blogger page title is: Blog Title - The title of the page, and this is something not quite right, and also too long. It is better when the search query is shown immediately to the desired page title content, and then the very name of the blog. It's not much, but it will raise your blog extradition.
   
To do this, open Settings -> Design -> Edit HTML and find here the following line:<title> <data:blog.pageTitle/> </ title>
  
And replace it with:
      
<b:if cond='data:blog.pageType == "index"'><title> <data:blog.title/> </ title><b:else/>
 
<title> <data:blog.pageName/>: <data:blog.title/> </ title>
 
</ B: if>
     
When you insert and used this code to write the title, it should be good to think and not make it too long. Now the search engines your blog will be indexed as follows: Article Title - Blog Title.
   
Article title should accurately reflect the content. And do not try to make a name, compare search. It is better to write a 3 - 4 related sense, describing the content of the post.

  
Then you can add keywords (keywords) with meta-tag:<meta name="keywords" content="key words through ,"/>
  
Do not write everything, then the most precise words that are most appropriate to your blog, they may not be much, only 5 - 10 pieces, but it is better to code specific values. Some people believe that now benefits they bring, but in any case of harm from them, too, will not be.And you can also add the blog description (description) by such meta-tag:<meta name=" description" content="description  bloga"/>
 
Here, too, the main thing is not to overdo it, one or two deep and accurately describe your blog suggestions would be sufficient. Do not write very long sentences with multiple punctuation marks - be brief, but accurate.

  
And yet, when you optimize, add pages or blog posts, do not be lazy to register in the web-master search engines such as Yandex, bing, Mail.ru, Ramber, Yahoo! and add your blog by hand, it will speed up the process of indexing your resource, but again this is best done when the blog is no longer empty.
   
Learn which pages are indexed so you can:
    
Yandex - Yandex in the search box enter: host: URL home page
   
Google - Google in the search box enter: site: URL home page

 
Other points to consider optimizing the following article.

No comments:

Post a Comment