Bring to your attention several actions to optimize blog platform Blogger (blogspot) to search Google. This will allow to realize in practice useful abstracts official instructions.
1. Page heading
In " Manual " focuses headlines as one of the most important factors in search engine optimization. Quote:
" The title of each page should be unique "
Let's see how we can implement this rule to Blogger. Go to the toolbar --- Design --- Edit HTML. With the combination "Ctrl + F" find line
<title> <data:blog.pageTitle/> </ title>
and replace it with the code:
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> | <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageTitle/> </ title>
</ b: if>
Now the blog name will appear only on the main, and the rest - a unique name specific pages .
2 . Description pages
This recommendation is at the moment is no longer relevant
Google recommends :
" Create a unique description for each page "
However , the platform Blogger allows you to create a meta tag "description" ( description) only for the whole blog . Try to correct the situation , following the prompts website "iZhurnal"
Blog Description exposes only for the main page . To do this at the top of the template between <head> and </ head> paste the following code:
<b:if cond='data:blog.pageType == "index"'>
<meta content='Blog description here' name='description'/>
</ b: if>
And to describe the pages will use the blog name and the title of the page. Below the previous paste this code :
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName+ "/ name of your blog "'name='Description'/>
</ b: if>
Selected blue replace relevant content.
This will work if the page name will always be really unique and informative.
3 . Canonical URL
Google recommends that you do not spray "weight" articles for several URL:
" Provide only one link pointing to the document "
In Blogger blogs that you might try using the attribute "canonical". Before the closing tag </ head> paste this code in the template :
<b:if cond='data:blog.pageType == "index"'>
<link expr:href='data:blog.homepageUrl' rel='canonical'/>
</ b: if>
However, this method does not always work .
4 . Navigating The Blog
Google recommends:
" Use mostly text navigation "
"Put on the site map html- site "
In my blog , this recommendation is made with the help of a table of contents (the button "All articles " under the headline of the blog ) . How to make a navigation - described in detail in the post "All articles - new table of contents for the blog ."
5. Quality Content
Google recommends :
"Write the text easy to read "
" Create content for users, not for search engines "
Some practical advice for putting into practice these recommendations can be found in the articles " Write an article , which will say" and "Factors affecting the quality of content."
6. Anchor Text
Google recommends:
"Write informative anchors "
" Do not forget the anchor text for internal links "
In this case , it is strongly not recommended for anchor common words like " click here" or "link to view ."
For information on how to replace the unique anchor text link " Read more" link in each post can be found in the detailed manual " section headings rather than links to read more "
7. Social Networks
Google advises to use social networks to find the target audience.
For the implementation of this recommendation asking its readers to actively push buttons add this article to Twitter, Facebook , and others !
This will allow more users to the Internet to use our Google with useful recommendations to optimize Blogger blogs for search engines ! Optimize Your Blogger


No comments:
Post a Comment