Registering Site to Search Engine

Posted on April 10th, 2010 in SEO

One more value from a website is listed on popular search engines so easy to find and of course will bring greater traffic. How to listed on a search engine is actually quite easy even though you can not conjure you to enter the site first page search index.

Things – things that must be fulfilled
To be able to get listed in search engine results, your website must meet several requirements of the following:

Tips and Trick to change ‘nofollow’ to ‘DoFollow’ on Blog

Posted on March 10th, 2010 in SEO

Before reviewing much of the function of the two terms above, there is the sense we know him well beforehand. The terms above may not be familiar to fellow bloggers. I previously tried a little to explain what it is nofollow and DoFollow:

nofollow: intended to block access to content or to prevent that content will be indexed by search engines. This is a method to block search engine spiders to access content on web sites or prevent them include the content pages in their index (the Robots Exclusion Standard) / robots.txt to block access and pages designed by our blog or admin so that search engine spiders may or may not be in exploration.

DoFollow: having opposite meanings, in the sense you will get a backlink from comments that you provide on a blog, can be interpreted in broad outline that the spider robot will work without any restriction that tag.

How to Install WordPress Widgets in Sidebar

Posted on February 13th, 2010 in Free Web Template

We write this tutorial to learn your new wordpress, or for those of you who until now I still not understand about your wordpress blog. Maybe for some people consider this tutorial trivial, but for people who are newbie and just knew wordpress would seem difficult to understand. The principle we would love to guide you in difficulty in this case how to add widgets in the sidebar of wordpress.

For that please refer to the following guidelines:

>> Login to your wordpress dashboard pages

>> Look at the left of the Appearance menu>> select Widget

>> On the new display see Avaliable Widgets, you can view a list of widgets such as (Pages, Calendar, Archive, Links, Meta, Search, Recents Post, Tag Clouds, Categories, Recent Comments and Text).

META Tag change in Joomla

Posted on February 4th, 2010 in SEO

As we all know that the META tag is one element that can optimize our website in the Search Engine. Attribute of the META tag associated with the Search Engine is the KEYWORD and DESCRIPTION. With appropriate KEYWORD and DESCRIPTION will help ease the Search Engine indexes all or recognize our site.

The following article will discuss about how to change the META KEYWORD and META DESCRIPTION on a website using joomla. First step is to login as an administrator, then select Global Configuration menu.

Web Templates Without Table – PHP, JavaScript, and CSS (Part 2)

Posted on February 1st, 2010 in Web Programming

As already mentioned in the previous article, that the website layout without tables, will allow search engines find your website content. Now let’s try to make the website layout without tables that result is the same with the previous website layout using tables.
Here is a sample html code for the layout of the website without tables:

HTML:
<div>

<div>#WEBSITE_TILTLE#</div>

<div>HOME | FAQ | CONTACT | SITEMAP</div>

<div>

<div>#BLOCK_LEFT#</div>

<div>#CONTENT#</div>

<div>#BLOCK_RIGHT#</div>

</div>

<div>© 2006 Web Programmer. All Rights Reserved.</div>

</div>