Different meta description for each post



The meta description as the name tells is a short description of your posts, the meta description is supported by almost all major search engines, e.g.: Google , Yahoo , MSN.... If you google it probably you will found a code what is looking like this one:
<meta name='DESCRIPTION' content='A few words about the content of the page'/>
This is the basic code of a meta description but this is usually used for webpages not for blogs because this code will give the same description to every post of your blog. If we want to have a well SEO optimized blog we need to use different descriptions for each post. To use different description for every post complete the following steps:


1. Open the Layout panel and go to Edit HTML

2. Save your template by clicking on the Download full template button (to backup if something goes wrong)

3. Find the following code:
<b:include data='blog' name='all-head-content'/>
4. Add this code after the above code:
<b:if cond='data:blog.url == &quot;http://blogs-tricks.blogspot.com/2009/08/how-to-write-or-post-scriptcode-into.html"'>
<meta name='DESCRIPTION' content='TipForBlogger: Blogging Tip And Trick, blogging site that provide information and tips to bloggers,SEO optimization,Free Blogspot Template And Site Info.'/></b:if>
5. Change the red marked url with the full url of your post.

6. Change the green marked text with the description of your post

7. Create a code like this for each post.

8. Save your template.

NOTE: Don`t use more than 150 characters in your description.
Add the code for a post and put the code for the next post directly after it. To add description to the main page change the red marked url with the homepage of your blog: e.g: http://blogs-tricks.blogspot.com/






Read more ...

How to add different meta keywords to every page




The meta keyword tag is a list of keywords for search engines. Unlike the meta description , we can generate automatically the meta keywords (We can generate automatically the meta description ,too but it`s better to write ). Usually the most relevant keywords of a post are in the title, so we can use the keywords from the title as meta keywords. It`s simple to do it , just follow these easy steps:

1. Go to Layout , Edit HTML
2. Find the following code:
<b:include data='blog' name='all-head-content'/>
3. Add the following code after it:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
4. Save template

NOTE:
Google do not place much weight on these keywords but yahoo and some search engines are using them.





Read more ...

Backlinks , Google Pagerank and SEO

















The backlinks are incoming links to your blog.
The google pagerank is the score of your blog.
For a higher pagerank your blog needs to have backlinks. The most important factor isn`t the quantity of backlinks ,
more important is the pagerank of each backlink. The anchor text is also important, the anchor text is a clickable text ,it`s need to be relevant to your page. As you see in the above picture , the page C has a high pagerank with a single backlink. The page E has a lot of backlinks but with small pageranks. There are 2 type of links: DoFollow and NoFollow links. The NoFollow links have no value in the eyes of search engines, only the DoFollow ones are counted as backlinks.

There are many ways to create backlinks , i will show you some of them:


1. You can buy the backlinksThere are many backlinks building services, they create backlinks for a fee. This is one of the fastest ways but this isn`t free.

2.
Comment on other blogsYou can build backlinks by commenting on other blogs. Most blogs have a Name/URL option, put some relevant keywords as name and the adress of your blog as URL or simply leave your link in the text of the comment. Don`t spam , comment something whats relevant to the given post. You can use the Free Fast Blog Finder tool to find high PR blogs.

3. Be active on forums
Most of the forums are allowing signatures , leave your link in your signature. Be active on forums cause every post is a new backlink.

4. Blog directories
Submit your blog to blog directories like DMOZ or Yahoo Directory. You can select from free or payd directories , the result can be the sam at both , but at the paid directories you will be listed more faster.

5. Article Directories
Write quality posts and submit them to article directories like: Ezinearticles and Goarticles
Read more ...

PageRank Calculation Depending of Backlinks


Don`t waste your time building backlinks with noPR and PR 1 websites ,when a single PR 5 link has the same value as 555 PR1 links! Look at this graphic about backlinks value and search for some higher PR backlinks:


PR backlink
LinksLinksLinksLinksLinksLinks





For PR3
For PR4for PR5for PR6for PR7for PR8

1
5553,05516,80392,414508,2772,795,522
2
1015553,05516,80392,414508,277
3
18.51015553,05516,80392,414
4
3.518.51015553,05516,803
5
13.518.51015553,055
6
0.513.518.5101555
7
0.50.513.518.5101
8
0.50.50.513.518.5
9
0.50.50.50.513.5
10
0.50.50.50.50.51

For example, to gain a PR 5 website, you will need 101 PR 4 backlinks






Read more ...