Tuesday, June 28, 2011

Set up the blog title, so that Search Engine Friendly

How to set your blog title, so that Search Engine Friendly? Here I will give some solution.

By default the title of the page / post on blogspot is a Blog Name: Post Title. According to people who understand SEO, it is better if posts are in front of Title Blog Name, such as Post Title »Blog Name. In order to index on search engines become better.

For more convenience, I provide the steps;

* Log in to Blogger, go to "Dashboard" click the link "Template" on the blog that you want to edit.

* Find code: <title> <$ BlogPageTitle $> </ title> remove and replace with the following code:

<MainOrArchivePage>
<title> <$ BlogPageTitle $> »<$ BlogDescription $> </ title>
<meta name="keywords" content="keyword1, keyword2, keyword3 ">
<meta name = "description" content = "description about your blog." />
</ MainOrArchivePage>
<Blogger>
<ItemPage>
<BlogItemTitle>
<title>
<$ BlogItemTitle $> »<$ BlogTitle $>
</ title>
</ BlogItemTitle>
</ ItemPage>
</ Blogger>

This code only applies to old blog template or to a new blog which already switches or still use the old template.
Good luck!

Wednesday, June 22, 2011

How To Promote Web / Blog?

From the beginning I never promote my blog, either submit to the directory or submit to search engines. Usually for a new blog just submit to Google Webmaster Tools with yahoo explorer, it wrote.

For blogs that I wear earn money on the internet, I also never promotions. I'll be able to continue how good
back links and PR? this is what I do:
* Create a blog, for example you have 10 blogs.
* You make 10 blogs are linking to each other with each other. JUST THAT! The more blogs or web is better to add a back link, so do not bother looking for back links to comment on the blogs of people.

There are people who diligently comments on the blogs of others can only create traffic, if its intention to back links?
better not have a comment, it's useless, because the default from Wordpress or other blogging software such as blogspot or another, the link in the comments already set to "nofollow", meaning that the link will not be considered "important" by the search engine robots. In fact, if one makes a comment or plasticity of spam, which usually have a blog also delete or mark us as a spam.

The safest way yes it was, for many blogs, please fill out the regular content. Besides can be fitted for adsense or other programs, not bad for adding to add back links to other blogs. At some point if page rank update, more likely to be a good page rank, than a blog that is not no back links. Create a blog much better, as long as it can be taken care of all.

Tuesday, June 14, 2011

How to make the word "Read more ..." in the new blogger

Good Morning, Good Afternoon and Good Evening all. This time I want to tell you all about how to make the word "Read more ..." in the new blogger.

For the classic version of the template I've ever nyoba, lately a lot of really a question, I ended up looking for news, even met on blogger help, How can I create expandable post summaries?. But do not jump in to try, I've tried several times but failed to reply to follow from blogger help, especially on the style / css.

OK, immediately wrote me tell you how.

     1. Log into blogger.com, select the blog that you want to edit, click the Layout link then go to Edit HTML
     2.
To be able to edit the template as a whole, you must check / tick / enable the Expand Widget Templates
     3. Enter the following code before the tag </ head> or just after the code } ]]></ b: skin> like this:

       <style>
       <b:if cond='data:blog.pageType == "item"'>
          span.fullpost {display: inline;}
       <b:else/>
          span.fullpost {display: none;}
       </ b: if>
       </ style>


     4. Next arrange for post cut, look for the code <p> <data:post.body/> </ p> in your template and add the following code right below it:

       <b:if cond='data:blog.pageType != "item"'>
       <a expr:href='data:post.url'> Read More .. </ a>
       </ b: if>


     5. Well that was interrupted, every time you post, click on the post where you want to post Read More .. appears, and type <span class="fullpost"> remaining posts until the end </ span>. To add this code, when you need to post in Edit HTML mode instead of Compose


Example posting:
This is the beginning of the news that I want to cut because it was too long if all the postings appeared,therefore I need to cut the news to be here. <span class="fullpost"> And this is the rest of my post which I will hide and only appear at the post page or link read more .. clicked </ span>

The end result would post something like this:
This is the beginning of the news that I want to cut because it was too long if all the postings appeared,therefore I need to cut the news to be here. Read more ..



So, Good luck

Thursday, June 2, 2011

How to Display Recent Entries and Recent Comments in New Blogger

Hi Blogger Mania, I wanted to share knowledge to all of you. How to display the "Recent Entries" and "Recent Comments" on New Blogger. Consider the following tutorial;

Login to your blogger account, click the "Layout" to get into the "Template", "Page Element". Click on the link "Add a Page Element" at the recent post in which you want to appear. After a pop up, "Choose a Page Element" appears, select "Feed".
In the "Feed URL", enter the feed url of your blog, usually the format like this: http://nama.blogspot.com/feeds/posts/default, adjust the settings and click "Save Changes"

Recent Comments for the same, only need to enter the feed url for the blog comment you wrote, Feed Url to comment blog is usually like this: http://nama.blogspot.com/feeds/comments/default.

Note: For this way, the recent post and comments are usually not directly update so you do post or a comment there, it usually takes a while to update.