Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog: <a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>

Thursday, December 23, 2010

Short domains for your blog

Note: Sorry, I didn't post any articles for the past 1 month. The reason was that I was having my Mid-Year exams.
_____________________________________________________

Nowadays, people are trying to get free .com domains, this is (truly) a scam. You can't get a free .com domain. I have tried to get .com domains all of the times I failed, or that turned out to be a scam. You can get .tk, .net.tc, .do.am, .at.ua, and so on... These all domains are totally free, if you are getting these for money then, please don't buy them!

There are a number of websites giving such domains but only some of them turn out to be trustworthy such as:

1) Dot.TK
2)
Smart Dots

If you want a .tk domain then visit link number 1 (Dot.TK). If you want a .net.tc or more different domains visit link number 2 (Smart Dots).

I made a short URL for my blog (Bloggers' Help & FAQ) too, it is
bloggers-help-faq.tk. You can use this short URL to easily tell people your site/blog's URL.

If you have any query please leave a comment...
______________________________________________________

Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog:

<a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>

Saturday, October 16, 2010

Why can't I find my Blog in Search Engines?

This is a frequent question from new bloggers. New bloggers who have just started are very impatient to find their blogs in search engines. However, search engines take some time to index new blogs. The first thing bloggers should do is to check if their blogs had been indexed. This can be done by typing their URL of their blog in search engines and searching it. For example, to check if this blog (Bloggers' Help & FAQ) is indexed, I would type:

site:bloggers-help-faq.blogspot.com

If any result shows up it means my blog is indexed.
If nothing shows up, it means it had not been indexed yet and you have to submit it. If it had been indexed, there would at least one result.
Even after a blog is index, it would be perhaps at the end SERP's (SERP means "Search Engine Result Page") which obviously would be very hard to find.
You should be very patient because sometimes Search Engines take more time than usual. If you are facing any problems feel free to comment.

NOTE: I have added a detailed post on SEO (Search Engine Optimization). Click Here to read it.

How to submit your blogs/sites to search engines?

Nowadays, the most asked question about blogging is "How to Submit your Blogs or Websites to search engines?". The solution is very simple, the answer is the following:

1. Google:
First of all visit their URL Submission Page and submit your blog URL. Then wait for uptill a week and then search for your blog by searching its URL in the search box. Then add backlinks to your blog to promote it.

2. Yahoo! Search:
View their
Site submission page and submit your site/blog. Search for your blog by searching its URL in the search box. Then add backlinks to your blog to promote it.

3. Bing (aka MSN Search):
Visit ther
URL Submission page. Then submit your site. Search for your blog by searching its URL in the search box. Then add backlinks to your blog to promote it.

4. Sumbit it to more than 20 search engines:
Visit
Submit Express and submit your blog/site.

Wednesday, June 30, 2010

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.

Wednesday, June 16, 2010

How to add a favicon to your Blogger Blog?

Adding a favicon to your Blog is very simple!

First of all login to your Blogger Dashboard and click on "Design" on the blog you want to add a favicon on. Then open the "Edit HTML" tab. You have to add the script below between the <head> and the </head> tags:


<link href='YOUR FAVICON URL' rel='shortcut icon' type='image/x-icon'/><link href='YOUR FAVICON URL' rel='icon' type='image/x-icon'/>
<link href='YOUR FAVICON URL' rel='icon' type='image/vnd.microsoft.icon'/>


I recommend uploading the favicon.ico to a directory of a site for e.g. KumailAbbas.t35.com. I recommend adding the above script after the <head> tag and then before the </head> tag (sum up to 2 times). If you lost your way don't forget to leave a comment!

How to add pages to your Blogger Blog.

Do you want to add pages to your Blog like About us and Contact Me? If yes then this post will help you alot!

First of all Open Blogger in Draft. Then Log in with your account.

When you have logged in to your Blogger in Draft Dashboard it will look somewhat like this:Blogger in Draft Dashboard (Click to Enlarge)

Then click on Settings on the Blog you want to add the pages on and then click on the Posting tab. After it click on the Edit Pages tab.


Blogger in Draft Edit Pages

Just click on NEW PAGE button and the page that will come will be like this:


Blogger in Draft NEW PAGE

That's all folks! You just have to type in what you want to show on the page and the title and your page will be ready!