English French German Spain Italian Dutch Russian Brazil Japanese Korean Arabic Chinese Simplified
Tampilkan postingan dengan label SEO. Tampilkan semua postingan
Tampilkan postingan dengan label SEO. Tampilkan semua postingan

Jumat, 21 Oktober 2011

Dummy Blog

Jumat, 21 Oktober 2011
0 komentar
Are you including people who care about the Page Rank of your blog, if you care, you are correct to read this article. One of the ways to increase page rank, you must collect a lot of backlink. The average blogger backlink to do with the exchange link. In this way we get a backlink as well as issue a backlink. Or can also find the one way backlink with the register on the social bookmarking.

However, there is an effective way to get backlink issue without having to link our blog. With this system, the number of incoming backlink that can be greater than the exit. An easy way to do this is to create a dummy blog.

Dummy blog used to call a blog that is only used to provide backlink to the main blog. Want to know how? Simply create a blog from the hosting for free, can use a blogspot, wordpress, Drupal, etc.. Suggestions should I use blogspot, blogspot as in addition to easy quick google indexed the same, and the excess blogspot, an email can be used for many blogs.


Make a few blogs, it's how you want to create a blog, but my suggestion, gained a blog email it to 5, though not seen as google. Make an article of 20-30 articles, with the same theme with the main blog. Submit URL to google and google webmaster.
Wait until indexed by google. Once indexed, a link to your main blog. One dummy blog can be used to provide some backlink with some variations. Put on the blogroll or in the post. This way you have a one way backlink. If you can make a lot of dummy blog, can backlink count yourself how you can.
Dummy blog with the same effective link exchange, he just has other advantages. You do not need to remove the link.

read more

Senin, 10 Oktober 2011

Place Meta Tag in Blog

Senin, 10 Oktober 2011
0 komentar
All know that meta tag are very important role in our position on search engine. If you wrong install a meta tag code, the blog will be difficult to read by google, blog and consequently we can not be the best page in the search engine.

Meta tag itself is the identity of our blog. There are many ways in which I teach senior by about the meta tags in your HTML code blog, but I will try to help you make that have not yet know how to install meta tag on the blog.

Does not need high-level techniques to make the meta tag, is very easy. To install a meta tag, you need some HTML code.

Following the steps below :


  • Login to Blogger.
  • Go to the Edit HTML page.
  • Find the following code <title><data:blog.pageTitle/></title>
  • Replace the code with the code below
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
  • Place the code below after the code above

<meta expr:content='data:blog.pageTitle + " - Your blog description here "' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
  • For example like this:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

<meta expr:content='data:blog.pageTitle + " - Your blog description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
  • Do not forget to Save Template after place meta tag. 

read more